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.
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.
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.
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 |
| mc.yandex.com/metrika/advert.gif?t=gdpr(14)ti(4) | 3600.0 s | 409 B |
| /sync_cookie_image_decide_secondary?cid=25327145&scid=94f... | 0.0 ms | 267 B |
| disk.2gis.com/rubricator/groceryb92f2cf09392e989ec78e9026c3f8a1f.svg | 604800.0 s | 1.2 KiB |
| disk.2gis.com/rubricator/goods54885a80ce4819a89378601544764fe1.svg | 604800.0 s | 1.1 KiB |
| disk.2gis.com/rubricator/eat594ef1a575533c3c1b558ee032dad50c.svg | 604800.0 s | 1.1 KiB |
| /sync_cookie_image_decide?cid=25327145&scid=fc8b6859-1433... | 0.0 ms | 79 B |
| /sync_cookie_image_decide?cid=25327145&scid=4414264b-b26e... | 0.0 ms | 70 B |
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.
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.
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 |
|---|---|---|
| d-assets.2gis.ru/app.2e8768b4ddad7bc68b2e.js | 1.1 MiB | 886.3 KiB |
| d-assets.2gis.ru/rarity.54c06eac54e71c325094.js | 364.7 KiB | 228.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-WBWHTEG07F | 160.3 KiB | 66.5 KiB |
| d-assets.2gis.ru/vendor.84c807e27de31298c2c0.js | 66.2 KiB | 50.3 KiB |
| mc.yandex.ru/metrika/tag.js | 84.5 KiB | 49.5 KiB |
| d-assets.2gis.ru/react.73aed46cec595fcc5c25.js | 65.4 KiB | 25.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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| d-assets.2gis.ru/app.2e8768b4ddad7bc68b2e.js | 70.0 s | 867 ms | 392 ms |
| d-assets.2gis.ru/rarity.54c06eac54e71c325094.js | 8.5 s | 8.1 s | 232 ms |
| Unattributable | 2.9 s | 1.2 s | 0.0 ms |
| d-assets.2gis.ru/core.5b88348a8d69b31f9f2c.js | 1.4 s | 1.4 s | 18 ms |
| d-assets.2gis.ru/react.73aed46cec595fcc5c25.js | 640 ms | 586 ms | 25 ms |
| 2gis.ae/ | 542 ms | 196 ms | 67 ms |
| d-assets.2gis.ru/map3d.e5b25ddeca605c1e7a93.js | 488 ms | 487 ms | 0.6 ms |
| mc.yandex.ru/metrika/tag.js | 364 ms | 306 ms | 33 ms |
| d-assets.2gis.ru/jquery-1.3.2.50af6a12b468a1d91600.js | 300 ms | 198 ms | 11 ms |
| www.googletagmanager.com/gtag/js?id=G-WBWHTEG07F | 192 ms | 112 ms | 60 ms |
| d-assets.2gis.ru/en-po.11dffd054200ab933d0b.js | 80 ms | 59 ms | 21 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 |
|---|---|
| Other | 70.3 s |
| Script Evaluation | 14.2 s |
| Script Parsing & Compilation | 922 ms |
| Garbage Collection | 425 ms |
| Parse HTML & CSS | 125 ms |
| Style & Layout | 121 ms |
| Rendering | 107 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 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 |
|---|---|---|
| d-assets.2gis.ru/afScript/script.js | 17.5 KiB | 7.0 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.
ARIA
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
My location div._47hinf > div._rz58lf5 > div._1abq30r9 > div._m7vswb |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
form > div._11i5b2y > div._1uw08vz > button._1rno74z form > div._11i5b2y > div._1uw08vz > button._1rno74z |
div._rz58lf5 > div._1abq30r9 > div._m7vswb > button._wutyzg div._rz58lf5 > div._1abq30r9 > div._m7vswb > button._wutyzg |
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._gor68n > div._1sizveq > div._5zlfoj > a._krkgna div._gor68n > div._1sizveq > div._5zlfoj > a._krkgna |
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
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.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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. | 2gis.ae/dubai line 232, col 11 |
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 |
|---|---|
Error: [RTL Plugin]: loading failed. Failed to fetch
at https://d-assets.2gis.ru/rarity.54c06eac54e71c325094.js:1:799974 | |
Failed to load resource: net::ERR_TIMED_OUT | |
SecurityError: Failed to register a ServiceWorker for scope ('https://2gis.ae/') with script ('https://2gis.ae/public/service-worker.js'): The script resource is behind a redirect, which is disallowed. | |
The script resource is behind a redirect, which is disallowed. |
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 |
|---|---|
| law.2gis.ae/privacy/cookie | learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.