Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Room to improve — your 19.1s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Mostly accessible, but some users still face barriers.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Rich content metadata — your pages look great everywhere.
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.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'qrator_msid2' is missing the Secure flag
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.
Page weighs 9.5 MB (5.6 MB transferred)
Performance issues directly impact user engagement and conversion rates.
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/ef1240f7-4aa6-4547-a7f3-b3484cf80354)<a href="https://beavercheck.com/results/ef1240f7-4aa6-4547-a7f3-b3484cf80354"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Frutube.ru" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Frutube.ruThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 19.1s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~30%.
Page takes 19.1s to load
+12% bounceUsers abandon at ~3s — you're 16.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.1s
+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 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
6 broken link(s) on the page
+5% 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.
₽14,000 investment → ₽128/month returns
₽14,000
4h · 5 findings
₽128 /mo
~₽1,532 / year
No applicable regulations in this jurisdiction
₽7,000 — 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.0 developer hours at ₽3500/hr
Based on Russia rates (₽3500/hr)
Start here for the best return on investment
₽128 / month at risk
~₽1,532 / year if left unfixed
₽128 /mo
17556.1 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.
9.78 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
19.05 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.11 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.025
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.61 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.
20.11 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.
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.portalRoot > div.wdp-popup-overlay-module__overlay > div.wdp-popup-module__popup > div.wdp-popup-module__header | /files/premier/admin-api/e47e/98c4/e47e98c4666f21b2e8855b... | 69.7 KiB | 42.5 KiB |
МАТЧ!_19:00 Мир РПЛ. ЦСКА - Ростов 21:50 Кубок Италии. Интер li.wdp-video-carousel-module__slide > a.wdp-link-module__link > div.wdp-video-carousel-module__slide-banner > img.wdp-video-carousel-module__slide-banner_img | /promoitem/2026-04-21/e2/14/e214f8200edaf48c5e561ddf20b78... | 75.1 KiB | 31.2 KiB |
ТИТАНЫ, 4 сезон, 13 выпуск article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__image | /video/2026-04-19/0d/8b/0d8b1afd8a3e960fae90fdfff8ce8f10.... | 40.5 KiB | 22.6 KiB |
КОГДА НЕ ЛЮБИШЬ МЫТЬСЯ🤣 Смешные ШОРТСЫ про семью #shorts article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-06-06/ea/be/eabed7444c7533c8b5f775a0c5ada609.... | 27.8 KiB | 12.0 KiB |
ПОПАДАНЦЫ АУДИОКНИГА: ВЕК ОГНЯ И КАМНЯ article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__image | /video/2025-12-05/4c/d7/4cd776f469ef0f4bb50781c4532d489b.... | 44.5 KiB | 7.0 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.
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 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 |
|---|---|---|
| /woodpecker/assets/release-woodpecker-345-2-1-c7d1e5dc/we... | 36.2 KiB | 32.7 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 |
|---|---|---|
| yastatic.net/partner-code-bundles/1304651/00cc0164cd639ddf.js | 129.7 KiB | 104.7 KiB |
| /woodpecker/assets/release-woodpecker-345-2-1-c7d1e5dc/we... | 178.4 KiB | 99.5 KiB |
| /woodpecker/assets/release-woodpecker-345-2-1-c7d1e5dc/we... | 154.2 KiB | 73.9 KiB |
| yandex.ru/ads/system/context.js | 103.8 KiB | 57.5 KiB |
| cdn.uxfeedback.ru/assets-6.7.0/1.616f7d2b6bfdd3243883.js | 57.5 KiB | 50.0 KiB |
| mc.yandex.ru/metrika/tag.js | 84.7 KiB | 38.5 KiB |
| /woodpecker/assets/release-woodpecker-345-2-1-c7d1e5dc/we... | 75.2 KiB | 26.8 KiB |
| cdn.uxfeedback.ru/assets-6.7.0/3.287af1da089741ed4947.js | 27.5 KiB | 26.7 KiB |
| yastatic.net/partner-code-bundles/1304651/22d10f9d8e892aab.js | 31.8 KiB | 25.2 KiB |
| /woodpecker/assets/release-woodpecker-345-2-1-c7d1e5dc/we... | 46.7 KiB | 20.4 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 |
|---|---|---|---|
| rutube.ru/ | 8.4 s | 25 ms | 36 ms |
| /woodpecker/assets/release-woodpecker-345-2-1-c7d1e5dc/we... | 2.7 s | 2.3 s | 16 ms |
| Unattributable | 1.6 s | 173 ms | 0.0 ms |
| /woodpecker/assets/release-woodpecker-345-2-1-c7d1e5dc/we... | 1.3 s | 945 ms | 16 ms |
| mc.yandex.ru/metrika/tag.js | 1.2 s | 1.0 s | 31 ms |
| /woodpecker/assets/release-woodpecker-345-2-1-c7d1e5dc/we... | 824 ms | 613 ms | 3.6 ms |
| /woodpecker/assets/release-woodpecker-345-2-1-c7d1e5dc/we... | 630 ms | 477 ms | 56 ms |
| yandex.ru/ads/system/context.js | 253 ms | 198 ms | 53 ms |
| /woodpecker/assets/release-woodpecker-345-2-1-c7d1e5dc/we... | 142 ms | 87 ms | 2.0 ms |
| /woodpecker/assets/release-woodpecker-345-2-1-c7d1e5dc/we... | 134 ms | 42 ms | 86 ms |
| yastatic.net/partner-code-bundles/1304651/00cc0164cd639ddf.js | 133 ms | 80 ms | 52 ms |
| cdn.uxfeedback.ru/assets-6.7.0/1.616f7d2b6bfdd3243883.js | 130 ms | 108 ms | 14 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 | 7.2 s |
| Script Evaluation | 6.1 s |
| Style & Layout | 2.5 s |
| Rendering | 962 ms |
| Script Parsing & Compilation | 450 ms |
| Garbage Collection | 339 ms |
| Parse HTML & CSS | 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 cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
| Back/forward cache is disabled because WebSocket has been used. | Not actionable |
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 | |
|---|---|
КОГДА НЕ ЛЮБИШЬ МЫТЬСЯ🤣 Смешные ШОРТСЫ про семью #shorts article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-06-06/ea/be/eabed7444c7533c8b5f775a0c5ada609.... |
Radmiru good moments!☺️ Remix #shorts article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-06-27/5f/8c/5f8ca41a0d7577db3faf578647ce5346.... |
Интересная идея article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-07-15/79/bf/79bf11447fd45d842e8d3d730b3cb969.... |
Ко мне сейчас парень придет😂 article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-07-27/1d/28/1d2875731e99393b673f00f92ed927bf.... |
Другие в Аквапарке Против Последнего! 🌊🏊🏻♂️ #shorts #шортс #аквапарк #паркур #инт… article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-08-05/7f/e4/7fe4da86a44acfec335b6d6c6dbd51e8.... |
Ни один Саша не пострадал при съемке 🤪 article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-06-28/6e/26/6e265e5edcccf89994c37f2673257c35.... |
Хейтеры скажут, что это ии-видео article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-07-07/76/59/76590a237e01a27ac9197ce0dff39e91.... |
-Майнкрафт-НО-он-СТАНОВИТСЯ-РЕАЛИСТИЧНЕЕ article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-06-11/fd/4b/fd4bf15cfe54d36b6dfd71695cec3a9f.... |
КОГДА РЕШИЛА РАЗЫГРАТЬ СЕСТРУ article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-08-13/00/b0/00b042e2c4aa6787e5070ce557ecc8db.... |
Новенький - в ШОКЕ!😳 article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-07-29/33/6f/336f8e4a63ec1958a573b64a10fb668b.... |
Когда она сказала, что останется на ночь article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-06-15/cc/34/cc34d5978e6a8c5b905306938db5ad44.... |
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.
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Главная div > div.__wdp_root_369bf3_v1-32-1 > div.__wdp_tabList_369bf3_v1-32-1 > button#tab-37524-:R2mna: |
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 |
|---|
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
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.application-module__content > section.wdp-wrapper-module__wdpCommonWrapper > div.wdp-feed-base-module__spinnerWrap > a div.application-module__content > section.wdp-wrapper-module__wdpCommonWrapper > div.wdp-feed-base-module__spinnerWrap > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Подробнее div.cookie-message-module__cookie-consent > div.cookie-message-module__cookie-consent__content > div.cookie-message-module__cookie-consent__text > a.cookies-consent-text-module__link |
Ок div > button.freyja_char-base-button__button_7JyC- > p.freyja_char-base-button__btnContent_3vr55 > span |
These are opportunities to improve the legibility of your content.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.28 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.62 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
148 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.027
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.75 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
5.70 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /files/premier/admin-api/16dd/ff95/16ddff95a55d92c51f3265... | 0.0 ms | 1.1 MiB |
| mc.yandex.ru/metrika/tag.js | 3600.0 s | 85.4 KiB |
| cdn.uxfeedback.ru/assets-6.7.0/1.616f7d2b6bfdd3243883.js | 600.0 s | 58.0 KiB |
| cdn.uxfeedback.ru/assets-6.7.0/3.287af1da089741ed4947.js | 600.0 s | 27.8 KiB |
| cdn.uxfeedback.ru/assets-6.7.0/2.95172661c14e456e3146.js | 600.0 s | 22.0 KiB |
| cdn.uxfeedback.ru/assets-6.7.0/112c65487ea0ccf344fe5.css | 600.0 s | 7.5 KiB |
| cdn.uxfeedback.ru/assets-6.7.0/37946dcb47ff538344c92.css | 600.0 s | 4.3 KiB |
| cdn.uxfeedback.ru/widget.js | 600.0 s | 3.2 KiB |
| /sync_cookie_image_decide?cid=53182297&scid=79b8978d-ba1a... | 0.0 ms | 243 B |
| mc.yandex.com/metrika/advert.gif?t=gdpr(14)ti(4) | 3600.0 s | 187 B |
| /sync_cookie_image_decide?cid=94863760&scid=13b3e965-c8d9... | 0.0 ms | 79 B |
| /sync_cookie_image_decide_secondary?cid=94863760&scid=9b8... | 0.0 ms | 67 B |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Закрыть попап div.portalRoot > div.wdp-popup-overlay-module__overlay > div.wdp-popup-module__popup > div.wdp-popup-module__header | /files/premier/admin-api/16dd/ff95/16ddff95a55d92c51f3265... | 1.1 MiB | 1.0 MiB |
GOSHU ТИТАНЫ СМОТРЯТ ТИТАНОВ 21.04 li.wdp-video-carousel-module__slide > a.wdp-link-module__link > div.wdp-video-carousel-module__slide-banner > img.wdp-video-carousel-module__slide-banner_img | /promoitem/2026-04-21/78/4e/784e75c252852200c26df5097ad23... | 201.7 KiB | 187.0 KiB |
Сокровища императора, 2 сезон, 1 выпуск article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__image | /video/2025-04-06/49/f8/49f88ce298aab754c3f473e09bf727c2.... | 47.9 KiB | 40.3 KiB |
Мстители: Финал (2019) | Avengers: Endgame (Дубляж) article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__image | /video/2025-10-02/ab/de/abde32504fbedbbab1a3d59add79551e.... | 42.7 KiB | 35.1 KiB |
Гладиатор 2 (фильм, 2024) article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__image | /video/2024-12-27/82/d0/82d0fd9477d4bda1c662f20c3275d4b2.... | 41.6 KiB | 34.0 KiB |
Монстры на каникулах 3: Море зовёт (2018) article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__image | pic.rtbcdn.ru/video/99/22/99220d33a55c0c30264da1d17d306206.jpg?width=500 | 39.2 KiB | 31.6 KiB |
ПОПАДАНЦЫ АУДИОКНИГА: БРОДЯГА И ЕГО ВЕРНЫЙ ПЁС article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__image | /video/2025-10-08/01/80/01802dcd68459674380e886d12755308.... | 35.9 KiB | 28.3 KiB |
ПОПАДАНЦЫ АУДИОКНИГА: ВЕК ОГНЯ И КАМНЯ article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__image | /video/2025-12-05/4c/d7/4cd776f469ef0f4bb50781c4532d489b.... | 33.7 KiB | 26.1 KiB |
Гладиатор (2000) / Gladiator article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__image | /video/2025-05-03/31/6c/316cddaf1d178d12dab0493c2b15946c.... | 32.8 KiB | 25.2 KiB |
Властелин колец: Возвращение короля | Режиссёрская версия (2003) article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__image | pic.rtbcdn.ru/video/5a/25/5a25a8d38e22801b808b794e9aea016a.jpg?width=500 | 32.3 KiB | 24.7 KiB |
Атлас (фильм, 2024) article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__image | pic.rtbcdn.ru/video/2a/7b/2a7b9463d6cb864b681242e028f8b050.jpg?width=500 | 31.9 KiB | 24.2 KiB |
Криминальное чтиво (Фильм,1994) article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__image | pic.rtbcdn.ru/video/8a/13/8a13cc32f0af1e3bc2b1cce6729308cb.jpg?width=500 | 31.6 KiB | 24.0 KiB |
Марсианин (фильм, 2015) article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__image | pic.rtbcdn.ru/video/cf/3c/cf3c994f5623dd78a6469fb5e62f8624.jpg?width=500 | 27.8 KiB | 20.2 KiB |
Зеленая миля (1999) / The Green Mile article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__image | /video/2025-06-28/c5/cf/c5cf1bcab490eac87e8ae830e790d26c.... | 26.2 KiB | 18.6 KiB |
МУЗ-ТВ_ПАРАГВАЙ | Тихие улицы, жаркий ритм и самый яркий ка li.wdp-video-carousel-module__slide > a.wdp-link-module__link > div.wdp-video-carousel-module__slide-banner > img.wdp-video-carousel-module__slide-banner_img | /promoitem/2026-04-20/3d/b7/3db7a3d047cb36fa61006cd893e00... | 32.6 KiB | 18.1 KiB |
Гарри Поттер и Тайная комната | Harry Potter and the Chamber of Secrets (2002) article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__image | /video/2026-04-17/5c/bc/5cbc95dd582cb28832a4260fdf7c27ad.... | 23.6 KiB | 15.9 KiB |
GOSHU ТИТАНЫ СМОТРЯТ ТИТАНОВ 21.04 li.wdp-video-carousel-module__slide > a.wdp-link-module__link > div.wdp-video-carousel-module__slide-banner > img.wdp-video-carousel-module__slide-banner_img | /promoitem/2026-04-21/78/4e/784e75c252852200c26df5097ad23... | 14.7 KiB | 13.8 KiB |
Иконка канала Мультимейшин div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__authorWrapper > button.wdp-card-description-module__authorAvatar > img.wdp-card-description-module__authorImage | pic.rtbcdn.ru/user/1a/f8/1af8d15f1c938d14ac4880702baaf611.png?width=120 | 13.8 KiB | 13.6 KiB |
Аватар: Путь воды | Avatar: The Way of Water (2022, 4K) article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__image | pic.rtbcdn.ru/video/51/89/518956223cde51e5026dc950612433fe.jpg?width=500 | 19.6 KiB | 13.1 KiB |
МАТЧ!_19:00 Мир РПЛ. ЦСКА - Ростов 21:50 Кубок Италии. Интер li.wdp-video-carousel-module__slide > a.wdp-link-module__link > div.wdp-video-carousel-module__slide-banner > img.wdp-video-carousel-module__slide-banner_img | /promoitem/2026-04-21/e2/14/e214f8200edaf48c5e561ddf20b78... | 26.0 KiB | 11.3 KiB |
рил article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-07-31/aa/48/aa48ef3171456f5409b4af9a103bd2c7.... | 22.9 KiB | 8.2 KiB |
нас обманули 😰 article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-06-21/4d/d1/4dd1564f30a00c756e48b01e6479ef46.... | 22.4 KiB | 7.9 KiB |
Самая сильная кирка в Майнкрафт #shorts #майнкрафт #minecraft article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-07-26/1b/cf/1bcf7ed687e3e5b4d61924a3801dd689.... | 22.4 KiB | 7.7 KiB |
ХОРОШИЙ ФИЛЬМ НА ВЕЧЕР ! article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-07-06/db/cd/dbcdcd6d9445fca850dfd8e6f9fa8cae.... | 20.1 KiB | 5.4 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
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.
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 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 |
|---|---|---|
| /woodpecker/assets/release-woodpecker-345-2-1-c7d1e5dc/we... | 36.2 KiB | 32.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 |
|---|---|---|
| yastatic.net/partner-code-bundles/1304651/00cc0164cd639ddf.js | 129.7 KiB | 102.8 KiB |
| /woodpecker/assets/release-woodpecker-345-2-1-c7d1e5dc/we... | 178.4 KiB | 99.7 KiB |
| /woodpecker/assets/release-woodpecker-345-2-1-c7d1e5dc/we... | 154.2 KiB | 74.5 KiB |
| yandex.ru/ads/system/context.js | 103.7 KiB | 57.2 KiB |
| cdn.uxfeedback.ru/assets-6.7.0/1.616f7d2b6bfdd3243883.js | 57.5 KiB | 50.0 KiB |
| mc.yandex.ru/metrika/tag.js | 84.7 KiB | 38.5 KiB |
| yastatic.net/partner-code-bundles/1304651/22d10f9d8e892aab.js | 31.8 KiB | 27.1 KiB |
| /woodpecker/assets/release-woodpecker-345-2-1-c7d1e5dc/we... | 75.2 KiB | 26.8 KiB |
| cdn.uxfeedback.ru/assets-6.7.0/3.287af1da089741ed4947.js | 27.5 KiB | 26.7 KiB |
| /woodpecker/assets/release-woodpecker-345-2-1-c7d1e5dc/we... | 46.7 KiB | 20.4 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 |
|---|---|---|---|
| rutube.ru/ | 2.5 s | 7.0 ms | 12 ms |
| /woodpecker/assets/release-woodpecker-345-2-1-c7d1e5dc/we... | 730 ms | 638 ms | 4.2 ms |
| Unattributable | 570 ms | 51 ms | 0.0 ms |
| mc.yandex.ru/metrika/tag.js | 310 ms | 273 ms | 7.3 ms |
| /woodpecker/assets/release-woodpecker-345-2-1-c7d1e5dc/we... | 305 ms | 240 ms | 3.8 ms |
| /woodpecker/assets/release-woodpecker-345-2-1-c7d1e5dc/we... | 202 ms | 132 ms | 12 ms |
| /woodpecker/assets/release-woodpecker-345-2-1-c7d1e5dc/we... | 191 ms | 154 ms | 0.7 ms |
| yandex.ru/ads/system/context.js | 87 ms | 65 ms | 8.4 ms |
| /woodpecker/assets/release-woodpecker-345-2-1-c7d1e5dc/we... | 51 ms | 25 ms | 0.5 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 | 2.2 s |
| Script Evaluation | 1.7 s |
| Style & Layout | 708 ms |
| Rendering | 322 ms |
| Garbage Collection | 116 ms |
| Script Parsing & Compilation | 116 ms |
| Parse HTML & CSS | 36 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 cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
| Back/forward cache is disabled because WebSocket has been used. | Not actionable |
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 | |
|---|---|
Самая сильная кирка в Майнкрафт #shorts #майнкрафт #minecraft article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-07-26/1b/cf/1bcf7ed687e3e5b4d61924a3801dd689.... |
Вот так всегда... article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-07-24/5f/da/5fdac591230d4c482dea703e0e9c6216.... |
Папа котика уехал в командировку и случилась беда article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-07-30/d3/36/d336b028dcd203a13a1fe7de1d940a50.... |
Майк Тайсон и его стиль просто 🔥🔥🔥 article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-08-05/78/ac/78acc315e0ea8004f1b8b08ef49a2f6a.... |
Самый сладкий и доступный наркотик, который разрушает медленно article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-06-23/e6/ef/e6efd01f7afe44ebe5afb47e5fe039ee.... |
Про Пугачеву article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-06-26/87/43/8743f82a5c3caaa5bda2bb52327f53c3.... |
ХОРОШИЙ ФИЛЬМ НА ВЕЧЕР ! article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-07-06/db/cd/dbcdcd6d9445fca850dfd8e6f9fa8cae.... |
богиня😄😇 article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-07-29/43/7b/437b4f0b8550a91ac742b8eced490e61.... |
итальянские мемы играют в игру каль article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-07-29/fd/aa/fdaa81cef564bdf8211347cc4364817f.... |
рил article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-07-31/aa/48/aa48ef3171456f5409b4af9a103bd2c7.... |
нас обманули 😰 article.wdp-card-wrapper-module__wrapper > a.wdp-link-module__link > div.wdp-card-poster-module__imageWrapper > img.wdp-card-poster-module__imageShort | /video/2025-06-21/4d/d1/4dd1564f30a00c756e48b01e6479ef46.... |
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.
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Главная div > div.__wdp_root_369bf3_v1-32-1 > div.__wdp_tabList_369bf3_v1-32-1 > button#tab-37524-:R2mna: |
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 |
|---|
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm article.wdp-card-wrapper-module__wrapper > div.wdp-card-description-module__descriptionWrapper > div.wdp-card-description-module__titleWrapper > button.freyja_char-more-menu__more-menu--anchor_bFSMm |
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.application-module__content > section.wdp-wrapper-module__wdpCommonWrapper > div.wdp-feed-base-module__spinnerWrap > a div.application-module__content > section.wdp-wrapper-module__wdpCommonWrapper > div.wdp-feed-base-module__spinnerWrap > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
VPN лучше выключить: RUTUBE будет работать быстрее, а доступных видео станет бо… div.message-container-module__messageItem > div.message-module__message > div.message-module__content > span.message-module__description |
Подробнее div.cookie-message-module__cookie-consent > div.cookie-message-module__cookie-consent__content > div.cookie-message-module__cookie-consent__text > a.cookies-consent-text-module__link |
Ок div > button.freyja_char-base-button__button_7JyC- > p.freyja_char-base-button__btnContent_3vr55 > span |
These are opportunities to improve the legibility of your content.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback