Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| mc.yandex.ru/metrika/tag.js | 3600.0 s | 85.1 KiB |
| privacy-cs.mail.ru/static/sync-loader.js | 600.0 s | 21.9 KiB |
| ad.mail.ru/static/sync-loader.js?v=2 | 600.0 s | 21.9 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| r3.mail.ru/k?fver=0.0&ok_id=&t=&bci=4668808804409235607&src=desktop | 7200.0 s | 428 B |
| mc.yandex.com/metrika/advert.gif?t=gdpr(14)ti(4) | 3600.0 s | 316 B |
| /sync_cookie_image_decide?cid=87663567&scid=8986df65-5063... | 0.0 ms | 242 B |
| /sync_cookie_image_decide_secondary?cid=87663567&scid=417... | 0.0 ms | 79 B |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
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 |
|---|---|---|
| st-ok.cdn-vk.ru/res/css/login_dmnsraol.css | 181.8 KiB | 179.5 KiB |
| st-ok.cdn-vk.ru/res/css/ncore_bihfpicx.css | 164.7 KiB | 160.1 KiB |
| st-ok.cdn-vk.ru/res/react/auth-login-popup/auth-login-popup-latest-UX2TWZDT.css | 84.3 KiB | 76.5 KiB |
| st-ok.cdn-vk.ru/res/react/auth-login_vkid-form-adapter_3f194bba.css | 61.5 KiB | 54.6 KiB |
| st-ok.cdn-vk.ru/res/react/components_e52be599.css | 42.3 KiB | 42.3 KiB |
| st-ok.cdn-vk.ru/res/react/vendor/@ok_common_design-system.web.css-11.6.0.css | 41.2 KiB | 41.2 KiB |
| st-ok.cdn-vk.ru/res/react/toolbar-search/toolbar-search-latest-CZUV6X34.css | 13.3 KiB | 12.9 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
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 reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| st-ok.cdn-vk.ru/res/js/require-2.1.11_kyyqpj4q.js | 1.0 s | 959 ms | 1.2 ms |
| Unattributable | 518 ms | 55 ms | 0.0 ms |
| ok.ru/ | 284 ms | 32 ms | 13 ms |
| st-ok.cdn-vk.ru/res/js/FrameRateLogger_ntfq6pmy.js | 254 ms | 74 ms | 0.2 ms |
| privacy-cs.mail.ru/static/sync-loader.js | 164 ms | 135 ms | 3.4 ms |
| st-ok.cdn-vk.ru/res/react/vendor/@vkontakte_icons-2.169.0-amd.js | 151 ms | 0.6 ms | 150 ms |
| yandex.ru/ads/system/context.js | 137 ms | 105 ms | 14 ms |
| www.googletagmanager.com/gtag/js?id=G-GEGXS3ELM6&cx=c>m=4e64f0 | 119 ms | 93 ms | 24 ms |
| www.googletagmanager.com/gtm.js?id=GTM-WFHQQ63 | 108 ms | 91 ms | 15 ms |
| mc.yandex.ru/metrika/tag.js | 92 ms | 78 ms | 10 ms |
| st-ok.cdn-vk.ru/res/react/vendor/@ok_common_design-system-11.6.0-amd.js | 81 ms | 0.5 ms | 80 ms |
| st-ok.cdn-vk.ru/res/react/vendors_96c0234e.js | 78 ms | 56 ms | 9.3 ms |
| www.google-analytics.com/analytics.js | 67 ms | 61 ms | 2.0 ms |
| yastatic.net/partner-code-bundles/1304600/24ec1381af6bc52b.js | 65 ms | 39 ms | 25 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.2 s |
| Other | 808 ms |
| Script Parsing & Compilation | 660 ms |
| Style & Layout | 236 ms |
| Parse HTML & CSS | 78 ms |
| Garbage Collection | 43 ms |
| Rendering | 28 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| 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 |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| st-ok.cdn-vk.ru/res/react/auth-login-popup/auth-login-popup-latest-UX2TWZDT.css | 84.6 KiB | 9.6 KiB |
| st-ok.cdn-vk.ru/res/react/vendor/@ok_common_design-system.web.css-11.6.0.css | 41.6 KiB | 5.0 KiB |
| st-ok.cdn-vk.ru/res/react/toolbar-search/toolbar-search-latest-CZUV6X34.css | 13.7 KiB | 2.2 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
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.
Contrast
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.toolbar_search_search-wrapper > div.toolbar_search_container4 > label.toolbar_search_label > input.toolbar_search_input div.toolbar_search_search-wrapper > div.toolbar_search_container4 > label.toolbar_search_label > input.toolbar_search_input |
Sign in form > button.vkuiInternalTappable > span.vkuiButton__in > span.vkuiButton__content |
These are opportunities to improve the legibility of your content.
Names and labels
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 |
|---|
body.h-mod > input#adaptive-nav-switcher body.h-mod > input#adaptive-nav-switcher |
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.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | line 326, col 17 |
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 |
|---|---|
Uncaught Error: [mobx] There are multiple, different versions of MobX active. Make sure MobX is loaded only once or use `configure({ isolateGlobalState: true })` |
SEO
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.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| ok.ru/cookiepolicy | More information |
Format your HTML in a way that enables crawlers to better understand your app’s content.