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.
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 |
|---|---|
| fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 | 45 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
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 | |
|---|---|---|---|
Mira Murati’s deposition pulled back the curtain on Sam Altman’s ouster div.q0eggf1 > div.duet--content-cards--content-card > div._184mfto9 > img._1ymtmqpm | /wp-content/uploads/sites/2/2026/05/VRG_Illo_mira-murati_... | 60.0 KiB | 29.7 KiB |
Nanoleaf bets its future on robots, red light therapy, and AI div.wu3ggx2 > div.duet--content-cards--content-card > div._1ufh7nr8 > img._1ufh7nrf | /wp-content/uploads/sites/2/2026/05/Nanoleaf-AI-Robotics-... | 16.3 KiB | 15.4 KiB |
The AI RAM shortage is also driving up SSD prices div.duet--content-cards--content-card > div._1ufh7nr7 > div > img.x271pn0 | /wp-content/uploads/sites/2/2025/12/STKS523_RAM_SHORTAGE_... | 14.5 KiB | 13.6 KiB |
The future of game consoles is looking bleak div._1e7jslx6 > div.duet--content-cards--content-card > div._184mfto7 > img.x271pn0 | /wp-content/uploads/sites/2/2025/06/257796_Nintendo_Switc... | 23.7 KiB | 12.4 KiB |
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.
Diagnostics
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 |
|---|---|---|
| www.theverge.com/_next/static/css/67c4bd3a29d2225c.css | 31.8 KiB | 24.2 KiB |
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.theverge.com/metrics/gtm.js?id=GTM-WQ5FM5W | 696.8 KiB | 222.0 KiB |
| www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.js | 364.0 KiB | 174.5 KiB |
| www.theverge.com/_next/static/chunks/pages/_app-f75b2ad9d5bd8b03.js | 441.0 KiB | 169.2 KiB |
| /pagead/managed/js/gpt/m202605050101/pubads_impl.js?cb=31... | 189.8 KiB | 97.5 KiB |
| /metrics/3OIhdyKSg7ILr-TYryvmVkhWGm3dzNJdD1cs_QpJ8CF0wXM1... | 143.0 KiB | 74.5 KiB |
| cdn.bullwhip.cloud/sonar/vox-verge.umd.js | 125.3 KiB | 69.1 KiB |
| /assets/smart-tag/versioned/main-v2_63e84cd7813c827315a19... | 116.1 KiB | 67.0 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.8 KiB | 53.8 KiB |
| cdn.doubleverify.com/dv-measurements9836.js | 94.5 KiB | 36.5 KiB |
| client.aps.amazon-adsystem.com/publisher.js | 82.2 KiB | 34.6 KiB |
| /assets/smart-tag/versioned/ads-v2_fc3e31023132eb6682f46b... | 42.0 KiB | 31.8 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.
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 | 10.5 s |
| Other | 2.3 s |
| Script Parsing & Compilation | 825 ms |
| Style & Layout | 684 ms |
| Garbage Collection | 450 ms |
| Rendering | 275 ms |
| Parse HTML & CSS | 162 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 |
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.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie Settings div._1twvhsd0 > ul._1twvhsd1 > li._1twvhsd2 > button#ot-sdk-btn |
Cookie Policy div._1twvhsd0 > ul._1twvhsd1 > li._1twvhsd2 > a._1twvhsd3 |
Platform Status div._1twvhsd0 > ul._1twvhsd1 > li._1twvhsd2 > a._1twvhsd3 |
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 |
|---|---|
Failed to load resource: the server responded with a status of 401 () |
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.
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.