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.4 KiB |
| mc.yandex.com/metrika/advert.gif?t=gdpr(14)ti(4) | 3600.0 s | 374 B |
| /sync_cookie_image_decide_secondary?cid=1173931&scid=e974... | 0.0 ms | 79 B |
| /sync_cookie_image_decide?cid=1173931&scid=3d68e6eb-c9ec-... | 0.0 ms | 67 B |
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 |
|---|---|---|
| yastatic.net/s3/clicker/1.23.0/critical-css.css | 2.1 KiB | 971 ms |
| yastatic.net/s3/clicker/1.23.0/main.css | 10.0 KiB | 190 ms |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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.
Diagnostics
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 |
|---|---|---|
| yastatic.net/s3/clicker/1.23.0/main.ru.js | 144.1 KiB | 103.5 KiB |
| yastatic.net/s3/clicker/1.23.0/98.ru.js | 131.4 KiB | 82.6 KiB |
| mc.yandex.ru/metrika/tag.js | 84.7 KiB | 47.7 KiB |
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
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.main-screen__shortener-container > div.shortener > div.shortener__url-input-container > button.button div.main-screen__shortener-container > div.shortener > div.shortener__url-input-container > button.button |
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.main-screen > div.main-screen__container > div.app-logo > a.link div.main-screen > div.main-screen__container > div.app-logo > a.link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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.screen__content > div.main-screen > div.main-screen__container > span.main-screen__text |
Помощь div.footer__links-container > div.footer__link > a.link > span.link__text |
© 2010–2026 ООО «ЯНДЕКС» div.footer > div.footer__right-content > div.footer__copyright > span.copyright |
ЯНДЕКС div.footer__copyright > span.copyright > a.link > span.link__text |
These are opportunities to improve the legibility of your content.
Best Practices
General
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 |
|---|---|
mc.yandex.ru/metrika/tag.js line 459, col 17 | Connecting to 'wss://mc.yandex.com/solid.ws' violates the following Content Security Policy directive: "connect-src 'self' https://mc.yandex.ru https://mc.yandex.by https://mc.yandex.kz https://mc.yandex.uz https://mc.yandex.com https://mc.yandex.com.tr https://mc-test.yandex.ru https://mc-test.yandex.by https://mc-test.yandex.kz https://mc-test.yandex.uz https://mc-test.yandex.com https://mc-test.yandex.com.tr https://metrika.yandex.ru https://metrika.yandex.by https://metrika.yandex.kz https://metrika.yandex.uz https://metrika.yandex.com https://metrika.yandex.com.tr https://metrica.yandex.ru https://metrica.yandex.by https://metrica.yandex.kz https://metrica.yandex.uz https://metrica.yandex.com https://metrica.yandex.com.tr https://informer.yandex.ru https://informer.yandex.by https://informer.yandex.kz https://informer.yandex.uz https://informer.yandex.com https://informer.yandex.com.tr mc.admetrica.ru yastatic.net". The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Помощь div.footer > div.footer__links-container > div.footer__link > a.link |
To appear in search results, crawlers need access to your app.