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.
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.
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 |
|---|---|---|
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-S8N9N15MT1 | 156.4 KiB | 66.7 KiB |
| /_/mss/boq-chrome-wdi-lightbrary/_/js/k=boq-chrome-wdi-li... | 188.5 KiB | 65.2 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 |
|---|---|---|---|
| /analysis/https-aistudio-google-com-apps-8a1aa443-e343-43... | 1.3 s | 69 ms | 117 ms |
| /_/mss/boq-chrome-wdi-lightbrary/_/js/k=boq-chrome-wdi-li... | 635 ms | 599 ms | 1.6 ms |
| Unattributable | 378 ms | 7.5 ms | 0.0 ms |
| /_/mss/boq-chrome-wdi-lightbrary/_/js/k=boq-chrome-wdi-li... | 276 ms | 218 ms | 11 ms |
| www.googletagmanager.com/gtag/js?id=G-S8N9N15MT1 | 274 ms | 195 ms | 38 ms |
| /_/mss/boq-chrome-wdi-lightbrary/_/js/k=boq-chrome-wdi-li... | 274 ms | 203 ms | 44 ms |
| /_/mss/boq-chrome-wdi-lightbrary/_/js/k=boq-chrome-wdi-li... | 51 ms | 44 ms | 6.2 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 | 1.4 s |
| Other | 755 ms |
| Style & Layout | 471 ms |
| Rendering | 237 ms |
| Script Parsing & Compilation | 227 ms |
| Parse HTML & CSS | 132 ms |
| Garbage Collection | 59 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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| 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 |
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 |
|---|---|---|
| report-styles.css | 15.9 KiB | 4.8 KiB |
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 |
|---|---|---|
| body,html{height:100%;overflow:hidden} … | 34.9 KiB | 27.9 KiB |
| report-styles.css | 15.9 KiB | 15.9 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 | |
|---|---|
Final Screenshot div#performance > div.lh-category-header > div.lh-category-headercol > img.lh-final-ss-image | |
Screenshot div#screenshot-thumbnails > div.lh-filmstrip > div.lh-filmstrip__frame > img.lh-filmstrip__thumbnail | |
Screenshot div#screenshot-thumbnails > div.lh-filmstrip > div.lh-filmstrip__frame > img.lh-filmstrip__thumbnail | |
Screenshot div#screenshot-thumbnails > div.lh-filmstrip > div.lh-filmstrip__frame > img.lh-filmstrip__thumbnail | |
Screenshot div#screenshot-thumbnails > div.lh-filmstrip > div.lh-filmstrip__frame > img.lh-filmstrip__thumbnail | |
Screenshot div#screenshot-thumbnails > div.lh-filmstrip > div.lh-filmstrip__frame > img.lh-filmstrip__thumbnail | |
Screenshot div#screenshot-thumbnails > div.lh-filmstrip > div.lh-filmstrip__frame > img.lh-filmstrip__thumbnail | |
Screenshot div#screenshot-thumbnails > div.lh-filmstrip > div.lh-filmstrip__frame > img.lh-filmstrip__thumbnail | |
Screenshot div#screenshot-thumbnails > div.lh-filmstrip > div.lh-filmstrip__frame > img.lh-filmstrip__thumbnail | |
Google Developers Logo div.GX2tW > div.UuJ0zd > a > img.Dv5Rkc | gstatic.com/webvitalsdashboard/img/google_developers.svg |
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 |
|---|
header#kO001e > span.yTTzpb > div.VfPpkd-dgl2Hf-ppHlrf-sM5MNb > button.VfPpkd-LgbsSe header#kO001e > span.yTTzpb > div.VfPpkd-dgl2Hf-ppHlrf-sM5MNb > button.VfPpkd-LgbsSe |
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 |
|---|
https://accounts.google.com/v3/signin/identifier?continue= div.YjemHe > div.RtY7Qc > span.h1llh > span.Toa1ad |
%3D1*18jxoze*_up*MQ..%26gclid%3DCjwKCAjwhZDUBhBGEiwAbi5bjoetsyty1ASr_fSL6o5Qwbl… div.YjemHe > div.RtY7Qc > span.h1llh > span.Toa1ad |
https://aistudio.google.com/apps/8a1aa443-e343-43b1-9244-fca856afe044?_gl%3D div.YjemHe > div.RtY7Qc > span.h1llh > span.Toa1ad |
%26 div.YjemHe > div.RtY7Qc > span.h1llh > span.Toa1ad |
%3D div.YjemHe > div.RtY7Qc > span.h1llh > span.Toa1ad |
%26 div.YjemHe > div.RtY7Qc > span.h1llh > span.Toa1ad |
%3D div.YjemHe > div.RtY7Qc > span.h1llh > span.Toa1ad |
%26 div.YjemHe > div.RtY7Qc > span.h1llh > span.Toa1ad |
%3Dtrue&passive div.YjemHe > div.RtY7Qc > span.h1llh > span.Toa1ad |
1209600&flowName=GlifWebSignIn&flowEn div.YjemHe > div.RtY7Qc > span.h1llh > span.Toa1ad |
y=S div.YjemHe > div.RtY7Qc > span.h1llh > span.Toa1ad |
rviceLogin&dsh=S-518547135:1787240865721924 div.YjemHe > div.RtY7Qc > span.h1llh > span.Toa1ad |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
record a trace div.lh-perf-audits > div.lh-audit-group > span.lh-audit-group__description > a |
directly affect div.lh-perf-audits > div.lh-audit-group > span.lh-audit-group__description > a |
conducting an accessibility review div#accessibility > div.lh-audit-group > span.lh-audit-group__description > a |
These are opportunities to improve the legibility of your content.
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 |
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 html |
These items highlight common accessibility best practices.
Best Practices
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 |
|---|
head > meta |
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 |
|---|
100 Accessibility div#accessibility > div.lh-category-header > div.lh-score__gauge > a.lh-gauge__wrapper |
100 Best Practices div#best-practices > div.lh-category-header > div.lh-score__gauge > a.lh-gauge__wrapper |
91 SEO div#seo > div.lh-category-header > div.lh-score__gauge > a.lh-gauge__wrapper |
100
Accessibility div#accessibility > div.lh-category-header > div.lh-score__gauge > a.lh-gauge__wrapper |
100
Best Practices div#best-practices > div.lh-category-header > div.lh-score__gauge > a.lh-gauge__wrapper |
91
SEO div#seo > div.lh-category-header > div.lh-score__gauge > a.lh-gauge__wrapper |
To appear in search results, crawlers need access to your app.
Content Best Practices
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| web.dev/articles/vitals/ | Learn more |
| web.dev/articles/vitals/ | Learn more |
| /docs/lighthouse/pwa/redirects-http/?utm_source=lighthous... | Learn more |
| web.dev/articles/vitals/ | Learn more |
| web.dev/articles/vitals/ | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.