Mobile 375 × 812

Desktop 1440 × 900

Score: 81 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Good foundation, but a few gaps could be exploited.
Mostly accessible, but some users still face barriers.
Solid SEO basics — a few optimizations could boost rankings.
Infrastructure issues create a speed ceiling frontend fixes can't overcome.
Strong compliance posture across regulations.
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.
'unsafe-inline' found in script source
Security gaps expose your site and users to attacks, eroding trust.
6 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Images are 1.2 MB — compress or use modern formats
Performance issues directly impact user engagement and conversion rates.
No DMARC record found
Without DMARC, anyone can send phishing emails using your domain name.
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/36744aa0-4be8-4eb4-95f8-c8df29c9ffe7)<a href="https://beavercheck.com/results/36744aa0-4be8-4eb4-95f8-c8df29c9ffe7"><img src="https://beavercheck.com/badge?url=https%3A%2F%2F%D0%BB%D0%B8%D0%BC%D0%B0%D1%80%D0%BA%D0%B5%D1%82.%D1%80%D1%84" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2F%D0%BB%D0%B8%D0%BC%D0%B0%D1%80%D0%BA%D0%B5%D1%82.%D1%80%D1%84This badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 5.5s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
5 barrier(s) likely increasing bounce by ~23%.
Page takes 5.5s to load
+12% bounceUsers abandon at ~3s — you're 3.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
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, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€468 investment → €2,701/month returns + EUR 500,000 risk avoided
€468
6h · 5 findings
€2,701 /mo
~€32,410 / year
EUR 500,000
if kept compliant
€85 — 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.
5.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€41,667 / month at risk
~€500,005 / year if left unfixed
€500,000
€0.41 /mo
5596.3 MB/mo × 0.074 EUR/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 2 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.
3.45 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.48 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 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.68 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.
5.49 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.
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 |
|---|---|
| /static/vendor/bootstrap-icons/font/fonts/bootstrap-icons... | 595 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 | |
|---|---|---|---|
Куртка зимняя женская div.col-6 > div.card > div.position-relative > img.card-img-top | xn--80akhjch3as.xn--p1ai/media/products/2026/04/6893259915.jpg | 784.5 KiB | 761.5 KiB |
Тёплый войлок div.col-6 > div.card > div.position-relative > img.card-img-top | xn--80akhjch3as.xn--p1ai/media/products/2026/04/1.webp | 174.0 KiB | 151.0 KiB |
LI Маркет body > main.container > div.hero-section > img.hero-banner-img | xn--80akhjch3as.xn--p1ai/static/img/hero-banner.c85bba9aa466.jpg | 129.3 KiB | 97.9 KiB |
Дорада Лодка, 260 см div.col-6 > div.card > div.position-relative > img.card-img-top | xn--80akhjch3as.xn--p1ai/media/products/2026/04/photo_5384476787213459205_y.webp | 92.6 KiB | 72.3 KiB |
Блузка нарядная леопардовая div.col-6 > div.card > div.position-relative > img.card-img-top | /media/products/2026/04/блузка_белая_2.webp | 40.9 KiB | 30.7 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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 |
|---|---|---|
| /static/vendor/bootstrap/css/bootstrap.min.38ba4e3f15ed.css | 227.7 KiB | 2.4 s |
| xn--80akhjch3as.xn--p1ai/static/css/style.d1f1670bf430.css | 30.8 KiB | 907 ms |
| /static/vendor/bootstrap-icons/font/bootstrap-icons.bfa6e... | 96.3 KiB | 1.7 s |
| xn--80akhjch3as.xn--p1ai/static/css/components.147ba0aad865.css | 9.4 KiB | 607 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /static/vendor/bootstrap-icons/font/bootstrap-icons.bfa6e... | 96.3 KiB | 10.1 KiB |
| xn--80akhjch3as.xn--p1ai/static/css/style.d1f1670bf430.css | 30.8 KiB | 8.9 KiB |
| xn--80akhjch3as.xn--p1ai/static/css/components.147ba0aad865.css | 9.4 KiB | 2.7 KiB |
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 |
|---|---|---|
| /static/vendor/bootstrap/css/bootstrap.min.38ba4e3f15ed.css | 227.4 KiB | 212.9 KiB |
| /static/vendor/bootstrap-icons/font/bootstrap-icons.bfa6e... | 96.0 KiB | 95.3 KiB |
| xn--80akhjch3as.xn--p1ai/static/css/style.d1f1670bf430.css | 30.5 KiB | 18.4 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 |
|---|---|---|
| /static/vendor/bootstrap/js/bootstrap.bundle.min.6196d53d... | 78.5 KiB | 65.9 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| xn--80akhjch3as.xn--p1ai/static/js/main.74fc091e21c0.js | 18.5 KiB | 6.1 KiB |
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 > nav.navbar > div.container > button.navbar-toggler body > nav.navbar > div.container > button.navbar-toggler |
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 |
|---|
LI Маркет body > nav.navbar > div.container > a.navbar-brand |
12500 ₽ div.card-body > div.mt-auto > div.d-flex > span.fw-bold |
6000 ₽ div.card-body > div.mt-auto > div.d-flex > span.fw-bold |
1200 ₽ div.card-body > div.mt-auto > div.d-flex > span.fw-bold |
400 ₽ div.card-body > div.mt-auto > div.d-flex > span.fw-bold |
Осталось 1 шт. div.card > div.card-body > div.mt-auto > span.badge |
Главная body > nav.mobile-bottom-nav > a.mbn-item > span |
Каталог товаров села Иглино. Находите товары и связывайтесь с продавцами напрям… div.container > div.row > div.col-md-4 > p.text-white-50 |
с. Иглино, Республика Башкортостан div.container > div.row > div.col-md-4 > p.text-white-50 |
LI Маркет — информационный каталог. Сделки совершаются напрямую между покупател… body > footer.mt-5 > div.container > p.text-center |
© 2026 LI Маркет. Все права защищены. body > footer.mt-5 > div.container > p.text-center |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Дорада Лодка, 260 см div.col-6 > div.card > div.card-body > h6.card-title |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Главная div.col-md-4 > ul.list-unstyled > li > a |
Каталог div.col-md-4 > ul.list-unstyled > li > a |
Избранное div.col-md-4 > ul.list-unstyled > li > a |
О проекте div.col-md-4 > ul.list-unstyled > li > a |
Условия использования div.col-md-4 > ul.list-unstyled > li > a |
Политика конфиденциальности div.col-md-4 > ul.list-unstyled > li > a |
These items highlight common accessibility best practices.
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 |
|---|---|
Loading the stylesheet 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap' violates the following Content Security Policy directive: "style-src 'self' 'unsafe-inline'". Note that 'style-src-elem' was not explicitly set, so 'style-src' is used as a fallback. The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
726 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.05 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 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.
1.85 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.
1.05 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.
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 |
|---|---|
| /static/vendor/bootstrap-icons/font/fonts/bootstrap-icons... | 610 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 | |
|---|---|---|---|
Куртка зимняя женская div.col-6 > div.card > div.position-relative > img.card-img-top | xn--80akhjch3as.xn--p1ai/media/products/2026/04/6893259915.jpg | 784.5 KiB | 769.1 KiB |
Тёплый войлок div.col-6 > div.card > div.position-relative > img.card-img-top | xn--80akhjch3as.xn--p1ai/media/products/2026/04/1.webp | 174.0 KiB | 158.5 KiB |
Дорада Лодка, 260 см div.col-6 > div.card > div.position-relative > img.card-img-top | xn--80akhjch3as.xn--p1ai/media/products/2026/04/photo_5384476787213459205_y.webp | 92.6 KiB | 79.8 KiB |
LI Маркет body > main.container > div.hero-section > img.hero-banner-img | xn--80akhjch3as.xn--p1ai/static/img/hero-banner.c85bba9aa466.jpg | 129.3 KiB | 56.9 KiB |
Блузка нарядная леопардовая div.col-6 > div.card > div.position-relative > img.card-img-top | /media/products/2026/04/блузка_белая_2.webp | 40.9 KiB | 34.5 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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 |
|---|---|---|
| /static/vendor/bootstrap/css/bootstrap.min.38ba4e3f15ed.css | 227.7 KiB | 447 ms |
| xn--80akhjch3as.xn--p1ai/static/css/style.d1f1670bf430.css | 30.8 KiB | 207 ms |
| /static/vendor/bootstrap-icons/font/bootstrap-icons.bfa6e... | 96.3 KiB | 327 ms |
| xn--80akhjch3as.xn--p1ai/static/css/components.147ba0aad865.css | 9.4 KiB | 127 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /static/vendor/bootstrap-icons/font/bootstrap-icons.bfa6e... | 96.3 KiB | 10.1 KiB |
| xn--80akhjch3as.xn--p1ai/static/css/style.d1f1670bf430.css | 30.8 KiB | 8.9 KiB |
| xn--80akhjch3as.xn--p1ai/static/css/components.147ba0aad865.css | 9.4 KiB | 2.7 KiB |
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 |
|---|---|---|
| /static/vendor/bootstrap/css/bootstrap.min.38ba4e3f15ed.css | 227.4 KiB | 209.0 KiB |
| /static/vendor/bootstrap-icons/font/bootstrap-icons.bfa6e... | 96.0 KiB | 95.3 KiB |
| xn--80akhjch3as.xn--p1ai/static/css/style.d1f1670bf430.css | 30.5 KiB | 22.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 |
|---|---|---|
| /static/vendor/bootstrap/js/bootstrap.bundle.min.6196d53d... | 78.5 KiB | 65.9 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| xn--80akhjch3as.xn--p1ai/static/js/main.74fc091e21c0.js | 18.5 KiB | 6.1 KiB |
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 |
|---|
div#navbarNav > form#searchForm > div.input-group > button.btn div#navbarNav > form#searchForm > div.input-group > button.btn |
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#navbarNav > ul.navbar-nav > li.nav-item > a.nav-link div#navbarNav > ul.navbar-nav > li.nav-item > a.nav-link |
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 |
|---|
LI Маркет body > nav.navbar > div.container > a.navbar-brand |
Каталог div#navbarNav > ul.navbar-nav > li.nav-item > a.nav-link |
Войти div#navbarNav > ul.navbar-nav > li.nav-item > a.nav-link |
12500 ₽ div.card-body > div.mt-auto > div.d-flex > span.fw-bold |
6000 ₽ div.card-body > div.mt-auto > div.d-flex > span.fw-bold |
1200 ₽ div.card-body > div.mt-auto > div.d-flex > span.fw-bold |
400 ₽ div.card-body > div.mt-auto > div.d-flex > span.fw-bold |
Осталось 1 шт. div.card > div.card-body > div.mt-auto > span.badge |
Каталог товаров села Иглино. Находите товары и связывайтесь с продавцами напрям… div.container > div.row > div.col-md-4 > p.text-white-50 |
с. Иглино, Республика Башкортостан div.container > div.row > div.col-md-4 > p.text-white-50 |
LI Маркет — информационный каталог. Сделки совершаются напрямую между покупател… body > footer.mt-5 > div.container > p.text-center |
© 2026 LI Маркет. Все права защищены. body > footer.mt-5 > div.container > p.text-center |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Дорада Лодка, 260 см div.col-6 > div.card > div.card-body > h6.card-title |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|---|
Loading the stylesheet 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap' violates the following Content Security Policy directive: "style-src 'self' 'unsafe-inline'". Note that 'style-src-elem' was not explicitly set, so 'style-src' is used as a fallback. The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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