Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 39.0s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
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.
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 53.4 MB (49.4 MB transferred)
Performance issues directly impact user engagement and conversion rates.
2 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/ffe4bc1b-f664-424b-833d-331181398592)<a href="https://beavercheck.com/results/ffe4bc1b-f664-424b-833d-331181398592"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fsmotrim.ru" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fsmotrim.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 39.0s 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 ~27%.
Page takes 39.0s to load
+12% bounceUsers abandon at ~3s — you're 36.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.4s
+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
48 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
₽17,500 investment → ₽1,131/month returns
₽17,500
5h · 5 findings
₽1,131 /mo
~₽13,568 / 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
₽1,131 / month at risk
~₽13,568 / year if left unfixed
₽1,131 /mo
155469.3 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.
14.02 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
39.00 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.38 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.02 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.
40.88 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.brand-card__preview > div.brand-card__picture > div.lazy-picture > img.brand-card__image | cdn.smotrim.ru/photobank/prod/medium/150/492/48.png | 576.6 KiB | 574.0 KiB |
60 минут div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/medium/901/573/5.jpg | 389.0 KiB | 382.9 KiB |
Князь Андрей div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/medium/902/555/3.jpg | 383.4 KiB | 380.0 KiB |
Восьмой участок section.media > div.media__main > div.lazy-picture > img.main | cdn.smotrim.ru/photobank/prod/large/150/722/28.jpg | 399.9 KiB | 372.3 KiB |
Вечер с Владимиром Соловьевым div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/medium/901/573/4.jpg | 303.6 KiB | 297.5 KiB |
Москва. Кремль. Путин div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/medium/901/253/9.jpg | 298.5 KiB | 292.4 KiB |
Склифосовский div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/medium/902/453/8.jpg | 288.3 KiB | 284.9 KiB |
Теплый ветер с Севера div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/medium/150/618/94.jpg | 286.4 KiB | 283.1 KiB |
Вертикаль безвластия. Часть 1 div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/old/pic-hdr/435/889/6.jpg | 280.4 KiB | 274.6 KiB |
Эфир 21.04.2026 div.brand-card__preview > div.brand-card__picture > div.lazy-picture > img.brand-card__image | cdn.smotrim.ru/photobank/prod/medium/901/167/2.jpg | 275.4 KiB | 273.0 KiB |
Кормилица div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/medium/150/676/35.jpg | 271.4 KiB | 268.0 KiB |
Мелодия для двоих div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/medium/901/659/0.jpg | 259.1 KiB | 255.7 KiB |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/prod/medium/150/602/07.jpg | 262.1 KiB | 249.2 KiB |
Эфир 22.04.2026 div.brand-card__preview > div.brand-card__picture > div.lazy-picture > img.brand-card__image | cdn.smotrim.ru/photobank/prod/medium/901/236/8.jpg | 233.5 KiB | 231.4 KiB |
Подражатель div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/medium/150/509/90.jpg | 225.9 KiB | 222.5 KiB |
Чистая психология div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/medium/150/510/36.jpg | 205.1 KiB | 201.7 KiB |
Тонкая нить div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/medium/150/647/84.jpg | 200.2 KiB | 196.8 KiB |
Дождь на исходе лета div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/medium/901/656/3.jpg | 198.4 KiB | 195.0 KiB |
Громкий юбилей. Фильм 1. Часть 1 div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/old/pic-hdr/731/661/9.jpg | 182.3 KiB | 176.5 KiB |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/prod/medium/902/453/5.jpg | 175.5 KiB | 169.7 KiB |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/prod/medium/150/723/70.jpg | 162.4 KiB | 156.6 KiB |
Премьеры мелодрам div.card-compilation > a.card-compilation__preview > div.card-compilation__picture > img.card-compilation__background | cdn.smotrim.ru/static/front/collections/bg956x394-8.png | 128.6 KiB | 108.6 KiB |
Ловец снов div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/small/150/509/83.jpg | 110.8 KiB | 107.4 KiB |
Рецепт на любовь div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/old/pic-vm/458/161/3.jpg | 97.0 KiB | 93.4 KiB |
Очень плохая невеста div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/old/pic-vm/417/520/7.jpg | 96.7 KiB | 93.0 KiB |
Вести в 20:00 div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/medium/150/492/73.jpg | 85.4 KiB | 81.4 KiB |
Акушерка div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/old/pic-vm/491/642/7.jpg | 80.7 KiB | 77.1 KiB |
Эфир 22.04.2026 · 16:30 div.brand-card__preview > div.brand-card__picture > div.lazy-picture > img.brand-card__image | cdn.smotrim.ru/photobank/prod/medium/150/504/19.jpg | 77.7 KiB | 76.1 KiB |
Загляни ему в голову div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/small/901/656/9.jpg | 79.5 KiB | 76.1 KiB |
Эксперт div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/small/150/510/45.jpg | 77.2 KiB | 73.8 KiB |
Доктор Краснов div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/old/pic-vm/637/928/9.jpg | 75.4 KiB | 71.8 KiB |
Восьмой участок div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/small/150/707/13.jpg | 66.0 KiB | 62.6 KiB |
Полюби меня снова div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/small/901/661/6.jpg | 60.6 KiB | 57.2 KiB |
Россия К div.card-channel__picture > a.card-channel__link > div.lazy-picture > img.card-channel__image | cdn.smotrim.ru/photobank/prod/small/901/583/7.png | 24.1 KiB | 23.3 KiB |
Россия 24 div.card-channel__picture > a.card-channel__link > div.lazy-picture > img.card-channel__image | cdn.smotrim.ru/photobank/prod/small/901/583/4.png | 23.4 KiB | 22.6 KiB |
Россия 1 div.card-channel__picture > a.card-channel__link > div.lazy-picture > img.card-channel__image | cdn.smotrim.ru/photobank/prod/small/901/583/2.png | 22.8 KiB | 22.1 KiB |
Радио Маяк div.card-channel__picture > a.card-channel__link > div.lazy-picture > img.card-channel__image | cdn.smotrim.ru/photobank/prod/small/901/584/4.png | 15.5 KiB | 14.7 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.
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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| cdn.smotrim.ru/static/assets/_nuxt/entry.BgO-LeVo.css | 47.5 KiB | 46.3 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 |
|---|---|---|
| cdn.smotrim.ru/static/assets/_nuxt/CketaFsE.js | 453.5 KiB | 292.0 KiB |
| yastatic.net/partner-code-bundles/1304651/00cc0164cd639ddf.js | 129.7 KiB | 104.7 KiB |
| yandex.ru/ads/system/context.js | 103.7 KiB | 57.5 KiB |
| mc.yandex.ru/metrika/tag.js | 84.7 KiB | 40.5 KiB |
| yastatic.net/partner-code-bundles/1304651/22d10f9d8e892aab.js | 31.8 KiB | 25.2 KiB |
| yandex.ru/ads/system/header-bidding.js | 36.1 KiB | 23.3 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| smotrim.ru/ | 29.7 s | 440 ms | 4.2 ms |
| Unattributable | 7.5 s | 1.7 s | 0.0 ms |
| cdn.smotrim.ru/static/assets/_nuxt/CketaFsE.js | 6.4 s | 4.5 s | 9.2 ms |
| cdn.smotrim.ru/static/assets/_nuxt/CbSuTwKf.js | 2.9 s | 367 ms | 0.1 ms |
| mc.yandex.ru/metrika/tag.js | 1.8 s | 1.5 s | 33 ms |
| yandex.ru/ads/system/context.js | 693 ms | 431 ms | 43 ms |
| privacy-cs.mail.ru/static/sync-loader.js | 446 ms | 374 ms | 9.5 ms |
| top-fwz1.mail.ru/js/code.js | 244 ms | 88 ms | 5.7 ms |
| yastatic.net/partner-code-bundles/1304651/00cc0164cd639ddf.js | 177 ms | 114 ms | 62 ms |
| yandex.ru/ads/system/header-bidding.js | 71 ms | 52 ms | 14 ms |
| tns-counter.ru//ncc/counter.js | 70 ms | 63 ms | 6.4 ms |
| cdn.smotrim.ru/static/assets/_nuxt/CAV5CgLs.js | 64 ms | 1.1 ms | 0.1 ms |
| yandex.ru/ads/system/adsdk.js | 62 ms | 52 ms | 8.2 ms |
| /simple/large.js?sid=b384414e-a773-94ec-161c-95a5d8b39c7f... | 60 ms | 1.5 ms | 58 ms |
| yastatic.net/partner-code-bundles/1304651/22d10f9d8e892aab.js | 55 ms | 37 ms | 18 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 | 19.6 s |
| Rendering | 11.2 s |
| Script Evaluation | 10.0 s |
| Style & Layout | 9.8 s |
| Parse HTML & CSS | 690 ms |
| Garbage Collection | 421 ms |
| Script Parsing & Compilation | 344 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 |
|---|---|
| Internal error. | Not actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /probes/main.js?7dfc6f46-5a43-a99a-c0f2-981898b1f009 | 7.4 KiB | 2.1 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.
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.
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.footer__production > div.footer__type-year > span > span |
2026 div.footer__production > div.footer__type-year > span > span |
Россия div.footer__main > div.footer__production > div.footer__countries > span |
Марта Пронина (Татьяна Ратникова) – талантливый врач, работает в столичной клин… footer.footer > section.footer__info > div.clamp-description > p.paragraph-m |
София Дорина – блестящий психотерапевт, разработавший уникальный и эффективный … footer.footer > section.footer__main-page > div.clamp-description > p.paragraph-m |
Олег и Ольга — их любви завидовали все. Окружающие смотрели на них и верили: ид… footer.footer > section.footer__main-page > div.clamp-description > p.paragraph-m |
Талантливая нейрохирург Инна Лосева (Юлия Мельникова), потеряв мужа на собствен… footer.footer > section.footer__info > div.clamp-description > p.paragraph-m |
Сериал div.footer__production > div.footer__type-year > span > span |
2012 – 2026 div.footer__production > div.footer__type-year > span > span |
Россия div.footer__main > div.footer__production > div.footer__countries > span |
С момента последних событий прошел год, и в жизни любимых героев многое изменил… footer.footer > section.footer__main-page > div.clamp-description > p.paragraph-m |
These are opportunities to improve the legibility of your content.
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 html |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
|---|
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-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#__nuxt > header.header-wrapper--top > div.header > a.router-link-active div#__nuxt > header.header-wrapper--top > div.header > a.router-link-active |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
footer.footer > div.footer-wrapper > section.footer__header > a.router-link-active footer.footer > div.footer-wrapper > section.footer__header > a.router-link-active |
div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link |
div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link |
div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link |
div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link |
div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link |
div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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 |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Россия 1 div.footer__main > div.footer__additional > div.channel-icon > a.channel-icon__link |
Восьмой участок div.card-brand__wrapper > div.card-brand__info > div.card-brand__title > a.card-brand__link |
Склифосовский div.card-brand__wrapper > div.card-brand__info > div.card-brand__title > a.card-brand__link |
2012 – 2026, Драмы div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
Тонкая нить div.card-brand__wrapper > div.card-brand__info > div.card-brand__title > a.card-brand__link |
Эксперт div.card-brand__wrapper > div.card-brand__info > div.card-brand__title > a.card-brand__link |
2024, Мелодрамы div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
2024, Мелодрамы div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
2025, Мелодрамы div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
Россия 1 div.footer__main > div.footer__additional > div.channel-icon > a.channel-icon__link |
16 шт. div.card-compilation__info > header.header > div.header__number > a |
2026 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
2022 – 2026 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
2025 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
2024 – 2026 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
Кормилица div.card-brand__wrapper > div.card-brand__info > div.card-brand__title > a.card-brand__link |
Князь Андрей div.card-brand__wrapper > div.card-brand__info > div.card-brand__title > a.card-brand__link |
2026, Исторические div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
Склифосовский div.card-brand__wrapper > div.card-brand__info > div.card-brand__title > a.card-brand__link |
2012 – 2026, Драмы div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
Райский div.card-brand__wrapper > div.card-brand__info > div.card-brand__title > a.card-brand__link |
Самая, самая div.card-brand__wrapper > div.card-brand__info > div.card-brand__title > a.card-brand__link |
Тысяча роз div.card-brand__wrapper > div.card-brand__info > div.card-brand__title > a.card-brand__link |
2010, Комедии div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
Я или не я div.card-brand__wrapper > div.card-brand__info > div.card-brand__title > a.card-brand__link |
1975, Приключения div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
Крошка Енот div.card-brand__wrapper > div.card-brand__info > div.card-brand__title > a.card-brand__link |
Иллюзия обмана div.card-brand__wrapper > div.card-brand__info > div.card-brand__title > a.card-brand__link |
2013, Детективы div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
Дивергент div.card-brand__wrapper > div.card-brand__info > div.card-brand__title > a.card-brand__link |
Джон Уик 3 div.card-brand__wrapper > div.card-brand__info > div.card-brand__title > a.card-brand__link |
38 шт. div.card-compilation__info > header.header > div.header__number > a |
2026 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
2024 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
Годунов div.card-brand__wrapper > div.card-brand__info > div.card-brand__title > a.card-brand__link |
2018 – 2019 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
2020 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
These items highlight common accessibility best practices.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
cdn.smotrim.ru/static/assets/_nuxt/CketaFsE.js line 1, col 31971 | Hydration completed but contains mismatches. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Вечер с Владимиром Соловьевым div.brand-card > div.brand-card__info > div.brand-card__title > a.brand-card__link |
60 минут div.brand-card > div.brand-card__info > div.brand-card__title > a.brand-card__link |
Вести. Россия 24 div.brand-card > div.brand-card__info > div.brand-card__title > a.brand-card__link |
Вести div.brand-card > div.brand-card__info > div.brand-card__title > a.brand-card__link |
Вести в 20:00 div.brand-card > div.brand-card__info > div.brand-card__title > a.brand-card__link |
Малахов div.brand-card > div.brand-card__info > div.brand-card__title > a.brand-card__link |
Вести. Дежурная часть div.brand-card > div.brand-card__info > div.brand-card__title > a.brand-card__link |
Вести недели div.brand-card > div.brand-card__info > div.brand-card__title > a.brand-card__link |
Утро России div.brand-card > div.brand-card__info > div.brand-card__title > a.brand-card__link |
To appear in search results, crawlers need access to your app.
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 |
|---|
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-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.
3.91 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
21.66 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
262 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.009
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.90 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.
22.98 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.brand-card__preview > div.brand-card__picture > div.lazy-picture > img.brand-card__image | cdn.smotrim.ru/photobank/prod/medium/150/492/48.png | 576.6 KiB | 572.0 KiB |
Чернобыль 40 лет спустя: рассекреченные материалы div.brand-card__preview > div.brand-card__picture > div.lazy-picture > img.brand-card__image | cdn.smotrim.ru/photobank/prod/medium/901/573/3.jpg | 364.3 KiB | 359.7 KiB |
Восьмой участок section.media > div.media__main > div.lazy-picture > img.main | cdn.smotrim.ru/photobank/prod/large/150/722/28.jpg | 399.9 KiB | 325.8 KiB |
Склифосовский div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/medium/902/453/8.jpg | 288.3 KiB | 276.7 KiB |
Вертикаль безвластия. Часть 1 div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/old/pic-hdr/435/889/6.jpg | 280.4 KiB | 272.2 KiB |
Эфир 21.04.2026 div.brand-card__preview > div.brand-card__picture > div.lazy-picture > img.brand-card__image | cdn.smotrim.ru/photobank/prod/medium/901/167/2.jpg | 275.4 KiB | 271.1 KiB |
Мелодия для двоих div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/medium/901/659/0.jpg | 259.1 KiB | 247.5 KiB |
<без названия> div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/old/pic-hdr/510/887/2.jpg | 248.6 KiB | 240.3 KiB |
Ясновидящий div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/old/pic-hdr/309/304/7.jpg | 241.0 KiB | 232.7 KiB |
Эфир 22.04.2026 div.brand-card__preview > div.brand-card__picture > div.lazy-picture > img.brand-card__image | cdn.smotrim.ru/photobank/prod/medium/901/236/8.jpg | 233.5 KiB | 229.9 KiB |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/prod/medium/150/602/07.jpg | 262.1 KiB | 227.0 KiB |
Подражатель div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/medium/150/509/90.jpg | 225.9 KiB | 214.3 KiB |
Серия 1 div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/prod/medium/903/627/4.jpg | 217.6 KiB | 209.3 KiB |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/prod/medium/150/572/37.jpg | 211.2 KiB | 203.0 KiB |
Эфир 22.04.2026 div.brand-card__preview > div.brand-card__picture > div.lazy-picture > img.brand-card__image | cdn.smotrim.ru/photobank/prod/medium/901/189/6.jpg | 202.8 KiB | 199.7 KiB |
Чистая психология div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/medium/150/510/36.jpg | 205.1 KiB | 193.5 KiB |
Серия 1 div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/old/pic-hdr/833/174/1.jpg | 201.4 KiB | 193.2 KiB |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/prod/medium/150/706/48.jpg | 201.3 KiB | 193.1 KiB |
Тонкая нить div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/medium/150/647/84.jpg | 200.2 KiB | 188.6 KiB |
Спасская // 5 сезон 1 серия // Пламя любви Первая часть // 8 сентября 19:00 div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/old/pic-hdr/661/702/5.jpg | 196.4 KiB | 188.1 KiB |
Дождь на исходе лета div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/medium/901/656/3.jpg | 198.4 KiB | 186.8 KiB |
Анна Медиум. Сезон 4. Серия 1 div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/old/pic-hdr/641/063/3.jpg | 184.6 KiB | 176.4 KiB |
Громкий юбилей. Фильм 1. Часть 1 div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/old/pic-hdr/731/661/9.jpg | 182.3 KiB | 174.1 KiB |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/prod/medium/902/453/5.jpg | 175.5 KiB | 167.2 KiB |
Вспомнить – нельзя. Часть 1 div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/old/pic-hdr/734/988/1.jpg | 169.2 KiB | 160.9 KiB |
Серия 1 div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/prod/medium/901/997/2.jpg | 164.5 KiB | 156.2 KiB |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/prod/medium/150/723/70.jpg | 162.4 KiB | 154.2 KiB |
Охота. Часть 1 div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/prod/medium/903/179/4.jpg | 137.1 KiB | 128.9 KiB |
Бойня в притоне div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/prod/medium/150/681/24.jpg | 123.7 KiB | 115.5 KiB |
Ловец снов div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/small/150/509/83.jpg | 110.8 KiB | 99.2 KiB |
Серия 1 div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/old/pic-hdr/692/886/3.jpg | 103.2 KiB | 96.5 KiB |
Эфир 19.04.2026 div.brand-card__preview > div.brand-card__picture > div.lazy-picture > img.brand-card__image | cdn.smotrim.ru/photobank/prod/medium/150/492/99.jpg | 93.2 KiB | 89.9 KiB |
Рецепт на любовь div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/old/pic-vm/458/161/3.jpg | 97.0 KiB | 84.1 KiB |
Очень плохая невеста div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/old/pic-vm/417/520/7.jpg | 96.7 KiB | 83.8 KiB |
Эфир 22.04.2026 · 20:00 div.brand-card__preview > div.brand-card__picture > div.lazy-picture > img.brand-card__image | cdn.smotrim.ru/photobank/prod/medium/150/492/74.jpg | 85.4 KiB | 82.4 KiB |
Эфир 22.04.2026 · 21:30 div.brand-card__preview > div.brand-card__picture > div.lazy-picture > img.brand-card__image | cdn.smotrim.ru/photobank/prod/medium/150/492/81.jpg | 82.3 KiB | 79.4 KiB |
Серия 1 div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/prod/medium/150/435/30.jpg | 85.3 KiB | 77.1 KiB |
Эфир 22.04.2026 · 16:30 div.brand-card__preview > div.brand-card__picture > div.lazy-picture > img.brand-card__image | cdn.smotrim.ru/photobank/prod/medium/150/504/19.jpg | 77.7 KiB | 74.9 KiB |
<без названия> div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/prod/medium/150/662/65.jpg | 78.1 KiB | 69.8 KiB |
Загляни ему в голову div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/small/901/656/9.jpg | 79.5 KiB | 67.9 KiB |
Акушерка div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/old/pic-vm/491/642/7.jpg | 80.7 KiB | 67.9 KiB |
Эксперт div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/small/150/510/45.jpg | 77.2 KiB | 65.6 KiB |
Доктор Краснов div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/old/pic-vm/637/928/9.jpg | 75.4 KiB | 62.5 KiB |
Восьмой участок div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/small/150/707/13.jpg | 66.0 KiB | 54.4 KiB |
Полюби меня снова div.card-brand__picture > a.card-brand__link > div.lazy-picture > img.card-brand__image | cdn.smotrim.ru/photobank/prod/small/901/661/6.jpg | 60.6 KiB | 49.0 KiB |
Серия 1 div.video-card__preview > div.video-card__picture > div.lazy-picture > img | cdn.smotrim.ru/photobank/prod/medium/903/920/6.jpg | 43.3 KiB | 35.0 KiB |
Россия К div.card-channel__picture > a.card-channel__link > div.lazy-picture > img.card-channel__image | cdn.smotrim.ru/photobank/prod/small/901/583/7.png | 24.1 KiB | 23.3 KiB |
Россия 24 div.card-channel__picture > a.card-channel__link > div.lazy-picture > img.card-channel__image | cdn.smotrim.ru/photobank/prod/small/901/583/4.png | 23.4 KiB | 22.6 KiB |
Россия 1 div.card-channel__picture > a.card-channel__link > div.lazy-picture > img.card-channel__image | cdn.smotrim.ru/photobank/prod/small/901/583/2.png | 22.8 KiB | 22.1 KiB |
Радио России div.card-channel__picture > a.card-channel__link > div.lazy-picture > img.card-channel__image | cdn.smotrim.ru/photobank/prod/small/901/584/7.png | 20.5 KiB | 19.8 KiB |
Радио Культура div.card-channel__picture > a.card-channel__link > div.lazy-picture > img.card-channel__image | cdn.smotrim.ru/photobank/prod/small/901/585/3.png | 20.0 KiB | 19.3 KiB |
Радио Маяк div.card-channel__picture > a.card-channel__link > div.lazy-picture > img.card-channel__image | cdn.smotrim.ru/photobank/prod/small/901/584/4.png | 15.5 KiB | 14.7 KiB |
Вести ФМ div.card-channel__picture > a.card-channel__link > div.lazy-picture > img.card-channel__image | cdn.smotrim.ru/photobank/prod/small/901/584/9.png | 10.8 KiB | 10.0 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.
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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.smotrim.ru/static/assets/_nuxt/CketaFsE.js | 453.5 KiB | 292.9 KiB |
| yastatic.net/partner-code-bundles/1304651/00cc0164cd639ddf.js | 129.7 KiB | 104.7 KiB |
| yandex.ru/ads/system/context.js | 103.8 KiB | 57.3 KiB |
| mc.yandex.ru/metrika/tag.js | 84.7 KiB | 40.6 KiB |
| yastatic.net/partner-code-bundles/1304651/22d10f9d8e892aab.js | 31.8 KiB | 25.2 KiB |
| yandex.ru/ads/system/header-bidding.js | 36.1 KiB | 23.3 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| smotrim.ru/ | 5.9 s | 218 ms | 0.9 ms |
| Unattributable | 2.4 s | 691 ms | 0.0 ms |
| cdn.smotrim.ru/static/assets/_nuxt/CketaFsE.js | 1.4 s | 841 ms | 3.5 ms |
| mc.yandex.ru/metrika/tag.js | 435 ms | 328 ms | 7.0 ms |
| cdn.smotrim.ru/static/assets/_nuxt/CbSuTwKf.js | 380 ms | 26 ms | 0.0 ms |
| yandex.ru/ads/system/context.js | 191 ms | 128 ms | 10 ms |
| cdn.smotrim.ru/static/assets/_nuxt/CAV5CgLs.js | 186 ms | 151 ms | 0.0 ms |
| privacy-cs.mail.ru/static/sync-loader.js | 134 ms | 106 ms | 5.2 ms |
| top-fwz1.mail.ru/js/code.js | 78 ms | 31 ms | 1.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 |
|---|---|
| Other | 4.3 s |
| Script Evaluation | 2.7 s |
| Rendering | 2.2 s |
| Style & Layout | 2.2 s |
| Parse HTML & CSS | 176 ms |
| Garbage Collection | 114 ms |
| Script Parsing & Compilation | 101 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 |
|---|---|
| Internal error. | Not actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /probes/main.js?5eb87a41-7a35-29d4-4368-66f4b05cd105 | 7.4 KiB | 2.1 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.smotrim.ru/static/assets/_nuxt/entry.BgO-LeVo.css | 47.5 KiB | 46.4 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.
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 |
|---|
nav.navigation > ul.navigation__list > li.navigation__item--all-icon > button.navigation__link nav.navigation > ul.navigation__list > li.navigation__item--all-icon > button.navigation__link |
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 |
|---|
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-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#__nuxt > header.header-wrapper--top > div.header > a.router-link-active div#__nuxt > header.header-wrapper--top > div.header > a.router-link-active |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link div.card-brand__preview > div.card-brand__picture > div.card-brand__svod > a.card-brand__link |
footer.footer > div.footer-wrapper > section.footer__header > a.router-link-active footer.footer > div.footer-wrapper > section.footer__header > a.router-link-active |
div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link |
div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link |
div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link |
div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link |
div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link |
div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link div.footer-wrapper > section.footer__header > div.footer__social > a.footer__social-link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Сериал div.footer__production > div.footer__type-year > span > span |
2026 div.footer__production > div.footer__type-year > span > span |
Россия div.footer__main > div.footer__production > div.footer__countries > span |
Марта Пронина (Татьяна Ратникова) – талантливый врач, работает в столичной клин… footer.footer > section.footer__info > div.clamp-description > p.paragraph-m |
София Дорина – блестящий психотерапевт, разработавший уникальный и эффективный … footer.footer > section.footer__main-page > div.clamp-description > p.paragraph-m |
Олег и Ольга — их любви завидовали все. Окружающие смотрели на них и верили: ид… footer.footer > section.footer__main-page > div.clamp-description > p.paragraph-m |
Талантливая нейрохирург Инна Лосева (Юлия Мельникова), потеряв мужа на собствен… footer.footer > section.footer__info > div.clamp-description > p.paragraph-m |
Сериал div.footer__production > div.footer__type-year > span > span |
2012 – 2026 div.footer__production > div.footer__type-year > span > span |
Россия div.footer__main > div.footer__production > div.footer__countries > span |
С момента последних событий прошел год, и в жизни любимых героев многое изменил… footer.footer > section.footer__main-page > div.clamp-description > p.paragraph-m |
These are opportunities to improve the legibility of your content.
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 html |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Россия 1 div.footer__main > div.footer__additional > div.channel-icon > a.channel-icon__link |
Россия 1 div.footer__main > div.footer__additional > div.channel-icon > a.channel-icon__link |
1 сезон · 8 серий div.card-brand__wrapper > div.card-brand__preview > div.card-brand__label > a.card-brand__link |
2026 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
2 сезона · 20 серий div.card-brand__wrapper > div.card-brand__preview > div.card-brand__label > a.card-brand__link |
2022 – 2026 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
1 сезон · 4 серии div.card-brand__wrapper > div.card-brand__preview > div.card-brand__label > a.card-brand__link |
2025 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
2 сезона · 32 серии div.card-brand__wrapper > div.card-brand__preview > div.card-brand__label > a.card-brand__link |
2024 – 2026 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
25 сезонов · 312 серий div.card-brand__wrapper > div.card-brand__preview > div.card-brand__label > a.card-brand__link |
Тайны следствия div.card-brand__wrapper > div.card-brand__info > div.card-brand__title > a.card-brand__link |
2001 – 2025 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
11 сезонов · 164 серии div.card-brand__wrapper > div.card-brand__preview > div.card-brand__label > a.card-brand__link |
2004 – 2017 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
1 сезон · 8 серий div.card-brand__wrapper > div.card-brand__preview > div.card-brand__label > a.card-brand__link |
2026 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
1 сезон · 10 серий div.card-brand__wrapper > div.card-brand__preview > div.card-brand__label > a.card-brand__link |
2024 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
2 сезона · 17 серий div.card-brand__wrapper > div.card-brand__preview > div.card-brand__label > a.card-brand__link |
Годунов div.card-brand__wrapper > div.card-brand__info > div.card-brand__title > a.card-brand__link |
2018 – 2019 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
1 сезон · 8 серий div.card-brand__wrapper > div.card-brand__preview > div.card-brand__label > a.card-brand__link |
Грозный div.card-brand__wrapper > div.card-brand__info > div.card-brand__title > a.card-brand__link |
2020 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
1 сезон · 4 серии div.card-brand__wrapper > div.card-brand__preview > div.card-brand__label > a.card-brand__link |
2008 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
1 сезон · 4 серии div.card-brand__wrapper > div.card-brand__preview > div.card-brand__label > a.card-brand__link |
Бесы div.card-brand__wrapper > div.card-brand__info > div.card-brand__title > a.card-brand__link |
2014 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
1 сезон · 8 серий div.card-brand__wrapper > div.card-brand__preview > div.card-brand__label > a.card-brand__link |
2017 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
1 сезон · 10 серий div.card-brand__wrapper > div.card-brand__preview > div.card-brand__label > a.card-brand__link |
Идиот div.card-brand__wrapper > div.card-brand__info > div.card-brand__title > a.card-brand__link |
2003 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
205 мин div.card-brand__wrapper > div.card-brand__preview > div.card-brand__label > a.card-brand__link |
2014 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
1 сезон · 26 серий div.card-brand__wrapper > div.card-brand__preview > div.card-brand__label > a.card-brand__link |
2013 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
1 сезон · 12 серий div.card-brand__wrapper > div.card-brand__preview > div.card-brand__label > a.card-brand__link |
2006 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
126 мин div.card-brand__wrapper > div.card-brand__preview > div.card-brand__label > a.card-brand__link |
2009 div.card-brand__wrapper > div.card-brand__info > div.card-brand__meta > a.card-brand__link |
These items highlight common accessibility best practices.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
cdn.smotrim.ru/static/assets/_nuxt/CketaFsE.js line 1, col 31971 | Hydration completed but contains mismatches. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Вечер с Владимиром Соловьевым div.brand-card > div.brand-card__info > div.brand-card__title > a.brand-card__link |
60 минут div.brand-card > div.brand-card__info > div.brand-card__title > a.brand-card__link |
Вести. Россия 24 div.brand-card > div.brand-card__info > div.brand-card__title > a.brand-card__link |
Вести div.brand-card > div.brand-card__info > div.brand-card__title > a.brand-card__link |
Вести в 20:00 div.brand-card > div.brand-card__info > div.brand-card__title > a.brand-card__link |
Малахов div.brand-card > div.brand-card__info > div.brand-card__title > a.brand-card__link |
Вести. Дежурная часть div.brand-card > div.brand-card__info > div.brand-card__title > a.brand-card__link |
Вести недели div.brand-card > div.brand-card__info > div.brand-card__title > a.brand-card__link |
Утро России div.brand-card > div.brand-card__info > div.brand-card__title > a.brand-card__link |
To appear in search results, crawlers need access to your app.
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 |
|---|
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img |
div.video-card__preview > div.video-card__picture > div.lazy-picture > img div.video-card__preview > div.video-card__picture > div.lazy-picture > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback