Mobile 375 × 812

Score: 73 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
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.
2 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No <main> landmark found
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/d848e3e3-2a62-4478-9149-517db26601e2)<a href="https://beavercheck.com/results/d848e3e3-2a62-4478-9149-517db26601e2"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fkontur.ru" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fkontur.ruThis 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.
9 barrier(s) likely increasing bounce by ~31%.
Page takes 12.3s to load
+12% bounceUsers abandon at ~3s — you're 9.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 670ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
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.
₽15,750 investment → ₽64,729/month returns
₽15,750
4h · 5 findings
₽64,729 /mo
~₽776,750 / year
No applicable regulations in this jurisdiction
₽5,250 — 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 ₽3500/hr
Based on Russia rates (₽3500/hr)
Start here for the best return on investment
₽29 / month at risk
~₽345 / year if left unfixed
₽29 /mo
3952.2 MB/mo × 7.273 RUB/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.
5.00 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.31 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
670 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.
6.98 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.
12.42 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.
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.
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.
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.action-blocks-list__item > article.cross-product > picture.cross-product__picture > img div.action-blocks-list__item > article.cross-product > picture.cross-product__picture > img | kontur.ru/Files/Modules/MainPageSlide/200_story_md_1x.jpg?t=1776079738 | 79.9 KiB | 67.0 KiB |
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 |
|---|---|---|
| kontur.ru/front/ver-1826441322/build/css/_common/header.css | 8.8 KiB | 214 ms |
| kontur.ru/front/ver-1826441322/build/css/_common/blocks/cross-products.css | 1.8 KiB | |
| kontur.ru/front/ver-1826441322/build/css/_common/fonts.css | 907 B |
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.
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 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/gtm.js?id=GTM-NR6K2M | 176.2 KiB | 54.7 KiB |
| mc.yandex.ru/metrika/tag.js | 84.5 KiB | 42.3 KiB |
| s.kontur.ru/web-sites/libs/sentry/7.x/sentry.js?beta-1 | 39.9 KiB | 36.3 KiB |
| kontur.ru/widget/order/front/build/js/chunk.235.78e3cf734219ed4c3033.js | 75.6 KiB | 35.5 KiB |
| kontur.ru/widget/order/front/build/js/chunk.form-loader.f796d84579b584c380b4.js | 67.4 KiB | 30.7 KiB |
| kontur.ru/widget/order/front/build/js/chunk.619.d601829d0b481e26443f.js | 50.4 KiB | 29.5 KiB |
| kontur.ru/widget/banners/v1/loader?iid=banner_settings | 31.5 KiB | 24.5 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 |
|---|---|---|---|
| kontur.ru/ | 3.5 s | 43 ms | 12 ms |
| Unattributable | 1.4 s | 65 ms | 0.0 ms |
| abt.s3.yandex.net/expjs/latest/exp.js | 655 ms | 543 ms | 2.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-NR6K2M | 648 ms | 513 ms | 92 ms |
| metrika.kontur.ru/static/js/tracker.new.js | 490 ms | 343 ms | 5.9 ms |
| /widget/order/form?productId=abe3f401-1acf-44e8-bcb9-7f9b... | 367 ms | 281 ms | 9.6 ms |
| privacy-cs.mail.ru/static/sync-loader.js | 243 ms | 216 ms | 5.6 ms |
| mc.yandex.ru/metrika/tag.js | 233 ms | 200 ms | 19 ms |
| top-fwz1.mail.ru/js/code.js | 102 ms | 77 ms | 14 ms |
| kontur.ru/front/ver-1826441322/build/js/konturru-main/index.js | 101 ms | 93 ms | 4.2 ms |
| kontur.ru/front/ver-1826441322/build/js/modules/header.js | 88 ms | 11 ms | 2.0 ms |
| s.kontur.ru/web-sites/libs/jquery/jquery-1.11.3.min.js | 86 ms | 46 ms | 9.3 ms |
| fp.hybrid.ai/bobid.js | 53 ms | 50 ms | 2.3 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.4 s |
| Script Evaluation | 2.7 s |
| Style & Layout | 1.1 s |
| Rendering | 778 ms |
| Script Parsing & Compilation | 259 ms |
| Garbage Collection | 156 ms |
| Parse HTML & CSS | 108 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 | |
|---|---|
Светофор div.ticker__inner > div.ticker__item > div.logos-block__item > img | kontur.ru/Files/Modules/ClientLogo/73__logo.png?t=1761643859 |
Светофор div.ticker__inner > div.ticker__item > div.logos-block__item > img | kontur.ru/Files/Modules/ClientLogo/73__logo.png?t=1761643859 |
Открытие div.ticker__inner > div.ticker__item > div.logos-block__item > img | kontur.ru/Files/Modules/ClientLogo/69__logo.png?t=1761643774 |
Открытие div.ticker__inner > div.ticker__item > div.logos-block__item > img | kontur.ru/Files/Modules/ClientLogo/69__logo.png?t=1761643774 |
Lenovo div.ticker__inner > div.ticker__item > div.logos-block__item > img | kontur.ru/Files/Modules/ClientLogo/65__logo.png?t=1761643636 |
Lenovo div.ticker__inner > div.ticker__item > div.logos-block__item > img | kontur.ru/Files/Modules/ClientLogo/65__logo.png?t=1761643636 |
Белоруснефть Сибирь div.ticker__inner > div.ticker__item > div.logos-block__item > img | kontur.ru/Files/Modules/ClientLogo/67__logo.png?t=1761643734 |
Белоруснефть Сибирь div.ticker__inner > div.ticker__item > div.logos-block__item > img | kontur.ru/Files/Modules/ClientLogo/67__logo.png?t=1761643734 |
Югория div.ticker__inner > div.ticker__item > div.logos-block__item > img | kontur.ru/Files/Modules/ClientLogo/63__logo.png?t=1761643597 |
Югория div.ticker__inner > div.ticker__item > div.logos-block__item > img | kontur.ru/Files/Modules/ClientLogo/63__logo.png?t=1761643597 |
Убрир div.ticker__inner > div.ticker__item > div.logos-block__item > img | kontur.ru/Files/Modules/ClientLogo/71__logo.png?t=1761643811 |
Убрир div.ticker__inner > div.ticker__item > div.logos-block__item > img | kontur.ru/Files/Modules/ClientLogo/71__logo.png?t=1761643811 |
РЕСО гарантия div.ticker__inner > div.ticker__item > div.logos-block__item > img | kontur.ru/Files/Modules/ClientLogo/62__logo.png?t=1761643577 |
РЕСО гарантия div.ticker__inner > div.ticker__item > div.logos-block__item > img | kontur.ru/Files/Modules/ClientLogo/62__logo.png?t=1761643577 |
Fix price div.ticker__inner > div.ticker__item > div.logos-block__item > img | kontur.ru/Files/Modules/ClientLogo/70__logo.png?t=1761643795 |
Fix price div.ticker__inner > div.ticker__item > div.logos-block__item > img | kontur.ru/Files/Modules/ClientLogo/70__logo.png?t=1761643795 |
Dpd div.ticker__inner > div.ticker__item > div.logos-block__item > img | kontur.ru/Files/Modules/ClientLogo/72__logo.png?t=1761643832 |
Dpd div.ticker__inner > div.ticker__item > div.logos-block__item > img | kontur.ru/Files/Modules/ClientLogo/72__logo.png?t=1761643832 |
Первая грузовая компания div.ticker__inner > div.ticker__item > div.logos-block__item > img | kontur.ru/Files/Modules/ClientLogo/64__logo.png?t=1761643617 |
Первая грузовая компания div.ticker__inner > div.ticker__item > div.logos-block__item > img | kontur.ru/Files/Modules/ClientLogo/64__logo.png?t=1761643617 |
МТС div.ticker__inner > div.ticker__item > div.logos-block__item > img | kontur.ru/Files/Modules/ClientLogo/66__logo.png?t=1761643695 |
МТС div.ticker__inner > div.ticker__item > div.logos-block__item > img | kontur.ru/Files/Modules/ClientLogo/66__logo.png?t=1761643695 |
div.relevant-rubrics__item > article.relevant-rubric > picture.relevant-rubric__icon > img div.relevant-rubrics__item > article.relevant-rubric > picture.relevant-rubric__icon > img | /common-v2/icons-ui/black/building-trade-market/building-... |
div.relevant-rubrics__item > article.relevant-rubric > picture.relevant-rubric__icon > img div.relevant-rubrics__item > article.relevant-rubric > picture.relevant-rubric__icon > img | s.kontur.ru/common-v2/icons-ui/black/plus-square/plus-square-64-regular.svg |
div.relevant-rubrics__item > article.relevant-rubric > picture.relevant-rubric__icon > img div.relevant-rubrics__item > article.relevant-rubric > picture.relevant-rubric__icon > img | /common-v2/icons-ui/black/location-globe/location-globe-6... |
div.relevant-rubrics__item > article.relevant-rubric > picture.relevant-rubric__icon > img div.relevant-rubrics__item > article.relevant-rubric > picture.relevant-rubric__icon > img | s.kontur.ru/common-v2/icons-ui/black/flag-b/flag-b-64-regular.svg |
div.relevant-rubrics__item > article.relevant-rubric > picture.relevant-rubric__icon > img div.relevant-rubrics__item > article.relevant-rubric > picture.relevant-rubric__icon > img | /common-v2/icons-ui/black/security-lock-closed/security-l... |
div.relevant-rubrics__item > article.relevant-rubric > picture.relevant-rubric__icon > img div.relevant-rubrics__item > article.relevant-rubric > picture.relevant-rubric__icon > img | /common-v2/icons-ui/black/delivery-box-iso/delivery-box-i... |
div.relevant-rubrics__item > article.relevant-rubric > picture.relevant-rubric__icon > img div.relevant-rubrics__item > article.relevant-rubric > picture.relevant-rubric__icon > img | s.kontur.ru/common-v2/icons-ui/black/gov-ko-fns/gov-ko-fns-64-regular.svg |
div.relevant-rubrics__item > article.relevant-rubric > picture.relevant-rubric__icon > img div.relevant-rubrics__item > article.relevant-rubric > picture.relevant-rubric__icon > img | /common-v2/icons-ui/black/transport-auto-truck/transport-... |
article.hot-product-card > div.hot-product-card__inner > h3.hot-product-card__title > img article.hot-product-card > div.hot-product-card__inner > h3.hot-product-card__title > img | s.kontur.ru/common-v2/icons-products/extern/extern-32.svg |
article.hot-product-card > div.hot-product-card__inner > h3.hot-product-card__title > img article.hot-product-card > div.hot-product-card__inner > h3.hot-product-card__title > img | s.kontur.ru/common-v2/icons-products/diadoc/diadoc-32.svg |
article.hot-product-card > div.hot-product-card__inner > h3.hot-product-card__title > img article.hot-product-card > div.hot-product-card__inner > h3.hot-product-card__title > img | s.kontur.ru/common-v2/icons-products/elba/elba-32.svg |
article.hot-product-card > div.hot-product-card__inner > h3.hot-product-card__title > img article.hot-product-card > div.hot-product-card__inner > h3.hot-product-card__title > img | s.kontur.ru/common-v2/icons-products/talk/talk-32.svg |
article.hot-product-card > div.hot-product-card__inner > h3.hot-product-card__title > img article.hot-product-card > div.hot-product-card__inner > h3.hot-product-card__title > img | s.kontur.ru/common-v2/icons-products/market/market-32.svg |
article.hot-product-card > div.hot-product-card__inner > h3.hot-product-card__title > img article.hot-product-card > div.hot-product-card__inner > h3.hot-product-card__title > img | s.kontur.ru/common-v2/icons-products/focus/focus-32.svg |
article.hot-product-card > div.hot-product-card__inner > h3.hot-product-card__title > img article.hot-product-card > div.hot-product-card__inner > h3.hot-product-card__title > img | s.kontur.ru/common-v2/icons-products/ca/ca-32.svg |
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.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
navigation header.header > div.header__inner > nav.header__item > ul.header-menu |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.footer-nav > div.footer-nav__item > div.footer-menu-title > button.arrow-control div.footer-nav > div.footer-nav__item > div.footer-menu-title > button.arrow-control |
div.footer-nav > div.footer-nav__item > div.footer-menu-title > button.arrow-control div.footer-nav > div.footer-nav__item > div.footer-menu-title > button.arrow-control |
div.footer-nav > div.footer-nav__item > div.footer-menu-title > button.arrow-control div.footer-nav > div.footer-nav__item > div.footer-menu-title > button.arrow-control |
div.footer-nav > div.footer-nav__item > div.footer-menu-title > button.arrow-control div.footer-nav > div.footer-nav__item > div.footer-menu-title > button.arrow-control |
div.footer-nav > div.footer-nav__item > div.footer-menu-title > button.arrow-control div.footer-nav > div.footer-nav__item > div.footer-menu-title > button.arrow-control |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.header-is-fixed > iframe body.header-is-fixed > iframe |
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 |
|---|
Экстерн div.action-blocks-list__item > article.cross-product > div.cross-product__caption > div.cross-product-caption__top |
У Контура появился сервис по подбору бухгалтера на аутсорс div.cross-product__caption > div.cross-product-caption__body > div.cross-product-caption__title > a |
Удостоверяющий центр div.action-blocks-list__item > article.cross-product > div.cross-product__caption > div.cross-product-caption__top |
Заполняя форму, вы подтверждаете согласие на обработку персональных данных лиц … div.skb-order-form > div.skb-order-form__row > div.skb-order-form__input-wrap > div.skb-order-form__input-comment |
согласие div.skb-order-form__row > div.skb-order-form__input-wrap > div.skb-order-form__input-comment > a |
© 1988–2026 СКБ Контур div.footer-service-area > div.footer-service-area__info-content > div.footer-service-area__item > div.footer-companyname |
Используем cookies для корректной работы сайта, персонализации пользователей и … div.footer-service-area > div.footer-service-area__info-content > div.footer-service-area__item > div.footer-policy |
политикой обработки персональных данных div.footer-service-area__info-content > div.footer-service-area__item > div.footer-policy > a.footer-policy__link |
рекомендательные технологии div.footer-service-area__info-content > div.footer-service-area__item > div.footer-policy > a.footer-policy__link |
In English div.footer-service-area__additional-content > div.footer-service-area__item > a.footer-change-lang > span.footer-change-lang__text |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Ещё div.hot-product-card > div.hot-product-card__inner > div.hot-product-card__title > a |
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 |
|---|---|
Access to fetch at 'https://auth.kontur.ru/checksession' from origin 'https://kontur.ru' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_TIMED_OUT | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Uncaught (in promise) TypeError: Failed to fetch |
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.
Desktop audit not available for this result.
Send Feedback