Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
11 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/2a651642-4ba0-4868-8152-b17a868cc6f3)<a href="https://beavercheck.com/results/2a651642-4ba0-4868-8152-b17a868cc6f3"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fucoz.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fucoz.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~27%.
Page takes 11.6s to load
+12% bounceUsers abandon at ~3s — you're 9.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 373ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
11 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
AED 1,125 investment → AED 11,162/month returns + AED 5,000,000 risk avoided
AED 1,125
4h · 5 findings
AED 11,162 /mo
~AED 133,948 / year
AED 5,000,000
if kept compliant
AED 375 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at د.إ250/hr
Based on UAE rates (د.إ250/hr)
Start here for the best return on investment
AED 416,668 / month at risk
~AED 5,000,015 / year if left unfixed
AED 5,000,000
AED 1.25 /mo
4226.1 MB/mo × 0.296 AED/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.47 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.56 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
373 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.95 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
11.56 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.ucoz.com/ucoz/v3/css/bootstrap-select.min.css | 1.6 KiB | 182 ms |
| www.ucoz.com/ucoz/v3/css/bootstrap-theme.min.css | 2.3 KiB | 182 ms |
| www.ucoz.com/ucoz/v3/css/owl.transitions.css | 898 B | 182 ms |
| www.ucoz.com/ucoz/v3/css/style.css?v=1 | 17.5 KiB | 1.3 s |
| www.ucoz.com/ucoz/v3/css/owl.carousel.css | 721 B | 182 ms |
| www.ucoz.com/ucoz/v3/css/style_v5.css?v=3 | 5.3 KiB | 362 ms |
| www.ucoz.com/ucoz/v3/css/style_new.css | 5.8 KiB | 721 ms |
| fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap | 778 B | 171 ms |
| fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap | 862 B | |
| /css2?family=Montserrat:wght@300;500;600&family=Nunito:wg... | 912 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| ucoz.com/ | 841 ms |
| www.ucoz.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.ucoz.com/ucoz/v3/css/style.css?v=1 | 17.2 KiB | 16.5 KiB |
| www.ucoz.com/ucoz/v3/css/bootstrap.min.css | 16.3 KiB | 16.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-VDG4M9XEXC&cx=c>m=4e64k0 | 157.0 KiB | 67.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-59QRNH | 125.1 KiB | 63.1 KiB |
| mc.yandex.ru/metrika/tag.js | 84.7 KiB | 43.6 KiB |
| www.ucoz.com/ucoz/v3/js/jquery.min.js | 93.5 KiB | 40.5 KiB |
| www.ucoz.com/ucoz/v3/js/bootstrap-select.min.js | 29.1 KiB | 27.2 KiB |
| www.ucoz.com/ucoz/v3/js/bootstrap.min.js | 26.9 KiB | 22.0 KiB |
| www.ucoz.com/ucoz/v3/js/jquery.fullPage.js | 31.2 KiB | 21.3 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.ucoz.com/ | 5.1 s | 19 ms | 5.0 ms |
| mc.yandex.ru/metrika/tag.js | 1.8 s | 1.6 s | 26 ms |
| Unattributable | 605 ms | 18 ms | 0.0 ms |
| www.ucoz.com/ucoz/v3/js/jquery.min.js | 443 ms | 274 ms | 7.5 ms |
| www.googletagmanager.com/gtag/js?id=G-VDG4M9XEXC&cx=c>m=4e64k0 | 254 ms | 195 ms | 58 ms |
| www.googletagmanager.com/gtm.js?id=GTM-59QRNH | 145 ms | 114 ms | 28 ms |
| www.ucoz.com/ucoz/v3/js/lazysizes.min.js | 142 ms | 18 ms | 0.6 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 3.2 s |
| Script Evaluation | 2.3 s |
| Style & Layout | 1.9 s |
| Rendering | 986 ms |
| Script Parsing & Compilation | 141 ms |
| Parse HTML & CSS | 73 ms |
| Garbage Collection | 57 ms |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
uKit group div.footer-bar > div.row > div.column-logo > img.lazyloaded | www.ucoz.com/ucoz/v3/images/logo-ukit.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > button.menu-btn-v5 body > button.menu-btn-v5 |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.choice-container > header.choice-header > div.choice-actions > a.choice-btn div.choice-container > header.choice-header > div.choice-actions > a.choice-btn |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Website Builder for Business. Start from Scratch or Choose a Template div.card-wrapper > div.card > div.card-body > p |
LLC Ucoz Media div.row > div.column-logo > div.copy-subtitle > p |
Copyright © 2005-2026 div.row > div.column-logo > div.copy-subtitle > p |
These are opportunities to improve the legibility of your content.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: net::ERR_TIMED_OUT |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
976 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
976 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.52 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| www.ucoz.com/ucoz/v3/fonts/fontawesome-webfont.woff2?v=4.3.0 | 45 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
tg-bot-example div.owl-wrapper > div.owl-item > div.active > img | www.ucoz.com/ucoz/v3/images/for-bot-en-1.webp | 156.2 KiB | 127.5 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.ucoz.com/ucoz/v3/css/bootstrap-select.min.css | 1.6 KiB | 73 ms |
| www.ucoz.com/ucoz/v3/css/bootstrap-theme.min.css | 2.3 KiB | 73 ms |
| www.ucoz.com/ucoz/v3/css/owl.transitions.css | 898 B | 73 ms |
| www.ucoz.com/ucoz/v3/css/style.css?v=1 | 17.5 KiB | 277 ms |
| www.ucoz.com/ucoz/v3/css/owl.carousel.css | 721 B | 73 ms |
| www.ucoz.com/ucoz/v3/css/style_v5.css?v=3 | 5.3 KiB | 73 ms |
| www.ucoz.com/ucoz/v3/css/style_new.css | 5.8 KiB | 209 ms |
| /css2?family=Montserrat:wght@300;500;600&family=Nunito:wg... | 912 B | |
| fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap | 862 B | |
| fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap | 755 B | 62 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| ucoz.com/ | 290 ms |
| www.ucoz.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.ucoz.com/ucoz/v3/css/bootstrap.min.css | 16.3 KiB | 15.9 KiB |
| www.ucoz.com/ucoz/v3/css/style.css?v=1 | 17.2 KiB | 14.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-VDG4M9XEXC&cx=c>m=4e64k0h1 | 157.0 KiB | 64.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-59QRNH | 125.1 KiB | 62.1 KiB |
| mc.yandex.ru/metrika/tag.js | 84.7 KiB | 43.7 KiB |
| www.ucoz.com/ucoz/v3/js/jquery.min.js | 93.5 KiB | 41.5 KiB |
| www.ucoz.com/ucoz/v3/js/bootstrap-select.min.js | 29.1 KiB | 27.2 KiB |
| www.ucoz.com/ucoz/v3/js/bootstrap.min.js | 26.9 KiB | 22.0 KiB |
| www.ucoz.com/ucoz/v3/js/jquery.fullPage.js | 31.2 KiB | 21.5 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
UCOZ div.top-part > div.box > p.lead > img.lazyloaded | www.ucoz.com/ucoz/v3/images/ucoz-header.svg |
uCalc div.side-left > div#image-ucalc > a > img.lazyload | |
uKit group div.footer-bar > div.row > div.column-logo > img.lazyload |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > button.menu-btn-v5 body > button.menu-btn-v5 |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.owl-wrapper > div.owl-item > div.item > a div.owl-wrapper > div.owl-item > div.item > a |
div.owl-wrapper > div.owl-item > div.item > a div.owl-wrapper > div.owl-item > div.item > a |
div.owl-wrapper > div.owl-item > div.item > a div.owl-wrapper > div.owl-item > div.item > a |
div.business-container > div.info-container > div.social-list > a div.business-container > div.info-container > div.social-list > a |
div.business-container > div.info-container > div.social-list > a div.business-container > div.info-container > div.social-list > a |
div.owl-wrapper > div.owl-item > div.active > a div.owl-wrapper > div.owl-item > div.active > a |
div.owl-wrapper > div.owl-item > div.item > a div.owl-wrapper > div.owl-item > div.item > a |
div.owl-wrapper > div.owl-item > div.item > a div.owl-wrapper > div.owl-item > div.item > a |
div.owl-wrapper > div.owl-item > div.item > a div.owl-wrapper > div.owl-item > div.item > a |
div.owl-wrapper > div.owl-item > div.item > a div.owl-wrapper > div.owl-item > div.item > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Website Builder for Business. Start from Scratch or Choose a Template div.card-wrapper > div.card > div.card-body > p |
Landing Page div.card > div.card-body > ul.features-list > li |
Fast Setup div.card > div.card-body > ul.features-list > li |
Online Store div.card > div.card-body > ul.features-list > li |
Business Card Site div.card > div.card-body > ul.features-list > li |
These are opportunities to improve the legibility of your content.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Make a Choice div#fp-nav > ul.white > li > a.active |
uCoz div#fp-nav > ul.white > li > a |
uKit div#fp-nav > ul.white > li > a |
uShop div#fp-nav > ul.white > li > a |
uCalc div#fp-nav > ul.white > li > a |
Web Bots div#fp-nav > ul.white > li > a |
Divly div#fp-nav > ul.white > li > a |
About Us div#fp-nav > ul.white > li > a |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
tg-bot-example div.owl-wrapper > div.owl-item > div.active > img | www.ucoz.com/ucoz/v3/images/for-bot-en-1.webp | 290 x 581 (0.50) | 290 x 608 (0.48) |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: net::ERR_TIMED_OUT |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback