Mobile 375 × 812

Desktop 1440 × 900

Score: 64 / 100
Based on 8 categories, 0 sections
Room to improve — your 13.1s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
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 12.2 MB (4.4 MB transferred)
Performance issues directly impact user engagement and conversion rates.
13 control(s) without accessible label
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/064cccc9-0710-499c-8947-b613d7c0fa39)<a href="https://beavercheck.com/results/064cccc9-0710-499c-8947-b613d7c0fa39"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fliveinternet.ru" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fliveinternet.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 13.1s 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.
12 barrier(s) likely increasing bounce by ~43%.
Page takes 13.1s to load
+12% bounceUsers abandon at ~3s — you're 10.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 846ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
Mixed content on HTTPS page
+8% bounceBrowsers block insecure subresources — broken images, missing scripts, warning badge
Fix: Change http:// URLs inside the page to https:// (or protocol-relative)
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
13 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
16 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
8 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.
₽17,500 investment → ₽45,127/month returns
₽17,500
5h · 5 findings
₽45,127 /mo
~₽541,522 / 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
₽100 / month at risk
~₽1,195 / year if left unfixed
₽100 /mo
13690.8 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.
3.17 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.09 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
846 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.024
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.81 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.52 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.
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.t2ebeb1ce > div.kc223781a > div.d3bed6466 > img.o24ecf12e div.t2ebeb1ce > div.kc223781a > div.d3bed6466 > img.o24ecf12e | avatars.mds.yandex.net/get-direct/4936745/F6J3F94lhrp28OiH2LKv-g/y300 | 46.9 KiB | 32.5 KiB |
a.e987ead49 > div.w38150221 > div.cf13a038c > img.pa8d7f737 a.e987ead49 > div.w38150221 > div.cf13a038c > img.pa8d7f737 | yastatic.net/s3/games-static/favicons/icon-192.png | 29.9 KiB | 29.7 KiB |
div.t2ebeb1ce > div.kc223781a > div.d3bed6466 > img.o24ecf12e div.t2ebeb1ce > div.kc223781a > div.d3bed6466 > img.o24ecf12e | /get-yabs_performance/11376729/hatce63b7be283e2ebf4596a7b... | 35.5 KiB | 20.6 KiB |
div.t2ebeb1ce > div.kc223781a > div.d3bed6466 > img.o24ecf12e div.t2ebeb1ce > div.kc223781a > div.d3bed6466 > img.o24ecf12e | avatars.mds.yandex.net/get-direct/6445438/eN2oHv_FwjwjeJ5iZ5FwMg/x600 | 12.4 KiB | 8.1 KiB |
div.search > form#GlobalSrcForm > div.searchbutton > input div.search > form#GlobalSrcForm > div.searchbutton > input | i.li.ru/images/main_new/icons.png | 7.9 KiB | 6.7 KiB |
div.t2ebeb1ce > div.kc223781a > div.d3bed6466 > img.o24ecf12e div.t2ebeb1ce > div.kc223781a > div.d3bed6466 > img.o24ecf12e | avatars.mds.yandex.net/get-direct/5249943/Cvf95NXVr3yo1CtIh59xCQ/x450 | 13.8 KiB | 5.8 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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| i.li.ru/utf/main_new.css | 13.2 KiB | 1.0 s |
| i.li.ru/utf/global.js | 7.9 KiB | 1.0 s |
Tap interactions may be delayed by up to 300 ms if the viewport is not optimized for mobile.
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.
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 |
|---|---|
| liveinternet.ru/ | 984 ms |
| www.liveinternet.ru/ | 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.
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 |
|---|---|---|
| i.li.ru/static/radio/radio-mediametrics-widget__VK_1251.js | 572.5 KiB | 180.9 KiB |
| www.liveinternet.ru/utf/li.js | 151.7 KiB | 86.8 KiB |
| www.liveinternet.ru/utf/lici.js | 14.2 KiB | 5.6 KiB |
| i.li.ru/utf/global.js | 7.6 KiB | 4.2 KiB |
| inline: var adfoxBiddersMap = { "m… | 4.9 KiB | 2.7 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| i.li.ru/static/radio/radio-mediametrics-widget__VK_1251.js | 572.5 KiB | 199.1 KiB |
| /pagead/managed/js/adsense/m202604160101/show_ads_impl_fy... | 177.5 KiB | 136.2 KiB |
| www.liveinternet.ru/utf/li.js | 149.4 KiB | 121.0 KiB |
| yastatic.net/partner-code-bundles/1304651/00cc0164cd639ddf.js | 129.7 KiB | 80.5 KiB |
| cdn.vqserve.com/vpaid-profile.js | 85.3 KiB | 66.6 KiB |
| pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 54.2 KiB | 43.6 KiB |
| cdn.viqeo.tv/js/assets/master-8150/js/vn_player.js | 116.6 KiB | 39.9 KiB |
| /wrapper/js/adserver-vpaid-eng-v4.js?v=s-dc1af2de-5f10-4e... | 65.4 KiB | 39.8 KiB |
| mc.yandex.ru/metrika/watch.js | 68.2 KiB | 39.6 KiB |
| yandex.ru/ads/system/context.js | 103.8 KiB | 38.8 KiB |
| mc.yandex.ru/metrika/watch.js | 68.2 KiB | 36.4 KiB |
| cdn.viqeo.tv/js/vq_starter.js | 76.8 KiB | 34.7 KiB |
| pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 54.2 KiB | 28.3 KiB |
| yastatic.net/partner-code-bundles/1304651/22d10f9d8e892aab.js | 31.8 KiB | 24.9 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 | 4.3 s |
| Other | 2.4 s |
| Rendering | 787 ms |
| Script Parsing & Compilation | 540 ms |
| Style & Layout | 362 ms |
| Garbage Collection | 174 ms |
| Parse HTML & CSS | 52 ms |
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.allpageinner > div.leftcolumn > b.highlight > a |
Всего 346 тыс. сайтов, сегодня 1.00 млрд. просмотров, вчера - 1.05 млрд. div.allpage > div.allpageinner > div.leftcolumn > div.statisticbox |
Завести дневник div.rightcolumn > h2 > b.highlight > a |
4 997 303 дневников, 71 293 сообществ, 762 сообщений за последний час div.allpageinner > div.float100 > div.rightcolumn > div.statisticbox |
These are opportunities to improve the legibility of your content.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Артрозы
Рак крови и беременность: Как работает фонд борьбы с лейкемией
Фермен… div.leftcolumn > ul.advertisement > li > dl |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.search > form#GlobalSrcForm > div.textbox > input#searcharea div.search > form#GlobalSrcForm > div.textbox > input#searcharea |
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.float100 > div.rightcolumn > h2 > a.icon div.float100 > div.rightcolumn > h2 > a.icon |
ul.bloglist > li > div.user > a ul.bloglist > li > div.user > a |
ul.bloglist > li > div.user > a ul.bloglist > li > div.user > a |
ul.bloglist > li > div.user > a ul.bloglist > li > div.user > a |
ul.bloglist > li > div.user > a ul.bloglist > li > div.user > a |
ul.bloglist > li > div.user > a ul.bloglist > li > div.user > a |
ul.bloglist > li > div.user > a ul.bloglist > li > div.user > a |
ul.bloglist > li > div.user > a ul.bloglist > li > div.user > a |
ul.bloglist > li > div.user > a ul.bloglist > li > div.user > a |
ul.bloglist > li > div.user > a ul.bloglist > li > div.user > a |
ul.bloglist > li > div.user > a ul.bloglist > li > div.user > a |
body > div.footer > div.footerinner > a body > div.footer > div.footerinner > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Города и регионы div.rating > ul > li > a |
Дом и семья div.rating > ul > li > a |
Игры div.rating > ul > li > a |
Интернет div.rating > ul > li > a |
Кино div.rating > ul > li > a |
Компьютеры div.rating > ul > li > a |
Литература div.rating > ul > li > a |
Музыка div.rating > ul > li > a |
MP3 div.rating > ul > li > a |
Новости, СМИ div.rating > ul > li > a |
Обучение div.rating > ul > li > a |
Погода div.rating > ul > li > a |
Софт div.rating > ul > li > a |
Спорт div.rating > ul > li > a |
div.float100 > div.rightcolumn > h2 > a.icon div.float100 > div.rightcolumn > h2 > a.icon |
Кахетинка ul.bloglist > li > div.user > a |
Васмак ul.bloglist > li > div.user > a |
apostol_nik ul.bloglist > li > div.user > a |
© div.footer > div.footerinner > div.copy > a |
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 html |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div#widget-info-UOPth89itD > div#MM-social-UOPth89itD > a > img div#widget-info-UOPth89itD > div#MM-social-UOPth89itD > a > img | radio.mediametrics.ru/img/insta.png | 27 x 66 (0.41) | 66 x 66 (1.00) |
div#widget-info-UOPth89itD > div#MM-social-UOPth89itD > a > img div#widget-info-UOPth89itD > div#MM-social-UOPth89itD > a > img | radio.mediametrics.ru/img/f.png | 27 x 58 (0.47) | 58 x 58 (1.00) |
div#widget-info-UOPth89itD > div#MM-social-UOPth89itD > a > img div#widget-info-UOPth89itD > div#MM-social-UOPth89itD > a > img | radio.mediametrics.ru/img/vk.png | 27 x 58 (0.47) | 58 x 58 (1.00) |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
li > div.user > a > img li > div.user > a > img | i.li.ru/images/m2.gif | 20 x 16 | 20 x 16 | 30 x 24 |
li > div.user > a > img li > div.user > a > img | i.li.ru/images/w2.gif | 20 x 16 | 20 x 16 | 30 x 24 |
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
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_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_TIMED_OUT | |
Failed to load resource: net::ERR_TIMED_OUT |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.44 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.27 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.057
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.32 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.27 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.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| i.li.ru/utf/global.js | 7.9 KiB | 481 ms |
| i.li.ru/utf/main_new.css | 13.2 KiB | 481 ms |
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.t2ebeb1ce > div.kc223781a > div.d3bed6466 > img.o24ecf12e div.t2ebeb1ce > div.kc223781a > div.d3bed6466 > img.o24ecf12e | avatars.mds.yandex.net/get-direct/4936745/F6J3F94lhrp28OiH2LKv-g/x300 | 26.9 KiB | 19.1 KiB |
div.t2ebeb1ce > div.kc223781a > div.d3bed6466 > img.o24ecf12e div.t2ebeb1ce > div.kc223781a > div.d3bed6466 > img.o24ecf12e | avatars.mds.yandex.net/get-direct/3849773/LrC3DdWLoouTRYzrG_kEzA/y300 | 27.5 KiB | 17.6 KiB |
div.t2ebeb1ce > div.kc223781a > div.d3bed6466 > img.o24ecf12e div.t2ebeb1ce > div.kc223781a > div.d3bed6466 > img.o24ecf12e | avatars.mds.yandex.net/get-direct/4841362/RjB9wlUBy45Ra9JCfsL-Og/x300 | 20.3 KiB | 12.6 KiB |
div.ya-unit-image > div.unit-image > div.yrw-img-component > div.img-source-component div.ya-unit-image > div.unit-image > div.yrw-img-component > div.img-source-component | avatars.mds.yandex.net/get-direct/5719721/PeCBiBo4e2uYvj7k6XrVQA/wy150 | 13.8 KiB | 7.3 KiB |
div.search > form#GlobalSrcForm > div.searchbutton > input div.search > form#GlobalSrcForm > div.searchbutton > input | i.li.ru/images/main_new/icons.png | 7.9 KiB | 6.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 |
|---|---|
| liveinternet.ru/ | 390 ms |
| www.liveinternet.ru/ | 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.
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 |
|---|---|---|
| i.li.ru/static/radio/radio-mediametrics-widget__VK_1251.js | 572.5 KiB | 199.1 KiB |
| /pagead/managed/js/adsense/m202604200101/show_ads_impl_fy... | 177.5 KiB | 135.1 KiB |
| www.liveinternet.ru/utf/li.js | 149.4 KiB | 121.0 KiB |
| yastatic.net/partner-code-bundles/1304651/00cc0164cd639ddf.js | 129.7 KiB | 74.8 KiB |
| cdn.vqserve.com/vpaid-profile.js | 85.3 KiB | 66.6 KiB |
| pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 54.2 KiB | 43.6 KiB |
| cdn.viqeo.tv/js/assets/master-8150/js/vn_player.js | 116.6 KiB | 39.9 KiB |
| /wrapper/js/adserver-vpaid-eng-v4.js?v=s-dc1af2de-5f10-4e... | 65.4 KiB | 39.8 KiB |
| mc.yandex.ru/metrika/watch.js | 68.2 KiB | 39.5 KiB |
| yandex.ru/ads/system/context.js | 103.6 KiB | 37.6 KiB |
| mc.yandex.ru/metrika/watch.js | 68.2 KiB | 36.5 KiB |
| cdn.viqeo.tv/js/vq_starter.js | 76.8 KiB | 34.7 KiB |
| pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 54.2 KiB | 28.2 KiB |
| yastatic.net/partner-code-bundles/1304651/22d10f9d8e892aab.js | 31.8 KiB | 24.9 KiB |
| yastatic.net/partner-code-bundles/1304651/e98eb32840226dc3.js | 57.7 KiB | 23.7 KiB |
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 |
|---|---|---|
| i.li.ru/static/radio/radio-mediametrics-widget__VK_1251.js | 572.5 KiB | 180.9 KiB |
| www.liveinternet.ru/utf/li.js | 151.7 KiB | 86.8 KiB |
| www.liveinternet.ru/utf/lici.js | 14.2 KiB | 5.6 KiB |
| i.li.ru/utf/global.js | 7.6 KiB | 4.2 KiB |
| inline: var adfoxBiddersMap = { "m… | 4.9 KiB | 2.7 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 |
|---|---|---|
| .ya-recommendation-widget{color:#000;color:initial;display:block;font-family:serif; … } … | 18.4 KiB | 12.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.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.3 s |
| Other | 581 ms |
| Rendering | 214 ms |
| Script Parsing & Compilation | 145 ms |
| Style & Layout | 111 ms |
| Garbage Collection | 33 ms |
| Parse HTML & CSS | 16 ms |
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.allpageinner > div.leftcolumn > b.highlight > a |
Всего 346 тыс. сайтов, сегодня 1.00 млрд. просмотров, вчера - 1.05 млрд. div.allpage > div.allpageinner > div.leftcolumn > div.statisticbox |
Завести дневник div.rightcolumn > h2 > b.highlight > a |
4 997 303 дневников, 71 293 сообществ, 762 сообщений за последний час div.allpageinner > div.float100 > div.rightcolumn > div.statisticbox |
These are opportunities to improve the legibility of your content.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Артрозы
Рак крови и беременность: Как работает фонд борьбы с лейкемией
Фермен… div.leftcolumn > ul.advertisement > li > dl |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.search > form#GlobalSrcForm > div.textbox > input#searcharea div.search > form#GlobalSrcForm > div.textbox > input#searcharea |
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.float100 > div.rightcolumn > h2 > a.icon div.float100 > div.rightcolumn > h2 > a.icon |
ul.bloglist > li > div.user > a ul.bloglist > li > div.user > a |
ul.bloglist > li > div.user > a ul.bloglist > li > div.user > a |
ul.bloglist > li > div.user > a ul.bloglist > li > div.user > a |
ul.bloglist > li > div.user > a ul.bloglist > li > div.user > a |
ul.bloglist > li > div.user > a ul.bloglist > li > div.user > a |
ul.bloglist > li > div.user > a ul.bloglist > li > div.user > a |
ul.bloglist > li > div.user > a ul.bloglist > li > div.user > a |
ul.bloglist > li > div.user > a ul.bloglist > li > div.user > a |
ul.bloglist > li > div.user > a ul.bloglist > li > div.user > a |
ul.bloglist > li > div.user > a ul.bloglist > li > div.user > a |
body > div.footer > div.footerinner > a body > div.footer > div.footerinner > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Города и регионы div.rating > ul > li > a |
Дом и семья div.rating > ul > li > a |
Игры div.rating > ul > li > a |
Интернет div.rating > ul > li > a |
Кино div.rating > ul > li > a |
Компьютеры div.rating > ul > li > a |
Литература div.rating > ul > li > a |
Музыка div.rating > ul > li > a |
MP3 div.rating > ul > li > a |
Новости, СМИ div.rating > ul > li > a |
Обучение div.rating > ul > li > a |
Погода div.rating > ul > li > a |
Софт div.rating > ul > li > a |
Спорт div.rating > ul > li > a |
div.float100 > div.rightcolumn > h2 > a.icon div.float100 > div.rightcolumn > h2 > a.icon |
© div.footer > div.footerinner > div.copy > a |
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 html |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div#widget-info-11KCh26ZLe > div#MM-social-11KCh26ZLe > a > img div#widget-info-11KCh26ZLe > div#MM-social-11KCh26ZLe > a > img | radio.mediametrics.ru/img/insta.png | 27 x 66 (0.41) | 66 x 66 (1.00) |
div#widget-info-11KCh26ZLe > div#MM-social-11KCh26ZLe > a > img div#widget-info-11KCh26ZLe > div#MM-social-11KCh26ZLe > a > img | radio.mediametrics.ru/img/f.png | 27 x 58 (0.47) | 58 x 58 (1.00) |
div#widget-info-11KCh26ZLe > div#MM-social-11KCh26ZLe > a > img div#widget-info-11KCh26ZLe > div#MM-social-11KCh26ZLe > a > img | radio.mediametrics.ru/img/vk.png | 27 x 58 (0.47) | 58 x 58 (1.00) |
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
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_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_TIMED_OUT | |
Failed to load resource: net::ERR_TIMED_OUT |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback