Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Room to improve — your 7.2s 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.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
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.
23 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
39 image-in-link without alt 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/3c819f1e-5c24-4acf-bea8-d56dd4df2086)<a href="https://beavercheck.com/results/3c819f1e-5c24-4acf-bea8-d56dd4df2086"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fivi.ru" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fivi.ruThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 7.2s to load
+12% bounceUsers abandon at ~3s — you're 4.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.7s
+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
9 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
5 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.
₽15,750 investment → ₽121,720/month returns
₽15,750
4h · 5 findings
₽121,720 /mo
~₽1,460,644 / year
No applicable regulations in this jurisdiction
₽5,250 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at ₽3500/hr
Based on Russia rates (₽3500/hr)
Start here for the best return on investment
₽70 / month at risk
~₽835 / year if left unfixed
₽70 /mo
9573.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.
4.88 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.24 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.66 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.013
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.43 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.29 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.
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.
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.promoSlider__contentContainer > div.promoSlider__logoContainer > picture > img.promoSlider__logo | /storage0/contents/a/b/42c4d7f3d9440bb961191d835180dd.jpg... | 84.5 KiB | 76.6 KiB |
Красавица div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/4/c/8d0279c61849ebafe48fd08e39c687.jpg... | 87.2 KiB | 58.1 KiB |
Молодёжка. Новая смена div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/0/b/4d671ecda5405bb3e1e95519f512d2.jpg... | 75.2 KiB | 50.0 KiB |
Новинки подписки div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/3/7/ea08f0147449bd925c673a0a045d6e.jpg... | 71.2 KiB | 47.4 KiB |
Мама в 16 div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/4/5/83c91431a14183a8d82c42f5a695ba.jpg... | 46.7 KiB | 31.1 KiB |
Любовь по памяти div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/5/6/a1a5bc8ff14644b878a5398b1d7cb7.jpg... | 44.1 KiB | 29.4 KiB |
Драники div.nbl-poster > div.nbl-poster__imageWrapper > picture > img.nbl-poster__image | /storage0/contents/b/7/c0b2ef8ebf48da9ea7be06e92d2c22.jpg... | 27.2 KiB | 17.8 KiB |
Домовёнок Кузя div.nbl-poster > div.nbl-poster__imageWrapper > picture > img.nbl-poster__image | /storage0/contents/c/b/b5aa26ea344e8eb7a676d19058b566.jpg... | 25.3 KiB | 15.9 KiB |
Кочевница div.nbl-poster > div.nbl-poster__imageWrapper > picture > img.nbl-poster__image | /storage0/contents/8/2/8f4470a9684ccf9cbb8a0f0dc47c0b.jpg... | 25.2 KiB | 15.9 KiB |
Остров сокровищ. Знаки судьбы div.nbl-poster > div.nbl-poster__imageWrapper > picture > img.nbl-poster__image | /storage0/contents/2/d/091320f35b45e28ede4f75b4ecadb5.jpg... | 24.3 KiB | 14.9 KiB |
Нерождённая div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/c/b/930f945dcd455d89e11be5192c8533.jpg... | 21.0 KiB | 14.0 KiB |
Иви div.headerTop__headerLogo > div.headerLogo__body > a.headerLogo__link > img.headerLogo__logo | /72c5b73c54d361a9df9e2a16abc6ccec/ux/common/iviLogo_88Bb7... | 11.6 KiB | 10.7 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 23.3 KiB | 316 ms |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 4.4 KiB | 822 ms |
| yastatic.net/s3/passport-sdk/autofill/v1/sdk-suggest-with-polyfills-latest.js | 5.7 KiB | 928 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| ivi.ru/ | 792 ms |
| www.ivi.ru/ | 1.4 s |
| www.ivi.tv/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.ivi.tv/ | 662 ms |
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.
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 |
|---|---|---|
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 79.8 KiB | 78.5 KiB |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 27.8 KiB | 27.3 KiB |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 24.0 KiB | 23.5 KiB |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 22.7 KiB | 22.6 KiB |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 22.8 KiB | 21.0 KiB |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 18.8 KiB | 18.6 KiB |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 15.7 KiB | 15.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 8.8 s |
| Other | 6.3 s |
| Style & Layout | 1.8 s |
| Script Parsing & Compilation | 1.3 s |
| Rendering | 1.2 s |
| Garbage Collection | 572 ms |
| Parse HTML & CSS | 501 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 |
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
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 | |
|---|---|
Нерождённая div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/c/b/930f945dcd455d89e11be5192c8533.jpg... |
Молодёжка. Новая смена div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/0/b/4d671ecda5405bb3e1e95519f512d2.jpg... |
Мама в 16 div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/4/5/83c91431a14183a8d82c42f5a695ba.jpg... |
Красавица div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/4/c/8d0279c61849ebafe48fd08e39c687.jpg... |
Новинки подписки div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/3/7/ea08f0147449bd925c673a0a045d6e.jpg... |
Любовь по памяти div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/5/6/a1a5bc8ff14644b878a5398b1d7cb7.jpg... |
Молодёжка. Новая смена div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/0/b/4d671ecda5405bb3e1e95519f512d2.jpg... |
Премьеры фильмов div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 |
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 |
|---|
Смотреть 60 дней бесплатно div.headerTop__wideArea > div.headerTop__additionalButton > div.nbl-button > div.nbl-button__primaryText |
сериал Иви div.nbl-slimPosterBlock__imageSection > div.nbl-poster > div.nbl-textBadge > div.nbl-textBadge__text |
сериал Иви div.nbl-slimPosterBlock__imageSection > div.nbl-poster > div.nbl-textBadge > div.nbl-textBadge__text |
новый сезон div.nbl-slimPosterBlock__imageSection > div.nbl-poster > div.nbl-textBadge > div.nbl-textBadge__text |
новый сезон div.nbl-slimPosterBlock__imageSection > div.nbl-poster > div.nbl-textBadge > div.nbl-textBadge__text |
Согласен div.lowest-teaser__agreement > div.lowest-teaser__agreement-actions > button.nbl-button > div.nbl-button__primaryText |
These are opportunities to improve the legibility of your content.
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.headerLocalizationSwitcher__body > button.nbl-button > div.nbl-button__primaryText > img.nbl-graphic div.headerLocalizationSwitcher__body > button.nbl-button > div.nbl-button__primaryText > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
div.nbl-tabBar > a.nbl-tabBarItem > div.nbl-tabBarItem__imageWrapper > img.nbl-graphic div.nbl-tabBar > a.nbl-tabBarItem > div.nbl-tabBarItem__imageWrapper > img.nbl-graphic |
div.nbl-tabBar > a.nbl-tabBarItem > div.nbl-tabBarItem__imageWrapper > img.nbl-graphic div.nbl-tabBar > a.nbl-tabBarItem > div.nbl-tabBarItem__imageWrapper > img.nbl-graphic |
div.nbl-tabBar > a.nbl-tabBarItem > div.nbl-tabBarItem__imageWrapper > img.nbl-graphic div.nbl-tabBar > a.nbl-tabBarItem > div.nbl-tabBarItem__imageWrapper > img.nbl-graphic |
div.nbl-tabBar > a.nbl-tabBarItem > div.nbl-tabBarItem__imageWrapper > img.nbl-graphic div.nbl-tabBar > a.nbl-tabBarItem > div.nbl-tabBarItem__imageWrapper > img.nbl-graphic |
div.footerMenu > div.footerMenu__item > div.nbl-arrowButton > img.nbl-graphic div.footerMenu > div.footerMenu__item > div.nbl-arrowButton > img.nbl-graphic |
div.footerMenu > div.footerMenu__item > div.nbl-arrowButton > img.nbl-graphic div.footerMenu > div.footerMenu__item > div.nbl-arrowButton > img.nbl-graphic |
div.footerMenu-group > div.footerMenu__item > div.nbl-arrowButton > img.nbl-graphic div.footerMenu-group > div.footerMenu__item > div.nbl-arrowButton > img.nbl-graphic |
div.footerMenu-group > div.footerMenu__item > div.nbl-arrowButton > img.nbl-graphic div.footerMenu-group > div.footerMenu__item > div.nbl-arrowButton > img.nbl-graphic |
div.footerMenu-group > div.footerMenu__item > div.nbl-arrowButton > img.nbl-graphic div.footerMenu-group > div.footerMenu__item > div.nbl-arrowButton > img.nbl-graphic |
div.footerMenu-group > div.footerMenu__item > a.nbl-arrowButton > img.nbl-graphic div.footerMenu-group > div.footerMenu__item > a.nbl-arrowButton > img.nbl-graphic |
div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic |
div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic |
a.nbl-button > div.nbl-button__primaryText > div.nbl-button__iconWrapper > img.nbl-graphic a.nbl-button > div.nbl-button__primaryText > div.nbl-button__iconWrapper > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.nbl-simpleControlButton > div.nbl-simpleControlButton__content > div.nbl-simpleControlButton__iconWrapper > img.nbl-graphic div.nbl-simpleControlButton > div.nbl-simpleControlButton__content > div.nbl-simpleControlButton__iconWrapper > img.nbl-graphic |
div.infoTipNotification > div.infoTipNotification__body > div.nbl-infoTip > img.nbl-graphic div.infoTipNotification > div.infoTipNotification__body > div.nbl-infoTip > img.nbl-graphic |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.basePage > iframe#iframe_flock_data_provider body.basePage > iframe#iframe_flock_data_provider |
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.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink |
div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink |
div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink |
div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink |
div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink |
div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink |
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 |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.nolimit html.nolimit |
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 |
|---|---|
Failed to load resource: net::ERR_TIMED_OUT | |
Refused to execute script from 'https://www.tns-counter.ru/V13b****vitpc_ad/ru/UTF-8/tmsec=idsh_ivi-total/' because its MIME type ('image/gif') is not executable. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.headerLocalizationSwitcher__body > button.nbl-button > div.nbl-button__primaryText > img.nbl-graphic div.headerLocalizationSwitcher__body > button.nbl-button > div.nbl-button__primaryText > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
div.nbl-tabBar > a.nbl-tabBarItem > div.nbl-tabBarItem__imageWrapper > img.nbl-graphic div.nbl-tabBar > a.nbl-tabBarItem > div.nbl-tabBarItem__imageWrapper > img.nbl-graphic |
div.nbl-tabBar > a.nbl-tabBarItem > div.nbl-tabBarItem__imageWrapper > img.nbl-graphic div.nbl-tabBar > a.nbl-tabBarItem > div.nbl-tabBarItem__imageWrapper > img.nbl-graphic |
div.nbl-tabBar > a.nbl-tabBarItem > div.nbl-tabBarItem__imageWrapper > img.nbl-graphic div.nbl-tabBar > a.nbl-tabBarItem > div.nbl-tabBarItem__imageWrapper > img.nbl-graphic |
div.nbl-tabBar > a.nbl-tabBarItem > div.nbl-tabBarItem__imageWrapper > img.nbl-graphic div.nbl-tabBar > a.nbl-tabBarItem > div.nbl-tabBarItem__imageWrapper > img.nbl-graphic |
div.footerMenu > div.footerMenu__item > div.nbl-arrowButton > img.nbl-graphic div.footerMenu > div.footerMenu__item > div.nbl-arrowButton > img.nbl-graphic |
div.footerMenu > div.footerMenu__item > div.nbl-arrowButton > img.nbl-graphic div.footerMenu > div.footerMenu__item > div.nbl-arrowButton > img.nbl-graphic |
div.footerMenu-group > div.footerMenu__item > div.nbl-arrowButton > img.nbl-graphic div.footerMenu-group > div.footerMenu__item > div.nbl-arrowButton > img.nbl-graphic |
div.footerMenu-group > div.footerMenu__item > div.nbl-arrowButton > img.nbl-graphic div.footerMenu-group > div.footerMenu__item > div.nbl-arrowButton > img.nbl-graphic |
div.footerMenu-group > div.footerMenu__item > div.nbl-arrowButton > img.nbl-graphic div.footerMenu-group > div.footerMenu__item > div.nbl-arrowButton > img.nbl-graphic |
div.footerMenu-group > div.footerMenu__item > a.nbl-arrowButton > img.nbl-graphic div.footerMenu-group > div.footerMenu__item > a.nbl-arrowButton > img.nbl-graphic |
div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic |
div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic |
a.nbl-button > div.nbl-button__primaryText > div.nbl-button__iconWrapper > img.nbl-graphic a.nbl-button > div.nbl-button__primaryText > div.nbl-button__iconWrapper > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.nbl-simpleControlButton > div.nbl-simpleControlButton__content > div.nbl-simpleControlButton__iconWrapper > img.nbl-graphic div.nbl-simpleControlButton > div.nbl-simpleControlButton__content > div.nbl-simpleControlButton__iconWrapper > img.nbl-graphic |
div.infoTipNotification > div.infoTipNotification__body > div.nbl-infoTip > img.nbl-graphic div.infoTipNotification > div.infoTipNotification__body > div.nbl-infoTip > img.nbl-graphic |
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.
2.03 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.62 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
442 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.44 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.13 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.
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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 23.2 KiB | 85 ms |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 80.3 KiB | 533 ms |
| yastatic.net/s3/passport-sdk/autofill/v1/sdk-suggest-with-polyfills-latest.js | 5.7 KiB | 348 ms |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Папины дочки. Новые div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/4/8/25edbfba05460f8e5920bfa94c466f.jpg... | 177.9 KiB | 123.9 KiB |
Красавица div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/4/d/daac7e61e844d2afb91ba08246e86b.jpg... | 119.4 KiB | 79.6 KiB |
Молодёжка. Новая смена div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/3/8/917276595c482993da109da992e0eb.jpg... | 110.7 KiB | 73.8 KiB |
Красавица div.promoSlider__contentContainer > div.promoSlider__logoContainer > picture > img.promoSlider__logo | /storage0/contents/a/b/42c4d7f3d9440bb961191d835180dd.jpg... | 68.5 KiB | 64.2 KiB |
Мой сын div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/5/7/6be2c327a14fddb2bba7ef4636ca49.jpg... | 92.1 KiB | 61.4 KiB |
Новинки подписки div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/e/f/f68432e2594c9987776795dcbeac76.jpg... | 90.9 KiB | 60.6 KiB |
Зов русалки div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/6/8/a4371ecead4e0c897c17a90476c2e7.jpg... | 69.9 KiB | 46.6 KiB |
Зов русалки div.promoSlider__contentContainer > div.promoSlider__logoContainer > picture > img.promoSlider__logo | /storage0/contents/1/0/cc1bf1a1b3426ba48818f195028845.jpg... | 35.1 KiB | 25.9 KiB |
Мой сын div.promoSlider__contentContainer > div.promoSlider__logoContainer > picture > img.promoSlider__logo | /storage0/contents/2/a/5f4723f10145a0962ba73740a57c4a.jpg... | 16.7 KiB | 15.6 KiB |
Молодёжка. Новая смена div.promoSlider__contentContainer > div.promoSlider__logoContainer > picture > img.promoSlider__logo | /storage0/contents/6/6/5a122278bc41649d881f3deb882096.jpg... | 26.0 KiB | 13.0 KiB |
Иви div.headerTop__headerLogo > div.headerLogo__body > a.headerLogo__link > img.headerLogo__logo | /72c5b73c54d361a9df9e2a16abc6ccec/ux/common/iviLogo_88Bb7... | 11.6 KiB | 11.0 KiB |
Маша и Медведи div.nbl-poster > div.nbl-poster__imageWrapper > picture > img.nbl-poster__image | /storage0/contents/2/5/a38fd25c784a91991fce234b68ee23.jpg... | 15.4 KiB | 9.3 KiB |
Драники div.nbl-poster > div.nbl-poster__imageWrapper > picture > img.nbl-poster__image | /storage0/contents/b/7/c0b2ef8ebf48da9ea7be06e92d2c22.jpg... | 14.3 KiB | 8.2 KiB |
Кочевница div.nbl-poster > div.nbl-poster__imageWrapper > picture > img.nbl-poster__image | /storage0/contents/8/2/8f4470a9684ccf9cbb8a0f0dc47c0b.jpg... | 14.1 KiB | 8.0 KiB |
Домовёнок Кузя div.nbl-poster > div.nbl-poster__imageWrapper > picture > img.nbl-poster__image | /storage0/contents/c/b/b5aa26ea344e8eb7a676d19058b566.jpg... | 13.6 KiB | 7.4 KiB |
Мини-мишки div.nbl-poster > div.nbl-poster__imageWrapper > picture > img.nbl-poster__image | /storage0/contents/d/1/52da0aa71e45f28527cbcd6ac09c54.jpg... | 12.6 KiB | 6.5 KiB |
Алиса в Стране чудес div.nbl-poster > div.nbl-poster__imageWrapper > picture > img.nbl-poster__image | /storage0/contents/8/e/5cc69b1ca246cabb02abe0863f8cb8.jpg... | 12.0 KiB | 5.9 KiB |
Папины дочки. Новые div.nbl-poster > div.nbl-poster__imageWrapper > picture > img.nbl-poster__image | /storage0/contents/d/7/ba868dbc6247dbbea4ca46dcf15b9b.jpg... | 11.5 KiB | 5.4 KiB |
Отель на обочине div.nbl-poster > div.nbl-poster__imageWrapper > picture > img.nbl-poster__image | /storage0/contents/3/1/d15317ff9c44479034a0eafddab153.jpg... | 10.8 KiB | 4.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| ivi.ru/ | 380 ms |
| www.ivi.ru/ | 553 ms |
| www.ivi.tv/ | 0.0 ms |
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 |
|---|---|---|
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 79.8 KiB | 78.2 KiB |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 27.8 KiB | 27.2 KiB |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 24.0 KiB | 23.4 KiB |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 22.7 KiB | 22.5 KiB |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 22.7 KiB | 20.7 KiB |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 18.8 KiB | 18.6 KiB |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 15.8 KiB | 15.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.ivi.tv/ | 1.2 s | 23 ms | 52 ms |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 933 ms | 715 ms | 7.4 ms |
| Unattributable | 858 ms | 45 ms | 0.0 ms |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 808 ms | 631 ms | 50 ms |
| www.googletagmanager.com/gtm.js?id=GTM-TK47DZ | 290 ms | 237 ms | 32 ms |
| mc.yandex.ru/metrika/tag.js | 133 ms | 101 ms | 14 ms |
| privacy-cs.mail.ru/static/sync-loader.js | 126 ms | 108 ms | 3.2 ms |
| www.googletagmanager.com/gtag/js?id=AW-17914319190&cx=c>m=4e64f0h1 | 109 ms | 93 ms | 16 ms |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 106 ms | 4.7 ms | 10 ms |
| api.flocktory.com/v2/loader.js?site_id=1748 | 85 ms | 70 ms | 12 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.3 s |
| Other | 1.6 s |
| Style & Layout | 417 ms |
| Script Parsing & Compilation | 306 ms |
| Rendering | 278 ms |
| Parse HTML & CSS | 158 ms |
| Garbage Collection | 144 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 |
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 |
|---|---|---|
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 287.8 KiB | 153.1 KiB |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 96.9 KiB | 91.7 KiB |
| www.googletagmanager.com/gtag/js?id=AW-17914319190&cx=c>m=4e64f0h1 | 145.3 KiB | 62.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TK47DZ | 183.0 KiB | 58.4 KiB |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 73.1 KiB | 47.4 KiB |
| mc.yandex.ru/metrika/tag.js | 84.5 KiB | 43.8 KiB |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 39.8 KiB | 37.9 KiB |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 40.7 KiB | 36.7 KiB |
| api.flocktory.com/v2/loader.js?site_id=1748 | 58.8 KiB | 34.5 KiB |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 28.0 KiB | 25.4 KiB |
| yastatic.net/s3/passport-static/autofill/1.82.1/client/suggest.js | 26.8 KiB | 24.9 KiB |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 24.3 KiB | 23.3 KiB |
| /849c829d658baaeff512d766b0db3cce/dist/release_26.04.09_e... | 21.9 KiB | 21.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.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Папины дочки. Новые div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/4/8/25edbfba05460f8e5920bfa94c466f.jpg... |
Молодёжка. Новая смена div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/3/8/917276595c482993da109da992e0eb.jpg... |
Зов русалки div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/6/8/a4371ecead4e0c897c17a90476c2e7.jpg... |
Мой сын div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/5/7/6be2c327a14fddb2bba7ef4636ca49.jpg... |
Красавица div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/4/d/daac7e61e844d2afb91ba08246e86b.jpg... |
Новинки подписки div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/e/f/f68432e2594c9987776795dcbeac76.jpg... |
Жестокий мир мужчин div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 |
Молодёжка. Новая смена div.promoSlider__item > div.promoSlider__itemContent > picture > img.promoSlider__bgImage | /storage0/contents/3/8/917276595c482993da109da992e0eb.jpg... |
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 |
|---|
Смотреть 60 дней бесплатно div.headerTop__wideArea > div.headerTop__additionalButton > div.nbl-button > div.nbl-button__primaryText |
сериал Иви div.nbl-slimPosterBlock__imageSection > div.nbl-poster > div.nbl-textBadge > div.nbl-textBadge__text |
сериал Иви div.nbl-slimPosterBlock__imageSection > div.nbl-poster > div.nbl-textBadge > div.nbl-textBadge__text |
сериал Иви div.nbl-slimPosterBlock__imageSection > div.nbl-poster > div.nbl-textBadge > div.nbl-textBadge__text |
новый сезон div.nbl-slimPosterBlock__imageSection > div.nbl-poster > div.nbl-textBadge > div.nbl-textBadge__text |
новый сезон div.nbl-slimPosterBlock__imageSection > div.nbl-poster > div.nbl-textBadge > div.nbl-textBadge__text |
Согласен div.lowest-teaser__agreement > div.lowest-teaser__agreement-actions > button.nbl-button > div.nbl-button__primaryText |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a.nbl-button > div.nbl-button__primaryText > div.nbl-button__iconWrapper > img.nbl-graphic a.nbl-button > div.nbl-button__primaryText > div.nbl-button__iconWrapper > img.nbl-graphic |
div.nbl-simpleControlButton > div.nbl-simpleControlButton__content > div.nbl-simpleControlButton__iconWrapper > img.nbl-graphic div.nbl-simpleControlButton > div.nbl-simpleControlButton__content > div.nbl-simpleControlButton__iconWrapper > img.nbl-graphic |
div.headerLocalizationSwitcher__body > button.nbl-button > div.nbl-button__primaryText > img.nbl-graphic div.headerLocalizationSwitcher__body > button.nbl-button > div.nbl-button__primaryText > img.nbl-graphic |
div.headerLocalizationSwitcher__body > div.nbl-dropdown > a.nbl-dropdown__item > img.nbl-graphic div.headerLocalizationSwitcher__body > div.nbl-dropdown > a.nbl-dropdown__item > img.nbl-graphic |
div.headerLocalizationSwitcher__body > div.nbl-dropdown > a.nbl-dropdown__item > img.nbl-graphic div.headerLocalizationSwitcher__body > div.nbl-dropdown > a.nbl-dropdown__item > img.nbl-graphic |
div.headerLocalizationSwitcher__body > div.nbl-dropdown > a.nbl-dropdown__item > img.nbl-graphic div.headerLocalizationSwitcher__body > div.nbl-dropdown > a.nbl-dropdown__item > img.nbl-graphic |
button.nbl-button > div.nbl-button__primaryText > div.nbl-button__iconWrapper > img.nbl-graphic button.nbl-button > div.nbl-button__primaryText > div.nbl-button__iconWrapper > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
div.nbl-teaserTile > div.nbl-teaserTile__content > div.nbl-teaserTile__pictureContainer > img.nbl-graphic div.nbl-teaserTile > div.nbl-teaserTile__content > div.nbl-teaserTile__pictureContainer > img.nbl-graphic |
div.ivi-carousel > span.xArrowButton > div.xArrowButton__iconWrapper > img.nbl-graphic div.ivi-carousel > span.xArrowButton > div.xArrowButton__iconWrapper > img.nbl-graphic |
div.ivi-carousel > span.xArrowButton > div.xArrowButton__iconWrapper > img.nbl-graphic div.ivi-carousel > span.xArrowButton > div.xArrowButton__iconWrapper > img.nbl-graphic |
div.iviFooter__column > div.footerWidget > div.footerWidget__iconSection > img.nbl-graphic div.iviFooter__column > div.footerWidget > div.footerWidget__iconSection > img.nbl-graphic |
div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic |
div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic |
div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic |
div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic |
div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic |
a.nbl-button > div.nbl-button__primaryText > div.nbl-button__iconWrapper > img.nbl-graphic a.nbl-button > div.nbl-button__primaryText > div.nbl-button__iconWrapper > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.nbl-simpleControlButton > div.nbl-simpleControlButton__content > div.nbl-simpleControlButton__iconWrapper > img.nbl-graphic div.nbl-simpleControlButton > div.nbl-simpleControlButton__content > div.nbl-simpleControlButton__iconWrapper > img.nbl-graphic |
div.infoTipNotification > div.infoTipNotification__body > div.nbl-infoTip > img.nbl-graphic div.infoTipNotification > div.infoTipNotification__body > div.nbl-infoTip > img.nbl-graphic |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.basePage > iframe#iframe_flock_data_provider body.basePage > iframe#iframe_flock_data_provider |
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.headerTop__body > div.headerTop__content > div.headerTop__headerNotify > a.headerNotify__link div.headerTop__body > div.headerTop__content > div.headerTop__headerNotify > a.headerNotify__link |
div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink |
div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink |
div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink |
div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink |
div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink |
div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink div.iviFooter__contentList > div.iviFooter__list > div.iviFooter__community > a.iviFooter__communityLink |
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 |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.nolimit html.nolimit |
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 |
|---|---|
Failed to load resource: net::ERR_TIMED_OUT | |
Failed to load resource: net::ERR_TIMED_OUT | |
Refused to execute script from 'https://www.tns-counter.ru/V13b****vitpc_ad/ru/UTF-8/tmsec=idsh_ivi-total/' because its MIME type ('image/gif') is not executable. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a.nbl-button > div.nbl-button__primaryText > div.nbl-button__iconWrapper > img.nbl-graphic a.nbl-button > div.nbl-button__primaryText > div.nbl-button__iconWrapper > img.nbl-graphic |
div.nbl-simpleControlButton > div.nbl-simpleControlButton__content > div.nbl-simpleControlButton__iconWrapper > img.nbl-graphic div.nbl-simpleControlButton > div.nbl-simpleControlButton__content > div.nbl-simpleControlButton__iconWrapper > img.nbl-graphic |
div.headerLocalizationSwitcher__body > button.nbl-button > div.nbl-button__primaryText > img.nbl-graphic div.headerLocalizationSwitcher__body > button.nbl-button > div.nbl-button__primaryText > img.nbl-graphic |
div.headerLocalizationSwitcher__body > div.nbl-dropdown > a.nbl-dropdown__item > img.nbl-graphic div.headerLocalizationSwitcher__body > div.nbl-dropdown > a.nbl-dropdown__item > img.nbl-graphic |
div.headerLocalizationSwitcher__body > div.nbl-dropdown > a.nbl-dropdown__item > img.nbl-graphic div.headerLocalizationSwitcher__body > div.nbl-dropdown > a.nbl-dropdown__item > img.nbl-graphic |
div.headerLocalizationSwitcher__body > div.nbl-dropdown > a.nbl-dropdown__item > img.nbl-graphic div.headerLocalizationSwitcher__body > div.nbl-dropdown > a.nbl-dropdown__item > img.nbl-graphic |
button.nbl-button > div.nbl-button__primaryText > div.nbl-button__iconWrapper > img.nbl-graphic button.nbl-button > div.nbl-button__primaryText > div.nbl-button__iconWrapper > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic a.promoSlider__link > div.promoSlider__contentContainer > div.promoBlockReleaseInfo > img.nbl-graphic |
div.nbl-teaserTile > div.nbl-teaserTile__content > div.nbl-teaserTile__pictureContainer > img.nbl-graphic div.nbl-teaserTile > div.nbl-teaserTile__content > div.nbl-teaserTile__pictureContainer > img.nbl-graphic |
div.ivi-carousel > span.xArrowButton > div.xArrowButton__iconWrapper > img.nbl-graphic div.ivi-carousel > span.xArrowButton > div.xArrowButton__iconWrapper > img.nbl-graphic |
div.ivi-carousel > span.xArrowButton > div.xArrowButton__iconWrapper > img.nbl-graphic div.ivi-carousel > span.xArrowButton > div.xArrowButton__iconWrapper > img.nbl-graphic |
div.iviFooter__column > div.footerWidget > div.footerWidget__iconSection > img.nbl-graphic div.iviFooter__column > div.footerWidget > div.footerWidget__iconSection > img.nbl-graphic |
div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic |
div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic |
div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic |
div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic |
div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic div.iviFooter__list > div.iviFooter__stores > a.nbl-overturnButton > img.nbl-graphic |
a.nbl-button > div.nbl-button__primaryText > div.nbl-button__iconWrapper > img.nbl-graphic a.nbl-button > div.nbl-button__primaryText > div.nbl-button__iconWrapper > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic div.iviFooter__community > a.iviFooter__communityLink > div.nbl-knob > img.nbl-graphic |
div.nbl-simpleControlButton > div.nbl-simpleControlButton__content > div.nbl-simpleControlButton__iconWrapper > img.nbl-graphic div.nbl-simpleControlButton > div.nbl-simpleControlButton__content > div.nbl-simpleControlButton__iconWrapper > img.nbl-graphic |
div.infoTipNotification > div.infoTipNotification__body > div.nbl-infoTip > img.nbl-graphic div.infoTipNotification > div.infoTipNotification__body > div.nbl-infoTip > img.nbl-graphic |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback