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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
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.
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.
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.zc8u2b > div.FovMle > div.rWrsVd > img.GZdVwd div.zc8u2b > div.FovMle > div.rWrsVd > img.GZdVwd | /images/branding/productlogos/maps_2025/v1/web-96dp/logo_... | 17.9 KiB | 16.3 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 |
|---|---|
| maps.google.fr/ | 776 ms |
| maps.google.fr/maps | 0.0 ms |
| www.google.fr/maps | 0.0 ms |
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 |
|---|---|---|
| www.google.fr/maps | 197.6 KiB | 89.2 KiB |
| /maps/_/js/k=maps.lite.en.ZZHowdlwmgQ.2021.O/ck=maps.lite... | 170.1 KiB | 64.6 KiB |
| /maps/_/js/k=maps.lite.en.ZZHowdlwmgQ.2021.O/ck=maps.lite... | 49.9 KiB | 35.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 |
|---|---|---|---|
| www.google.fr/maps | 1.3 s | 585 ms | 216 ms |
| /maps/_/js/k=maps.lite.en.ZZHowdlwmgQ.2021.O/m=bootstrap,... | 1.2 s | 941 ms | 0.0 ms |
| Unattributable | 1.0 s | 42 ms | 0.0 ms |
| www.google.com/js/bg/Zd2qDcyUX2wIvPkBdt0eA2aanqqmvid5ojTkZH9iEf0.js | 452 ms | 441 ms | 8.5 ms |
| /maps/_/js/k=maps.lite.en.ZZHowdlwmgQ.2021.O/ck=maps.lite... | 268 ms | 126 ms | 13 ms |
| /maps/_/js/k=maps.lite.en.ZZHowdlwmgQ.2021.O/ck=maps.lite... | 215 ms | 111 ms | 102 ms |
| /maps/_/js/k=maps.lite.en.ZZHowdlwmgQ.2021.O/ck=maps.lite... | 105 ms | 97 ms | 3.3 ms |
| /maps/_/js/k=maps.lite.en.ZZHowdlwmgQ.2021.O/ck=maps.lite... | 93 ms | 58 ms | 9.8 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.5 s |
| Other | 1.3 s |
| Style & Layout | 434 ms |
| Script Parsing & Compilation | 387 ms |
| Garbage Collection | 115 ms |
| Parse HTML & CSS | 87 ms |
| Rendering | 53 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 |
|---|---|
| ParserAborted | Actionable |
| Modal dialog such as form resubmission or http password dialog was shown for the page upon navigating away. | Pending browser support |
| The page did not finish loading before navigating away. | Not actionable |
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 |
|---|---|---|
| .ZuFBwf{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify; … } … | 64.4 KiB | 64.2 KiB |
| html,body{height:100%} … | 46.5 KiB | 34.0 KiB |
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 | |
|---|---|
Google Maps div.LDyojc > div.sT82ee > div.yxqbQ > img.SO6acc | www.google.com/images/branding/lockups/2x/lockup_maps_color_131x24dp.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.
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
Trust and Safety
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.google.fr/maps?entry=ml&utm_campaign=ml-ardi&coh=230964 | Allowed |
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 | |
|---|---|---|---|---|
div > div.Ufej2c > div.Ufej2c > img div > div.Ufej2c > div.Ufej2c > img | blob:https://www.google.fr/1b2f5d0b-cd75-4e49-ba03-17b228e5b00f | 256 x 256 | 256 x 256 | 384 x 384 |
div > div.Ufej2c > div.Ufej2c > img div > div.Ufej2c > div.Ufej2c > img | blob:https://www.google.fr/52cb1cd6-b17a-40c6-8ac4-1db6040f4df0 | 256 x 256 | 256 x 256 | 384 x 384 |
div > div.Ufej2c > div.Ufej2c > img div > div.Ufej2c > div.Ufej2c > img | blob:https://www.google.fr/59cdb4b7-bd36-4623-a105-8514ad513049 | 256 x 256 | 256 x 256 | 384 x 384 |
div > div.Ufej2c > div.Ufej2c > img div > div.Ufej2c > div.Ufej2c > img | blob:https://www.google.fr/9b976417-6ca7-4973-adc2-474ab6d4ad58 | 256 x 256 | 256 x 256 | 384 x 384 |
div > div.Ufej2c > div.Ufej2c > img div > div.Ufej2c > div.Ufej2c > img | blob:https://www.google.fr/a6e62241-3c02-4cc4-83b5-cf74c51f08d8 | 256 x 256 | 256 x 256 | 384 x 384 |
div > div.Ufej2c > div.Ufej2c > img div > div.Ufej2c > div.Ufej2c > img | blob:https://www.google.fr/a9b53a3c-ea7a-4ccb-aef9-5c686e337810 | 256 x 256 | 256 x 256 | 384 x 384 |
div > div.Ufej2c > div.Ufej2c > img div > div.Ufej2c > div.Ufej2c > img | blob:https://www.google.fr/b1cd3fed-55d2-4357-a43a-bd73103702b2 | 256 x 256 | 256 x 256 | 384 x 384 |
div > div.Ufej2c > div.Ufej2c > img div > div.Ufej2c > div.Ufej2c > img | blob:https://www.google.fr/c96dac51-ddb0-4398-9dd2-366da976c394 | 256 x 256 | 256 x 256 | 384 x 384 |
div > div.Ufej2c > div.Ufej2c > img div > div.Ufej2c > div.Ufej2c > img | blob:https://www.google.fr/ca19d455-bbed-4f78-861f-7e2c858f6936 | 256 x 256 | 256 x 256 | 384 x 384 |
div > div.Ufej2c > div.Ufej2c > img div > div.Ufej2c > div.Ufej2c > img | blob:https://www.google.fr/dabea5da-4c1b-4bb9-8bf1-6d7998aa2336 | 256 x 256 | 256 x 256 | 384 x 384 |
div > div.Ufej2c > div.Ufej2c > img div > div.Ufej2c > div.Ufej2c > img | blob:https://www.google.fr/ddb9c4dd-d547-4156-b540-9e37e9db52c7 | 256 x 256 | 256 x 256 | 384 x 384 |
div > div.Ufej2c > div.Ufej2c > img div > div.Ufej2c > div.Ufej2c > img | blob:https://www.google.fr/f725c8ab-2227-483a-bbcf-272dd21ad12d | 256 x 256 | 256 x 256 | 384 x 384 |
General
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.
Crawling and Indexing
Search engines are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Performance issues directly impact user engagement and conversion rates.
| Blocking Directive Source |
|---|
x-robots-tag: noindex,nofollow |
To appear in search results, crawlers need access to your app.