Lighthouse Mobile
· 0 checks — Mobile 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.
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 |
| /dk;jsessionid=aafd0ac5a3a9da149124fb9a90434a5bbc8970cc06... | 0.0 ms | 877 B |
| /dk;jsessionid=aafd0ac5a3a9da149124fb9a90434a5bbc8970cc06... | 0.0 ms | 459 B |
| /dk;jsessionid=aafd0ac5a3a9da149124fb9a90434a5bbc8970cc06... | 0.0 ms | 458 B |
| /dk;jsessionid=aafd0ac5a3a9da149124fb9a90434a5bbc8970cc06... | 0.0 ms | 458 B |
| /dk;jsessionid=aafd0ac5a3a9da149124fb9a90434a5bbc8970cc06... | 0.0 ms | 458 B |
| r3.mail.ru/k?ok_id=&t=obLD1AAAAAAIAAAA&src=mobile&bci=13070323448944406020 | 7200.0 s | 428 B |
| mc.yandex.com/metrika/advert.gif?t=gdpr(14)ti(4) | 3600.0 s | 187 B |
| /sync_cookie_image_decide_secondary?cid=87663567&scid=bef... | 0.0 ms | 79 B |
| /sync_cookie_image_decide?cid=87663567&scid=e503b250-bff9... | 0.0 ms | 67 B |
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.
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.
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.
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 |
|---|---|---|
| m.ok.ru/mres/css/mobile-main-zmIXP0Fn.css | 61.5 KiB | 59.5 KiB |
| m.ok.ru/mres/react/clips-fullscreen_f8f4b577.css | 30.2 KiB | 30.2 KiB |
| m.ok.ru/mres/react/toast-manager_66e9d392.css | 26.8 KiB | 26.8 KiB |
| m.ok.ru/mres/css/mobile-sm-BQE7t3eI.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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| m.ok.ru/mres/batch/js/reacte58fc505/vendors.js | 1.7 MiB | 1.6 MiB |
| m.ok.ru/mres/batch/js/reacte58fc505/react-loader.js | 915.7 KiB | 804.8 KiB |
| m.ok.ru/mres/batch/js/photos6a361c01/photos.module.js | 243.2 KiB | 212.2 KiB |
| m.ok.ru/mres/batch/js/registrationf815cd9a/landing.module.js | 226.7 KiB | 200.4 KiB |
| m.ok.ru/mres/batch/js/donate73192632/donate.module.js | 226.3 KiB | 200.0 KiB |
| m.ok.ru/mres/batch/js/common/f0a82b76/common.js | 225.3 KiB | 160.9 KiB |
| m.ok.ru/mres/react/clips-fullscreen_dedf91f.js | 178.3 KiB | 97.1 KiB |
| m.ok.ru/mres/react/toast-manager_b464fc79.js | 165.2 KiB | 89.2 KiB |
| mc.yandex.ru/metrika/tag.js | 84.5 KiB | 50.8 KiB |
| m.ok.ru/mres/batch/js/games650a6236/appBottomLaunch.js | 25.2 KiB | 22.3 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
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 | 3.2 s |
| Other | 1.8 s |
| Script Parsing & Compilation | 1.6 s |
| Style & Layout | 557 ms |
| Parse HTML & CSS | 126 ms |
| Garbage Collection | 28 ms |
| Rendering | 26 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 |
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 | |
|---|---|
li > a.login-landing-promo-footer_link > span.ic_w > img.ic-img li > a.login-landing-promo-footer_link > span.ic_w > img.ic-img | m.ok.ru/mres/img/flags/flag_en.png |
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.
Names and labels
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 |
|---|
li > a.login-landing-promo-footer_link > span.ic_w > img.ic-img li > a.login-landing-promo-footer_link > span.ic_w > img.ic-img |
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
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#root html#root |
These items highlight common accessibility best practices.
Best Practices
User Experience
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 > a.login-landing-promo-footer_link > span.ic_w > img.ic-img li > a.login-landing-promo-footer_link > span.ic_w > img.ic-img | m.ok.ru/mres/img/flags/flag_en.png | 17 x 12 | 22 x 16 | 26 x 18 |
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. | m.ok.ru/mres/batch/js/healthPage/accbaa14/coreKeeper.js line 7, col 28175 |
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 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| /dk;jsessionid=aafd0ac5a3a9da149124fb9a90434a5bbc8970cc06... | More |
| m.ok.ru/cookiepolicy | More information |
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 |
|---|
li > a.login-landing-promo-footer_link > span.ic_w > img.ic-img li > a.login-landing-promo-footer_link > span.ic_w > img.ic-img |
Format your HTML in a way that enables crawlers to better understand your app’s content.