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 |
|---|---|---|
| appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js | 86400.0 s | 17.4 KiB |
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.
| URL | Est Savings |
|---|---|
| abs.twimg.com/fonts/v1/chirp-extended-heavy-web.woff2 | 30 ms |
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.
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 |
|---|---|---|
| abs.twimg.com/responsive-web/client-web/main.52d81e4a.js | 286.9 KiB | 147.9 KiB |
| abs.twimg.com/responsive-web/client-web/vendor.7ef16aaa.js | 345.5 KiB | 103.0 KiB |
| abs.twimg.com/responsive-web/client-web/modules.audio.184d9faa.js | 75.8 KiB | 75.3 KiB |
| accounts.google.com/gsi/client | 95.4 KiB | 71.8 KiB |
| abs.twimg.com/responsive-web/client-web/i18n/en.f19ad19a.js | 178.9 KiB | 41.9 KiB |
| abs.twimg.com/responsive-web/client-web/loader.AppModules.219d882a.js | 32.7 KiB | 23.9 KiB |
| abs.twimg.com/responsive-web/client-web/modules.common.469fbc7a.js | 21.0 KiB | 20.7 KiB |
| /responsive-web/client-web/shared~bundle.AudioSpaceDetail... | 22.5 KiB | 20.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 |
|---|---|---|---|
| abs.twimg.com/responsive-web/client-web/main.52d81e4a.js | 2.6 s | 2.3 s | 87 ms |
| abs.twimg.com/responsive-web/client-web/vendor.7ef16aaa.js | 1.3 s | 1.1 s | 118 ms |
| Unattributable | 462 ms | 14 ms | 0.0 ms |
| abs.twimg.com/responsive-web/client-web/ondemand.s.a759306a.js | 202 ms | 167 ms | 1.7 ms |
| /responsive-web/client-web/shared~bundle.Routes~bundle.Lo... | 169 ms | 150 ms | 15 ms |
| x.com/ | 128 ms | 19 ms | 43 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 | 4.0 s |
| Other | 534 ms |
| Script Parsing & Compilation | 474 ms |
| Garbage Collection | 142 ms |
| Style & Layout | 105 ms |
| Parse HTML & CSS | 31 ms |
| Rendering | 15 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 |
| SharedWorkerWithNoActiveClient | Not actionable |
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.
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 |
|---|
Terms of Service div.css-175oi2r > div.css-146c3p1 > a.css-1jxf684 > span.css-1jxf684 |
Cookie Use. div.css-175oi2r > div.css-146c3p1 > a.css-1jxf684 > span.css-1jxf684 |
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 |
These items highlight common accessibility best practices.
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 |
|---|---|
Not signed in with the identity provider. |
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.