Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 17.3s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
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-eval' found in script source
Security gaps expose your site and users to attacks, eroding trust.
'unsafe-inline' found in script source
Security gaps expose your site and users to attacks, eroding trust.
Access-Control-Allow-Origin: * with credentials — critical misconfiguration
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 7.2 MB (4.6 MB transferred)
Performance issues directly impact user engagement and conversion rates.
17 image(s) missing alt attribute
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/89c2f694-6e80-40c8-8ee6-8eb1f7fe1405)<a href="https://beavercheck.com/results/89c2f694-6e80-40c8-8ee6-8eb1f7fe1405"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fselectel.ru" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fselectel.ruThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 17.3s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. 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.
7 barrier(s) likely increasing bounce by ~30%.
Page takes 17.3s to load
+12% bounceUsers abandon at ~3s — you're 14.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.0s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
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, …)
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.
₽17,500 investment → ₽105/month returns
₽17,500
5h · 5 findings
₽105 /mo
~₽1,266 / 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.
5.0 developer hours at ₽3500/hr
Based on Russia rates (₽3500/hr)
Start here for the best return on investment
₽105 / month at risk
~₽1,266 / year if left unfixed
₽105 /mo
14503.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.
6.74 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.34 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.97 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.111
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.73 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.
27.06 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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 | |
|---|---|---|---|
Кейс Выделенные серверы ul#splide01-list > li#splide01-slide01 > a.case-card > img.case-card__image | selectel.ru/_ipx/_/images/components/content/pages/index/cases/x5.jpg | 134.1 KiB | 115.3 KiB |
Кейс Приватное облако Selectel ul#splide01-list > li#splide01-slide02 > a.case-card > img.case-card__image | selectel.ru/_ipx/_/images/components/content/pages/index/cases/uchi.ru.jpg | 131.3 KiB | 113.0 KiB |
a.flex > div.absolute > picture.absolute > img a.flex > div.absolute > picture.absolute > img | /_ipx/w_640&f_webp&q_80/images/components/content/pages/i... | 36.4 KiB | 20.5 KiB |
div.security-data__cards > div.security-data__cards-card > picture.security-data-card__picture > img div.security-data__cards > div.security-data__cards-card > picture.security-data-card__picture > img | /_ipx/w_640&f_webp&q_80/images/components/content/factoid... | 24.6 KiB | 15.6 KiB |
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.
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.
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.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Серверы.
Облако.
Дата-центры.
Selectel — ведущий провайдер IT-инфраструктуры.
В… body.popmechanic-mobile > div#__nuxt > div.layout > main | 0.111 |
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 |
|---|---|---|
| chatwoot.selectel.ru/vite/assets/index-B2oV7ar2.js | 297.8 KiB | 121.1 KiB |
| chatwoot.selectel.ru/vite/assets/_plugin-vue_export-helper-_02b8cOM.js | 168.1 KiB | 106.7 KiB |
| chatwoot.selectel.ru/vite/assets/Validators-DbEVPLSt.js | 89.3 KiB | 57.9 KiB |
| mc.yandex.ru/metrika/tag.js | 84.5 KiB | 56.1 KiB |
| chatwoot.selectel.ru/vite/assets/utils.esm-CYAcZXQv.js | 83.0 KiB | 55.6 KiB |
| cdn.selectel.ru/site_v3/_nuxt_v3/DwojNK-9.js | 136.8 KiB | 51.0 KiB |
| chatwoot.selectel.ru/vite/assets/useBranding-ABUCmbFD.js | 86.9 KiB | 47.3 KiB |
| chatwoot.selectel.ru/vite/assets/widget-DZkOsJcV.js | 90.2 KiB | 39.6 KiB |
| cdn.selectel.ru/site_v3/_nuxt_v3/BMizhySc.js | 66.7 KiB | 36.7 KiB |
| chatwoot.selectel.ru/vite/assets/vue-dompurify-html-B9EYdvnm.js | 126.9 KiB | 29.6 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 |
|---|---|---|---|
| cdn.selectel.ru/site_v3/_nuxt_v3/DwojNK-9.js | 3.0 s | 2.8 s | 2.0 ms |
| Unattributable | 1.3 s | 192 ms | 0.0 ms |
| selectel.ru/ | 986 ms | 38 ms | 1.2 ms |
| cdn.selectel.ru/site_v3/_nuxt_v3/Djug9Uf8.js | 936 ms | 517 ms | 0.5 ms |
| api.mindbox.ru/scripts/v1/tracker.js | 417 ms | 174 ms | 179 ms |
| hog.selectel.ru/static/recorder.js?v=1.68.1 | 341 ms | 90 ms | 5.5 ms |
| chatwoot.selectel.ru/vite/assets/widget-DZkOsJcV.js | 297 ms | 264 ms | 0.6 ms |
| cdn.selectel.ru/site_v3/_nuxt_v3/CH_iu5NA.js | 251 ms | 56 ms | 0.3 ms |
| metrics.selectel.ru/js/container_MIheIjCo.js | 185 ms | 136 ms | 43 ms |
| mc.yandex.ru/metrika/tag.js | 175 ms | 147 ms | 24 ms |
| widgets.mango-office.ru/widgets/mango.js | 143 ms | 124 ms | 9.9 ms |
| top-fwz1.mail.ru/js/code.js | 112 ms | 80 ms | 22 ms |
| cdn.selectel.ru/site_v3/_nuxt_v3/BMizhySc.js | 83 ms | 10 ms | 0.8 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 |
|---|---|
| Script Evaluation | 4.7 s |
| Other | 1.8 s |
| Style & Layout | 1.3 s |
| Script Parsing & Compilation | 320 ms |
| Rendering | 268 ms |
| Parse HTML & CSS | 238 ms |
| Garbage Collection | 94 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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 |
|---|---|---|
| chatwoot.selectel.ru/vite/assets/widget-C2RjmIdF.css | 760.6 KiB | 750.8 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
Кейс Выделенные серверы ul#splide01-list > li#splide01-slide01 > a.case-card > img.case-card__image | selectel.ru/_ipx/_/images/components/content/pages/index/cases/x5.jpg |
Кейс Приватное облако Selectel ul#splide01-list > li#splide01-slide02 > a.case-card > img.case-card__image | selectel.ru/_ipx/_/images/components/content/pages/index/cases/uchi.ru.jpg |
Кейс Managed Kubernetes ul#splide01-list > li#splide01-slide04 > a.case-card > img.case-card__image | selectel.ru/_ipx/_/images/components/content/pages/index/cases/rehau.jpg |
Кейс Частное облако ul#splide01-list > li#splide01-slide03 > a.case-card > img.case-card__image | selectel.ru/_ipx/_/images/components/content/pages/index/cases/level.jpg |
div.relative > div.absolute > picture > img.absolute div.relative > div.absolute > picture > img.absolute | selectel.ru/images/components/content/pages/index/swiper-cards/products.svg |
div.security-data__cards > div.security-data__cards-card > picture.security-data-card__picture > img div.security-data__cards > div.security-data__cards-card > picture.security-data-card__picture > img | /_ipx/w_640&f_webp&q_80/images/components/content/factoid... |
div.relative > div.absolute > picture > img.absolute div.relative > div.absolute > picture > img.absolute | selectel.ru/images/components/content/pages/index/swiper-cards/dedicated.svg |
div.relative > div.absolute > picture > img.absolute div.relative > div.absolute > picture > img.absolute | selectel.ru/images/components/content/pages/index/swiper-cards/cloud.svg |
div.relative > div.absolute > picture > img.absolute div.relative > div.absolute > picture > img.absolute | selectel.ru/images/components/content/pages/index/swiper-cards/mlops.svg |
div.relative > div.absolute > picture > img.absolute div.relative > div.absolute > picture > img.absolute | /images/components/content/pages/index/swiper-cards/admin... |
div.security-data__cards > div.security-data__cards-card > picture.security-data-card__picture > img div.security-data__cards > div.security-data__cards-card > picture.security-data-card__picture > img | /_ipx/w_640&f_webp&q_80/images/components/content/factoid... |
div.security-data__cards > div.security-data__cards-card > picture.security-data-card__picture > img div.security-data__cards > div.security-data__cards-card > picture.security-data-card__picture > img | /_ipx/w_640&f_webp&q_80/images/components/content/factoid... |
div.relative > div.absolute > picture > img.absolute div.relative > div.absolute > picture > img.absolute | selectel.ru/images/components/content/pages/index/swiper-cards/ddos.svg |
div.management-presentation__views > div.management-presentation__views-item > picture > img div.management-presentation__views > div.management-presentation__views-item > picture > img | /_ipx/w_640&f_webp&q_80/images/components/content/managem... |
grafics div.nav-dropdown__links > div.menu-main-banner__wrapper > div.menu-main-banner > img.menu-main-banner__img | selectel.ru/images/components/layout/header/grafics.svg |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img | /blog/wp-content/uploads/2026/03/MD-6164-2-2-150x150.png |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img | /blog/wp-content/uploads/2026/03/MD-6538-150x150.png |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img | /blog/wp-content/uploads/2026/03/MD-6522-1-150x150.png |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img | /blog/wp-content/uploads/2026/01/MD-5986-150x150.png |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img | /blog/wp-content/uploads/2025/09/MD-4155-2-150x150.png |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img | /blog/wp-content/uploads/2025/08/MD-1991-150x150.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 |
|---|
div.container > div.top-banner > div.top-banner__close > button div.container > div.top-banner > div.top-banner__close > button |
div.header-main__container > div.header-main__inner > div.global-search > button.global-search__btn div.header-main__container > div.header-main__inner > div.global-search > button.global-search__btn |
ol > li > div.cookies > button.button ol > li > div.cookies > button.button |
body.popmechanic-mobile > div#__nuxt > div.layout > button.up-button body.popmechanic-mobile > div#__nuxt > div.layout > button.up-button |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a.flex > div.absolute > picture.absolute > img a.flex > div.absolute > picture.absolute > img |
div.security-data__cards > div.security-data__cards-card > picture.security-data-card__picture > img div.security-data__cards > div.security-data__cards-card > picture.security-data-card__picture > img |
div.security-data__cards > div.security-data__cards-card > picture.security-data-card__picture > img div.security-data__cards > div.security-data__cards-card > picture.security-data-card__picture > img |
div.security-data__cards > div.security-data__cards-card > picture.security-data-card__picture > img div.security-data__cards > div.security-data__cards-card > picture.security-data-card__picture > img |
div.management-presentation__views > div.management-presentation__views-item > picture > img div.management-presentation__views > div.management-presentation__views-item > picture > img |
div.image-call-to-action > div.image-call-to-action__block-image > picture.image-call-to-action__block > img div.image-call-to-action > div.image-call-to-action__block-image > picture.image-call-to-action__block > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
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.header-main > div.header-main__container > div.header-main__inner > a.router-link-active div.header-main > div.header-main__container > div.header-main__inner > a.router-link-active |
div.footer__container > div.footer__inner > div.footer__promo > a.footer__promo-logo div.footer__container > div.footer__inner > div.footer__promo > a.footer__promo-logo |
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 |
|---|
Рассчитайте стоимость инфраструктуры a.flex > div.flex > div.flex > div.h4 |
AI div.profitable-start__inner > div.flex > a.main-card > div.main-card__tag |
скидка div.flex > div.xl:col-start-[14] > a.item-card > div.item-card__tag |
грант div.flex > div.xl:col-start-[14] > a.item-card > div.item-card__tag |
бесплатная миграция div.flex > div.xl:col-start-[14] > a.item-card > div.item-card__tag |
Ответ за 15 минут div.support__cards > div.support-card > div.support-card__promo > span.py-[2px] |
Бесплатно div.support__cards > div.support-card > div.support-card__promo > span.support-card__promo-note |
Русская и английская версии div.support__cards > div.support-card > div.support-card__promo > span.py-[2px] |
Удобный поиск div.support__cards > div.support-card > div.support-card__promo > span.support-card__promo-note |
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 |
|---|
GPU для ваших AI задач div.profitable-start__inner > div.flex > a.main-card > h4 |
Как перейти на модель «ЦОД как сервис» ul#splide01-list > li#splide01-slide01 > a.case-card > h5.pr-4 |
Встроенная безопасность и сертификаты div.security-data__cards-card > div.security-data-card__main-info > div.security-data-card__info-wrapper > h4.security-data-card__title |
Участвуйте в мероприятиях div.academy > div.academy__grid > div.call-to-action__card > h4.card__title |
Сообщество div.footer__container > div.footer__inner > div.footer-socials > h5.footer-socials__title |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.popmechanic-android html.popmechanic-android |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
|---|---|
cdn.selectel.ru/site_v3/_nuxt_v3/DwojNK-9.js line 34, col 62532 | Connecting to 'https://m1.openfpcdn.io/botd/v1.9.1/npm-monitoring' violates the following Content Security Policy directive: "connect-src 'self' *.maps.yandex.net api-maps.yandex.ru api.selectel.ru hog.selectel.ru https://chatwoot.selectel.ru wss://chatwoot.selectel.ru https://statuspal.io/api/v2/status_pages/selectel/summary https://*.mindbox.ru https://selectel.ru https://cdn.selectel.ru https://top-fwz1.mail.ru https://web.popmechanic.ru https://metrics.selectel.ru leads.selectel.ru mc.yandex.ru suggest-maps.yandex.ru wss://api.selectel.ru wss://ws.selectel.ru www.youtube.com https://yulixr.ru/ https://hooks.zapier.com/hooks/catch/11509819/ https://hooks.zapier.com/hooks/catch/12416931/ https://script.google.com/a/macros/selectel.com/s/AKfycbzM4er3RoKbPw3cQALGtakLQ7xfTtUk8PETDoXQyYh6kiCLnhu1oO4iCy2CuhT38cGrCA/exec https://files.selectel.ru https://telegram.org/pxl https://core.service.elfsight.com". The action has been blocked. |
mc.yandex.ru/metrika/tag.js line 104, col 101 | Connecting to 'https://mc.yandex.com/watch/40029655?wmode=7&page-url=https%3A%2F%2Fselectel.ru%2F&charset=utf-8&uah=chu%0A%22Chromium%22%3Bv%3D%22147%22%2C%22Google%20Chrome%22%3Bv%3D%22147%22%0Achb%0A64%0Achf%0A147.0.0.0%0Achl%0A%22Chromium%22%3Bv%3D%22147.0.7727.55%22%2C%22Not.A%2FBrand%22%3Bv%3D%228.0.0.0%22%0Achm%0A%3F1%0Acho%0Amoto%20g%20power%20(2022)%0Achp%0AAndroid%0Achv%0A11.0&browser-info=pv%3A1%3Avf%3A6glgxny3ywmlt088t0nklbpybmq57%3Afu%3A0%3Aen%3Autf-8%3Ala%3Aen-US%3Av%3A2461%3Acn%3A1%3Adp%3A0%3Als%3A136839081...cpf%3A1%3Ans%3A1776362442112%3Aadb%3A2%3Arqnl%3A1%3Ast%3A1776362445%3At%3AIT-%D0%B8%D0%BD%D1%84%D1%80%D0%B0%D1%81%D1%82%D1%80%D1%83%D0%BA%D1%82%D1%83%D1%80%D0%B0%20%D0%B4%D0%BB%D1%8F%20%D0%B1%D0%B8%D0%B7%D0%BD%D0%B5%D1%81%D0%B0%20%D0%BE%D1%82%20%D0%BE%D0%B1%D0%BB%D0%B0%D1%87%D0%BD%D0%BE%D0%B3%D0%BE%20%D0%BF%D1%80%D0%BE%D0%B2%D0%B0%D0%B9%D0%B4%D0%B5%D1%80%D0%B0%20Selectel%2C%20%D0%B0%D1%80%D0%B5%D0%BD%D0%B4%D0%B0%20IaaS%20%D0%B8%20PaaS&t=clt(987)gdpr(14)clc(0-0-0)rqnt(1)aw(1)rcm(1)cdl(na)eco(42010112)ti(1)' violates the following Content Security Policy directive: "connect-src 'self' *.maps.yandex.net api-maps.yandex.ru api.selectel.ru hog.selectel.ru https://chatwoot.selectel.ru wss://chatwoot.selectel.ru https://statuspal.io/api/v2/status_pages/selectel/summary https://*.mindbox.ru https://selectel.ru https://cdn.selectel.ru https://top-fwz1.mail.ru https://web.popmechanic.ru https://metrics.selectel.ru leads.selectel.ru mc.yandex.ru suggest-maps.yandex.ru wss://api.selectel.ru wss://ws.selectel.ru www.youtube.com https://yulixr.ru/ https://hooks.zapier.com/hooks/catch/11509819/ https://hooks.zapier.com/hooks/catch/12416931/ https://script.google.com/a/macros/selectel.com/s/AKfycbzM4er3RoKbPw3cQALGtakLQ7xfTtUk8PETDoXQyYh6kiCLnhu1oO4iCy2CuhT38cGrCA/exec https://files.selectel.ru https://telegram.org/pxl https://core.service.elfsight.com". The action has been blocked. |
mc.yandex.ru/metrika/tag.js line 106, col 373 | Connecting to 'https://mc.yandex.com/watch/40029655?wmode=7&page-url=https%3A%2F%2Fselectel.ru%2F&charset=utf-8&uah=chu%0A%22Chromium%22%3Bv%3D%22147%22%2C%22Google%20Chrome%22%3Bv%3D%22147%22%0Achb%0A64%0Achf%0A147.0.0.0%0Achl%0A%22Chromium%22%3Bv%3D%22147.0.7727.55%22%2C%22Not.A%2FBrand%22%3Bv%3D%228.0.0.0%22%0Achm%0A%3F1%0Acho%0Amoto%20g%20power%20(2022)%0Achp%0AAndroid%0Achv%0A11.0&browser-info=pv%3A1%3Avf%3A6glgxny3ywmlt088t0nklbpybmq57%3Afu%3A0%3Aen%3Autf-8%3Ala%3Aen-US%3Av%3A2461%3Acn%3A1%3Adp%3A0%3Als%3A136839081...cpf%3A1%3Ans%3A1776362442112%3Aadb%3A2%3Arqnl%3A1%3Ast%3A1776362445%3At%3AIT-%D0%B8%D0%BD%D1%84%D1%80%D0%B0%D1%81%D1%82%D1%80%D1%83%D0%BA%D1%82%D1%83%D1%80%D0%B0%20%D0%B4%D0%BB%D1%8F%20%D0%B1%D0%B8%D0%B7%D0%BD%D0%B5%D1%81%D0%B0%20%D0%BE%D1%82%20%D0%BE%D0%B1%D0%BB%D0%B0%D1%87%D0%BD%D0%BE%D0%B3%D0%BE%20%D0%BF%D1%80%D0%BE%D0%B2%D0%B0%D0%B9%D0%B4%D0%B5%D1%80%D0%B0%20Selectel%2C%20%D0%B0%D1%80%D0%B5%D0%BD%D0%B4%D0%B0%20IaaS%20%D0%B8%20PaaS&t=clt(987)gdpr(14)clc(0-0-0)rqnt(1)aw(1)rcm(1)cdl(na)eco(42010112)ti(2)' violates the following Content Security Policy directive: "connect-src 'self' *.maps.yandex.net api-maps.yandex.ru api.selectel.ru hog.selectel.ru https://chatwoot.selectel.ru wss://chatwoot.selectel.ru https://statuspal.io/api/v2/status_pages/selectel/summary https://*.mindbox.ru https://selectel.ru https://cdn.selectel.ru https://top-fwz1.mail.ru https://web.popmechanic.ru https://metrics.selectel.ru leads.selectel.ru mc.yandex.ru suggest-maps.yandex.ru wss://api.selectel.ru wss://ws.selectel.ru www.youtube.com https://yulixr.ru/ https://hooks.zapier.com/hooks/catch/11509819/ https://hooks.zapier.com/hooks/catch/12416931/ https://script.google.com/a/macros/selectel.com/s/AKfycbzM4er3RoKbPw3cQALGtakLQ7xfTtUk8PETDoXQyYh6kiCLnhu1oO4iCy2CuhT38cGrCA/exec https://files.selectel.ru https://telegram.org/pxl https://core.service.elfsight.com". The action has been blocked. |
Failed to load resource: the server responded with a status of 401 () | |
mc.yandex.ru/metrika/tag.js line 104, col 101 | Fetch API cannot load https://mc.yandex.com/watch/40029655?wmode=7&page-url=https%3A%2F%2Fselectel.ru%2F&charset=utf-8&uah=chu%0A%22Chromium%22%3Bv%3D%22147%22%2C%22Google%20Chrome%22%3Bv%3D%22147%22%0Achb%0A64%0Achf%0A147.0.0.0%0Achl%0A%22Chromium%22%3Bv%3D%22147.0.7727.55%22%2C%22Not.A%2FBrand%22%3Bv%3D%228.0.0.0%22%0Achm%0A%3F1%0Acho%0Amoto%20g%20power%20(2022)%0Achp%0AAndroid%0Achv%0A11.0&browser-info=pv%3A1%3Avf%3A6glgxny3ywmlt088t0nklbpybmq57%3Afu%3A0%3Aen%3Autf-8%3Ala%3Aen-US%3Av%3A2461%3Acn%3A1%3Adp%3A0%3Als%3A136839081...cpf%3A1%3Ans%3A1776362442112%3Aadb%3A2%3Arqnl%3A1%3Ast%3A1776362445%3At%3AIT-%D0%B8%D0%BD%D1%84%D1%80%D0%B0%D1%81%D1%82%D1%80%D1%83%D0%BA%D1%82%D1%83%D1%80%D0%B0%20%D0%B4%D0%BB%D1%8F%20%D0%B1%D0%B8%D0%B7%D0%BD%D0%B5%D1%81%D0%B0%20%D0%BE%D1%82%20%D0%BE%D0%B1%D0%BB%D0%B0%D1%87%D0%BD%D0%BE%D0%B3%D0%BE%20%D0%BF%D1%80%D0%BE%D0%B2%D0%B0%D0%B9%D0%B4%D0%B5%D1%80%D0%B0%20Selectel%2C%20%D0%B0%D1%80%D0%B5%D0%BD%D0%B4%D0%B0%20IaaS%20%D0%B8%20PaaS&t=clt(987)gdpr(14)clc(0-0-0)rqnt(1)aw(1)rcm(1)cdl(na)eco(42010112)ti(1). Refused to connect because it violates the document's Content Security Policy. |
cdn.selectel.ru/site_v3/_nuxt_v3/BMizhySc.js line 12, col 11859 | Hydration completed but contains mismatches. |
mc.yandex.ru/metrika/tag.js line 101, col 309 | Loading the script 'https://mc.yandex.com/watch/40029655?callback=_ymjsp357294307&page-url=https%3A%2F%2Fselectel.ru%2F&charset=utf-8&uah=chu%0A%22Chromium%22%3Bv%3D%22147%22%2C%22Google%20Chrome%22%3Bv%3D%22147%22%0Achb%0A64%0Achf%0A147.0.0.0%0Achl%0A%22Chromium%22%3Bv%3D%22147.0.7727.55%22%2C%22Not.A%2FBrand%22%3Bv%3D%228.0.0.0%22%0Achm%0A%3F1%0Acho%0Amoto%20g%20power%20(2022)%0Achp%0AAndroid%0Achv%0A11.0&browser-info=pv%3A1%3Avf%3A6glgxny3ywmlt088t0nklbpybmq57%3Afu%3A0%3Aen%3Autf-8%3Ala%3Aen-US%3Av%3A2461%3Acn%3A1%3Adp%3A0...3Ans%3A1776362442112%3Aadb%3A2%3Arqnl%3A1%3Ast%3A1776362445%3At%3AIT-%D0%B8%D0%BD%D1%84%D1%80%D0%B0%D1%81%D1%82%D1%80%D1%83%D0%BA%D1%82%D1%83%D1%80%D0%B0%20%D0%B4%D0%BB%D1%8F%20%D0%B1%D0%B8%D0%B7%D0%BD%D0%B5%D1%81%D0%B0%20%D0%BE%D1%82%20%D0%BE%D0%B1%D0%BB%D0%B0%D1%87%D0%BD%D0%BE%D0%B3%D0%BE%20%D0%BF%D1%80%D0%BE%D0%B2%D0%B0%D0%B9%D0%B4%D0%B5%D1%80%D0%B0%20Selectel%2C%20%D0%B0%D1%80%D0%B5%D0%BD%D0%B4%D0%B0%20IaaS%20%D0%B8%20PaaS&t=clt(987)gdpr(14)clc(0-0-0)rqnt(1)aw(1)rcm(1)cdl(na)eco(42010112)ti(3)&wmode=5' violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval' 'unsafe-inline' *.maps.yandex.net api-maps.yandex.ru cdn.ampproject.org hog.selectel.ru https://chatwoot.selectel.ru https://cdn.selectel.ru https://6f3bf64a-14d1-4b68-9202-2a000ca072b9.selcdn.net https://cse.google.com/adsense/search/async-ads.js https://cse.google.com/cse.js https://cse.google.com/cse/element/v1 https://s.ytimg.com https://static.popmechanic.ru https://top-fwz1.mail.ru https://vk.com https://vk.ru https://www.google.com https://metrics.selectel.ru mc.yandex.ru https://*.mindbox.ru https://widgets.mango-office.ru https://dct.mango-office.ru selectel.ru suggest-maps.yandex.ru www.google.com www.googleadservices.com www.gstatic.com www.youtube.com yastatic.net https://telegram.org/js/pixel.js https://elfsightcdn.com https://universe-static.elfsightcdn.com". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. |
top-fwz1.mail.ru/js/code.js line 13, col 95 | Loading the script 'https://privacy-cs.mail.ru/static/sync-loader.js' violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval' 'unsafe-inline' *.maps.yandex.net api-maps.yandex.ru cdn.ampproject.org hog.selectel.ru https://chatwoot.selectel.ru https://cdn.selectel.ru https://6f3bf64a-14d1-4b68-9202-2a000ca072b9.selcdn.net https://cse.google.com/adsense/search/async-ads.js https://cse.google.com/cse.js https://cse.google.com/cse/element/v1 https://s.ytimg.com https://static.popmechanic.ru https://top-fwz1.mail.ru https://vk.com https://vk.ru https://www.google.com https://metrics.selectel.ru mc.yandex.ru https://*.mindbox.ru https://widgets.mango-office.ru https://dct.mango-office.ru selectel.ru suggest-maps.yandex.ru www.google.com www.googleadservices.com www.gstatic.com www.youtube.com yastatic.net https://telegram.org/js/pixel.js https://elfsightcdn.com https://universe-static.elfsightcdn.com". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. |
hog.selectel.ru/static/recorder.js?v=1.68.1 line 31, col 9366 | SyntaxError: Unexpected token '<', "<html>
<h"... is not valid JSON |
cdn.selectel.ru/site_v3/_nuxt_v3/DSz6PE9X.js line 5, col 6074 | TypeError: window.mindbox(...) is not a function
at mindboxTrackPage (https://cdn.selectel.ru/site_v3/_nuxt_v3/DSz6PE9X.js:6:6075) |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a.flex > div.absolute > picture.absolute > img a.flex > div.absolute > picture.absolute > img |
div.security-data__cards > div.security-data__cards-card > picture.security-data-card__picture > img div.security-data__cards > div.security-data__cards-card > picture.security-data-card__picture > img |
div.security-data__cards > div.security-data__cards-card > picture.security-data-card__picture > img div.security-data__cards > div.security-data__cards-card > picture.security-data-card__picture > img |
div.security-data__cards > div.security-data__cards-card > picture.security-data-card__picture > img div.security-data__cards > div.security-data__cards-card > picture.security-data-card__picture > img |
div.management-presentation__views > div.management-presentation__views-item > picture > img div.management-presentation__views > div.management-presentation__views-item > picture > img |
div.image-call-to-action > div.image-call-to-action__block-image > picture.image-call-to-action__block > img div.image-call-to-action > div.image-call-to-action__block-image > picture.image-call-to-action__block > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.
1.47 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.78 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
219 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.038
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.30 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.
4.21 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 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.
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.
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.
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.
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 | |
|---|---|---|---|
Кейс Выделенные серверы ul#splide01-list > li#splide01-slide01 > a.case-card > img.case-card__image | selectel.ru/_ipx/_/images/components/content/pages/index/cases/x5.jpg | 134.1 KiB | 114.6 KiB |
Кейс Приватное облако Selectel ul#splide01-list > li#splide01-slide02 > a.case-card > img.case-card__image | selectel.ru/_ipx/_/images/components/content/pages/index/cases/uchi.ru.jpg | 131.3 KiB | 112.2 KiB |
Кейс Managed Kubernetes ul#splide01-list > li#splide01-slide04 > a.case-card > img.case-card__image | selectel.ru/_ipx/_/images/components/content/pages/index/cases/rehau.jpg | 131.0 KiB | 111.9 KiB |
a.flex > div.absolute > picture.absolute > img a.flex > div.absolute > picture.absolute > img | /_ipx/w_1280&f_webp&q_80/images/components/content/pages/... | 68.0 KiB | 55.0 KiB |
Кейс Частное облако ul#splide01-list > li#splide01-slide03 > a.case-card > img.case-card__image | selectel.ru/_ipx/_/images/components/content/pages/index/cases/level.jpg | 60.2 KiB | 38.8 KiB |
div.security-data__cards > div.security-data__sticky-block > picture.security-data__picture-absolute > img div.security-data__cards > div.security-data__sticky-block > picture.security-data__picture-absolute > img | /_ipx/w_1280&f_webp&q_80/images/components/content/factoi... | 37.6 KiB | 26.3 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.
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.
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.
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 |
|---|---|
| Script Evaluation | 1.3 s |
| Other | 1.3 s |
| Style & Layout | 575 ms |
| Rendering | 529 ms |
| Script Parsing & Compilation | 71 ms |
| Garbage Collection | 58 ms |
| Parse HTML & CSS | 49 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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 |
|---|---|---|
| chatwoot.selectel.ru/vite/assets/widget-C2RjmIdF.css | 760.6 KiB | 750.9 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 |
|---|---|---|
| chatwoot.selectel.ru/vite/assets/index-B2oV7ar2.js | 297.8 KiB | 120.8 KiB |
| chatwoot.selectel.ru/vite/assets/_plugin-vue_export-helper-_02b8cOM.js | 168.1 KiB | 106.7 KiB |
| chatwoot.selectel.ru/vite/assets/Validators-DbEVPLSt.js | 89.3 KiB | 57.9 KiB |
| mc.yandex.ru/metrika/tag.js | 84.5 KiB | 55.7 KiB |
| chatwoot.selectel.ru/vite/assets/utils.esm-CYAcZXQv.js | 83.0 KiB | 55.6 KiB |
| cdn.selectel.ru/site_v3/_nuxt_v3/DwojNK-9.js | 136.8 KiB | 48.8 KiB |
| chatwoot.selectel.ru/vite/assets/useBranding-ABUCmbFD.js | 86.9 KiB | 47.3 KiB |
| chatwoot.selectel.ru/vite/assets/widget-DZkOsJcV.js | 90.2 KiB | 39.6 KiB |
| chatwoot.selectel.ru/vite/assets/vue-dompurify-html-B9EYdvnm.js | 126.9 KiB | 29.6 KiB |
| cdn.selectel.ru/site_v3/_nuxt_v3/BMizhySc.js | 66.7 KiB | 26.2 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
Кейс Выделенные серверы ul#splide01-list > li#splide01-slide01 > a.case-card > img.case-card__image | selectel.ru/_ipx/_/images/components/content/pages/index/cases/x5.jpg |
Кейс Приватное облако Selectel ul#splide01-list > li#splide01-slide02 > a.case-card > img.case-card__image | selectel.ru/_ipx/_/images/components/content/pages/index/cases/uchi.ru.jpg |
Кейс Managed Kubernetes ul#splide01-list > li#splide01-slide04 > a.case-card > img.case-card__image | selectel.ru/_ipx/_/images/components/content/pages/index/cases/rehau.jpg |
Кейс Частное облако ul#splide01-list > li#splide01-slide03 > a.case-card > img.case-card__image | selectel.ru/_ipx/_/images/components/content/pages/index/cases/level.jpg |
div.management-presentation__views > div.management-presentation__views-item > picture > img div.management-presentation__views > div.management-presentation__views-item > picture > img | /_ipx/w_1280&f_webp&q_80/images/components/content/manage... |
div.relative > div.absolute > picture > img.absolute div.relative > div.absolute > picture > img.absolute | selectel.ru/images/components/content/pages/index/swiper-cards/products.svg |
div.relative > div.absolute > picture > img.absolute div.relative > div.absolute > picture > img.absolute | selectel.ru/images/components/content/pages/index/swiper-cards/dedicated.svg |
div.relative > div.absolute > picture > img.absolute div.relative > div.absolute > picture > img.absolute | selectel.ru/images/components/content/pages/index/swiper-cards/cloud.svg |
div.relative > div.absolute > picture > img.absolute div.relative > div.absolute > picture > img.absolute | selectel.ru/images/components/content/pages/index/swiper-cards/mlops.svg |
div.relative > div.absolute > picture > img.absolute div.relative > div.absolute > picture > img.absolute | /images/components/content/pages/index/swiper-cards/admin... |
div.relative > div.absolute > picture > img.absolute div.relative > div.absolute > picture > img.absolute | selectel.ru/images/components/content/pages/index/swiper-cards/ddos.svg |
div.nav-widget__inner > div.materials-widget > div.materials-widget__logos > img.materials-widget__logo div.nav-widget__inner > div.materials-widget > div.materials-widget__logos > img.materials-widget__logo | selectel.ru/images/components/layout/header/materials/selectel.png |
div.nav-widget__inner > div.materials-widget > div.materials-widget__logos > img.materials-widget__logo div.nav-widget__inner > div.materials-widget > div.materials-widget__logos > img.materials-widget__logo | selectel.ru/images/components/layout/header/materials/selectel-dark.png |
div.nav-widget__inner > div.materials-widget > div.materials-widget__logos > img.materials-widget__logo--bordered div.nav-widget__inner > div.materials-widget > div.materials-widget__logos > img.materials-widget__logo--bordered | selectel.ru/images/components/layout/header/materials/selectel-partner.png |
grafics div.nav-dropdown__body-wrapper > div.menu-main-banner__wrapper > div.menu-main-banner > img.menu-main-banner__img | selectel.ru/images/components/layout/header/grafics.svg |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img | /blog/wp-content/uploads/2026/03/MD-6164-2-2-150x150.png |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img | /blog/wp-content/uploads/2026/03/MD-6538-150x150.png |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img | /blog/wp-content/uploads/2026/03/MD-6522-1-150x150.png |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img | /blog/wp-content/uploads/2026/01/MD-5986-150x150.png |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img | /blog/wp-content/uploads/2025/09/MD-4155-2-150x150.png |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img | /blog/wp-content/uploads/2025/08/MD-1991-150x150.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 |
|---|
div.container > div.top-banner > div.top-banner__close > button div.container > div.top-banner > div.top-banner__close > button |
ul.main-nav__list > li.main-nav__list-search > div.global-search > button.global-search__btn ul.main-nav__list > li.main-nav__list-search > div.global-search > button.global-search__btn |
ol > li > div.cookies > button.button ol > li > div.cookies > button.button |
body.popmechanic-desktop > div#__nuxt > div.layout > button.up-button body.popmechanic-desktop > div#__nuxt > div.layout > button.up-button |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a.flex > div.absolute > picture.absolute > img a.flex > div.absolute > picture.absolute > img |
div.security-data__cards > div.security-data__sticky-block > picture.security-data__picture-absolute > img div.security-data__cards > div.security-data__sticky-block > picture.security-data__picture-absolute > img |
div.security-data__cards > div.security-data__sticky-block > picture.security-data__picture-absolute > img div.security-data__cards > div.security-data__sticky-block > picture.security-data__picture-absolute > img |
div.security-data__cards > div.security-data__sticky-block > picture.security-data__picture-absolute > img div.security-data__cards > div.security-data__sticky-block > picture.security-data__picture-absolute > img |
div.management-presentation__views > div.management-presentation__views-item > picture > img div.management-presentation__views > div.management-presentation__views-item > picture > img |
div.image-call-to-action > div.image-call-to-action__block-image > picture.image-call-to-action__block > img div.image-call-to-action > div.image-call-to-action__block-image > picture.image-call-to-action__block > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
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.header-main > div.header-main__container > div.header-main__inner > a.router-link-active div.header-main > div.header-main__container > div.header-main__inner > a.router-link-active |
div.footer__container > div.footer__inner > div.footer__promo > a.footer__promo-logo div.footer__container > div.footer__inner > div.footer__promo > a.footer__promo-logo |
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 |
|---|
AI div.profitable-start__inner > div.flex > a.main-card > div.main-card__tag |
скидка div.flex > div.xl:col-start-[14] > a.item-card > div.item-card__tag |
грант div.flex > div.xl:col-start-[14] > a.item-card > div.item-card__tag |
бесплатная миграция div.flex > div.xl:col-start-[14] > a.item-card > div.item-card__tag |
Ответ за 15 минут div.support__cards > div.support-card > div.support-card__promo > span.py-[2px] |
Бесплатно div.support__cards > div.support-card > div.support-card__promo > span.support-card__promo-note |
Русская и английская версии div.support__cards > div.support-card > div.support-card__promo > span.py-[2px] |
Удобный поиск div.support__cards > div.support-card > div.support-card__promo > span.support-card__promo-note |
О компании nav.footer-nav > ul.footer-nav__list > li.footer-nav__group > div.footer-nav__group-title |
Документация nav.footer-nav > ul.footer-nav__list > li.footer-nav__group > div.footer-nav__group-title |
Карьера nav.footer-nav > ul.footer-nav__list > li.footer-nav__group > div.footer-nav__group-title |
Инвесторам nav.footer-nav > ul.footer-nav__list > li.footer-nav__group > div.footer-nav__group-title |
Прессе nav.footer-nav > ul.footer-nav__list > li.footer-nav__group > div.footer-nav__group-title |
Академия nav.footer-nav > ul.footer-nav__list > li.footer-nav__group > div.footer-nav__group-title |
Контрагентам nav.footer-nav > ul.footer-nav__list > li.footer-nav__group > div.footer-nav__group-title |
Консультация перед заказом body.popmechanic-desktop > div#cw-bubble-holder > button.woot-widget-bubble > div#woot-widget--expanded__text |
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 |
|---|
GPU для ваших AI задач div.profitable-start__inner > div.flex > a.main-card > h4 |
Как перейти на модель «ЦОД как сервис» ul#splide01-list > li#splide01-slide01 > a.case-card > h5.pr-4 |
Встроенная безопасность и сертификаты div.security-data__cards-card > div.security-data-card__main-info > div.security-data-card__info-wrapper > h4.security-data-card__title |
Участвуйте в мероприятиях div.academy > div.academy__grid > div.call-to-action__card > h4.card__title |
Сообщество div.footer__container > div.footer__inner > div.footer-socials > h5.footer-socials__title |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.popmechanic-desktop html.popmechanic-desktop |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
|---|---|
mc.yandex.ru/metrika/tag.js line 104, col 101 | Connecting to 'https://mc.yandex.com/watch/40029655?wmode=7&page-url=https%3A%2F%2Fselectel.ru%2F&charset=utf-8&uah=chu%0A%22Chromium%22%3Bv%3D%22147%22%2C%22Google%20Chrome%22%3Bv%3D%22147%22%0Acha%0Ax86%0Achb%0A64%0Achf%0A147.0.0.0%0Achl%0A%22Chromium%22%3Bv%3D%22147.0.7727.55%22%2C%22Not.A%2FBrand%22%3Bv%3D%228.0.0.0%22%0Achm%0A%3F0%0Achp%0AmacOS%0Achv%0A10.15.7&browser-info=pv%3A1%3Avf%3A6glgxny3ywmlt088t0nklbpybmq57%3Afu%3A0%3Aen%3Autf-8%3Ala%3Aen-US%3Av%3A2461%3Acn%3A1%3Adp%3A0%3Als%3A1002395050657%3Ahid%3A28165725...pf%3A1%3Ans%3A1776362462398%3Aadb%3A2%3Arqnl%3A1%3Ast%3A1776362465%3At%3AIT-%D0%B8%D0%BD%D1%84%D1%80%D0%B0%D1%81%D1%82%D1%80%D1%83%D0%BA%D1%82%D1%83%D1%80%D0%B0%20%D0%B4%D0%BB%D1%8F%20%D0%B1%D0%B8%D0%B7%D0%BD%D0%B5%D1%81%D0%B0%20%D0%BE%D1%82%20%D0%BE%D0%B1%D0%BB%D0%B0%D1%87%D0%BD%D0%BE%D0%B3%D0%BE%20%D0%BF%D1%80%D0%BE%D0%B2%D0%B0%D0%B9%D0%B4%D0%B5%D1%80%D0%B0%20Selectel%2C%20%D0%B0%D1%80%D0%B5%D0%BD%D0%B4%D0%B0%20IaaS%20%D0%B8%20PaaS&t=clt(1136)gdpr(14)clc(0-0-0)rqnt(1)aw(1)rcm(1)cdl(na)eco(42010112)ti(1)' violates the following Content Security Policy directive: "connect-src 'self' *.maps.yandex.net api-maps.yandex.ru api.selectel.ru hog.selectel.ru https://chatwoot.selectel.ru wss://chatwoot.selectel.ru https://statuspal.io/api/v2/status_pages/selectel/summary https://*.mindbox.ru https://selectel.ru https://cdn.selectel.ru https://top-fwz1.mail.ru https://web.popmechanic.ru https://metrics.selectel.ru leads.selectel.ru mc.yandex.ru suggest-maps.yandex.ru wss://api.selectel.ru wss://ws.selectel.ru www.youtube.com https://yulixr.ru/ https://hooks.zapier.com/hooks/catch/11509819/ https://hooks.zapier.com/hooks/catch/12416931/ https://script.google.com/a/macros/selectel.com/s/AKfycbzM4er3RoKbPw3cQALGtakLQ7xfTtUk8PETDoXQyYh6kiCLnhu1oO4iCy2CuhT38cGrCA/exec https://files.selectel.ru https://telegram.org/pxl https://core.service.elfsight.com". The action has been blocked. |
mc.yandex.ru/metrika/tag.js line 106, col 373 | Connecting to 'https://mc.yandex.com/watch/40029655?wmode=7&page-url=https%3A%2F%2Fselectel.ru%2F&charset=utf-8&uah=chu%0A%22Chromium%22%3Bv%3D%22147%22%2C%22Google%20Chrome%22%3Bv%3D%22147%22%0Acha%0Ax86%0Achb%0A64%0Achf%0A147.0.0.0%0Achl%0A%22Chromium%22%3Bv%3D%22147.0.7727.55%22%2C%22Not.A%2FBrand%22%3Bv%3D%228.0.0.0%22%0Achm%0A%3F0%0Achp%0AmacOS%0Achv%0A10.15.7&browser-info=pv%3A1%3Avf%3A6glgxny3ywmlt088t0nklbpybmq57%3Afu%3A0%3Aen%3Autf-8%3Ala%3Aen-US%3Av%3A2461%3Acn%3A1%3Adp%3A0%3Als%3A1002395050657%3Ahid%3A28165725...pf%3A1%3Ans%3A1776362462398%3Aadb%3A2%3Arqnl%3A1%3Ast%3A1776362465%3At%3AIT-%D0%B8%D0%BD%D1%84%D1%80%D0%B0%D1%81%D1%82%D1%80%D1%83%D0%BA%D1%82%D1%83%D1%80%D0%B0%20%D0%B4%D0%BB%D1%8F%20%D0%B1%D0%B8%D0%B7%D0%BD%D0%B5%D1%81%D0%B0%20%D0%BE%D1%82%20%D0%BE%D0%B1%D0%BB%D0%B0%D1%87%D0%BD%D0%BE%D0%B3%D0%BE%20%D0%BF%D1%80%D0%BE%D0%B2%D0%B0%D0%B9%D0%B4%D0%B5%D1%80%D0%B0%20Selectel%2C%20%D0%B0%D1%80%D0%B5%D0%BD%D0%B4%D0%B0%20IaaS%20%D0%B8%20PaaS&t=clt(1136)gdpr(14)clc(0-0-0)rqnt(1)aw(1)rcm(1)cdl(na)eco(42010112)ti(2)' violates the following Content Security Policy directive: "connect-src 'self' *.maps.yandex.net api-maps.yandex.ru api.selectel.ru hog.selectel.ru https://chatwoot.selectel.ru wss://chatwoot.selectel.ru https://statuspal.io/api/v2/status_pages/selectel/summary https://*.mindbox.ru https://selectel.ru https://cdn.selectel.ru https://top-fwz1.mail.ru https://web.popmechanic.ru https://metrics.selectel.ru leads.selectel.ru mc.yandex.ru suggest-maps.yandex.ru wss://api.selectel.ru wss://ws.selectel.ru www.youtube.com https://yulixr.ru/ https://hooks.zapier.com/hooks/catch/11509819/ https://hooks.zapier.com/hooks/catch/12416931/ https://script.google.com/a/macros/selectel.com/s/AKfycbzM4er3RoKbPw3cQALGtakLQ7xfTtUk8PETDoXQyYh6kiCLnhu1oO4iCy2CuhT38cGrCA/exec https://files.selectel.ru https://telegram.org/pxl https://core.service.elfsight.com". The action has been blocked. |
Failed to load resource: net::ERR_TIMED_OUT | |
Failed to load resource: the server responded with a status of 401 () | |
mc.yandex.ru/metrika/tag.js line 104, col 101 | Fetch API cannot load https://mc.yandex.com/watch/40029655?wmode=7&page-url=https%3A%2F%2Fselectel.ru%2F&charset=utf-8&uah=chu%0A%22Chromium%22%3Bv%3D%22147%22%2C%22Google%20Chrome%22%3Bv%3D%22147%22%0Acha%0Ax86%0Achb%0A64%0Achf%0A147.0.0.0%0Achl%0A%22Chromium%22%3Bv%3D%22147.0.7727.55%22%2C%22Not.A%2FBrand%22%3Bv%3D%228.0.0.0%22%0Achm%0A%3F0%0Achp%0AmacOS%0Achv%0A10.15.7&browser-info=pv%3A1%3Avf%3A6glgxny3ywmlt088t0nklbpybmq57%3Afu%3A0%3Aen%3Autf-8%3Ala%3Aen-US%3Av%3A2461%3Acn%3A1%3Adp%3A0%3Als%3A1002395050657%3Ahid%3A28165725...pf%3A1%3Ans%3A1776362462398%3Aadb%3A2%3Arqnl%3A1%3Ast%3A1776362465%3At%3AIT-%D0%B8%D0%BD%D1%84%D1%80%D0%B0%D1%81%D1%82%D1%80%D1%83%D0%BA%D1%82%D1%83%D1%80%D0%B0%20%D0%B4%D0%BB%D1%8F%20%D0%B1%D0%B8%D0%B7%D0%BD%D0%B5%D1%81%D0%B0%20%D0%BE%D1%82%20%D0%BE%D0%B1%D0%BB%D0%B0%D1%87%D0%BD%D0%BE%D0%B3%D0%BE%20%D0%BF%D1%80%D0%BE%D0%B2%D0%B0%D0%B9%D0%B4%D0%B5%D1%80%D0%B0%20Selectel%2C%20%D0%B0%D1%80%D0%B5%D0%BD%D0%B4%D0%B0%20IaaS%20%D0%B8%20PaaS&t=clt(1136)gdpr(14)clc(0-0-0)rqnt(1)aw(1)rcm(1)cdl(na)eco(42010112)ti(1). Refused to connect because it violates the document's Content Security Policy. |
mc.yandex.ru/metrika/tag.js line 101, col 309 | Loading the script 'https://mc.yandex.com/watch/40029655?callback=_ymjsp826275535&page-url=https%3A%2F%2Fselectel.ru%2F&charset=utf-8&uah=chu%0A%22Chromium%22%3Bv%3D%22147%22%2C%22Google%20Chrome%22%3Bv%3D%22147%22%0Acha%0Ax86%0Achb%0A64%0Achf%0A147.0.0.0%0Achl%0A%22Chromium%22%3Bv%3D%22147.0.7727.55%22%2C%22Not.A%2FBrand%22%3Bv%3D%228.0.0.0%22%0Achm%0A%3F0%0Achp%0AmacOS%0Achv%0A10.15.7&browser-info=pv%3A1%3Avf%3A6glgxny3ywmlt088t0nklbpybmq57%3Afu%3A0%3Aen%3Autf-8%3Ala%3Aen-US%3Av%3A2461%3Acn%3A1%3Adp%3A0%3Als%3A1002395050657...Ans%3A1776362462398%3Aadb%3A2%3Arqnl%3A1%3Ast%3A1776362465%3At%3AIT-%D0%B8%D0%BD%D1%84%D1%80%D0%B0%D1%81%D1%82%D1%80%D1%83%D0%BA%D1%82%D1%83%D1%80%D0%B0%20%D0%B4%D0%BB%D1%8F%20%D0%B1%D0%B8%D0%B7%D0%BD%D0%B5%D1%81%D0%B0%20%D0%BE%D1%82%20%D0%BE%D0%B1%D0%BB%D0%B0%D1%87%D0%BD%D0%BE%D0%B3%D0%BE%20%D0%BF%D1%80%D0%BE%D0%B2%D0%B0%D0%B9%D0%B4%D0%B5%D1%80%D0%B0%20Selectel%2C%20%D0%B0%D1%80%D0%B5%D0%BD%D0%B4%D0%B0%20IaaS%20%D0%B8%20PaaS&t=clt(1136)gdpr(14)clc(0-0-0)rqnt(1)aw(1)rcm(1)cdl(na)eco(42010112)ti(3)&wmode=5' violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval' 'unsafe-inline' *.maps.yandex.net api-maps.yandex.ru cdn.ampproject.org hog.selectel.ru https://chatwoot.selectel.ru https://cdn.selectel.ru https://6f3bf64a-14d1-4b68-9202-2a000ca072b9.selcdn.net https://cse.google.com/adsense/search/async-ads.js https://cse.google.com/cse.js https://cse.google.com/cse/element/v1 https://s.ytimg.com https://static.popmechanic.ru https://top-fwz1.mail.ru https://vk.com https://vk.ru https://www.google.com https://metrics.selectel.ru mc.yandex.ru https://*.mindbox.ru https://widgets.mango-office.ru https://dct.mango-office.ru selectel.ru suggest-maps.yandex.ru www.google.com www.googleadservices.com www.gstatic.com www.youtube.com yastatic.net https://telegram.org/js/pixel.js https://elfsightcdn.com https://universe-static.elfsightcdn.com". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. |
top-fwz1.mail.ru/js/code.js line 13, col 95 | Loading the script 'https://privacy-cs.mail.ru/static/sync-loader.js' violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval' 'unsafe-inline' *.maps.yandex.net api-maps.yandex.ru cdn.ampproject.org hog.selectel.ru https://chatwoot.selectel.ru https://cdn.selectel.ru https://6f3bf64a-14d1-4b68-9202-2a000ca072b9.selcdn.net https://cse.google.com/adsense/search/async-ads.js https://cse.google.com/cse.js https://cse.google.com/cse/element/v1 https://s.ytimg.com https://static.popmechanic.ru https://top-fwz1.mail.ru https://vk.com https://vk.ru https://www.google.com https://metrics.selectel.ru mc.yandex.ru https://*.mindbox.ru https://widgets.mango-office.ru https://dct.mango-office.ru selectel.ru suggest-maps.yandex.ru www.google.com www.googleadservices.com www.gstatic.com www.youtube.com yastatic.net https://telegram.org/js/pixel.js https://elfsightcdn.com https://universe-static.elfsightcdn.com". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. |
hog.selectel.ru/static/recorder.js?v=1.68.1 line 31, col 9366 | SyntaxError: Unexpected token '<', "<html>
<h"... is not valid JSON |
cdn.selectel.ru/site_v3/_nuxt_v3/DSz6PE9X.js line 5, col 6074 | TypeError: window.mindbox(...) is not a function
at mindboxTrackPage (https://cdn.selectel.ru/site_v3/_nuxt_v3/DSz6PE9X.js:6:6075) |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a.flex > div.absolute > picture.absolute > img a.flex > div.absolute > picture.absolute > img |
div.security-data__cards > div.security-data__sticky-block > picture.security-data__picture-absolute > img div.security-data__cards > div.security-data__sticky-block > picture.security-data__picture-absolute > img |
div.security-data__cards > div.security-data__sticky-block > picture.security-data__picture-absolute > img div.security-data__cards > div.security-data__sticky-block > picture.security-data__picture-absolute > img |
div.security-data__cards > div.security-data__sticky-block > picture.security-data__picture-absolute > img div.security-data__cards > div.security-data__sticky-block > picture.security-data__picture-absolute > img |
div.management-presentation__views > div.management-presentation__views-item > picture > img div.management-presentation__views > div.management-presentation__views-item > picture > img |
div.image-call-to-action > div.image-call-to-action__block-image > picture.image-call-to-action__block > img div.image-call-to-action > div.image-call-to-action__block-image > picture.image-call-to-action__block > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
a.card__material > div.material__img-wrap > picture > img a.card__material > div.material__img-wrap > picture > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback