Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 100
Based on 8 categories, 0 sections
Room to improve — your 31.9s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cookie '_vm_consent_type' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 14.5 MB (4.7 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/5a9a5cb6-55cb-48de-bd6f-9274bef1c717)<a href="https://beavercheck.com/results/5a9a5cb6-55cb-48de-bd6f-9274bef1c717"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ftheverge.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ftheverge.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 31.9s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
$500 investment → $1.18/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$1.18 /mo
~$14 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,514 / year if left unfixed
$157,500
+4 more
$1.18 /mo
14712.2 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.22 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
31.91 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.22 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.037
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.75 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
34.65 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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 | 55 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 | |
|---|---|---|---|
Werner Herzog is in IMAX, on AI, and over 3D div > div#today-dmcyOnBvc3Q6OTExNjc4 > div._184mfto7 > img.x271pn0 | /wp-content/uploads/sites/2/2026/04/55540001.jpg?quality=... | 63.3 KiB | 49.7 KiB |
Trump’s posting even more AI-generated Trump-Jesus fan art div._1qlu5k4 > div._1ufh7nr8 > div > img.x271pn0 | /wp-content/uploads/sites/2/2026/04/trump-jesus-altered.p... | 13.3 KiB | 12.5 KiB |
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.
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.
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.
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 |
|---|---|
| theverge.com/ | 784 ms |
| www.theverge.com/ | 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.
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 |
|---|---|---|
| 23.6 KiB | 20.5 KiB | |
| www.theverge.com/_next/static/css/8d8893031fe72ff0.css | 31.7 KiB | 17.8 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.theverge.com/metrics/gtm.js?id=GTM-WQ5FM5W | 695.6 KiB | 211.0 KiB |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 177.0 KiB |
| www.theverge.com/_next/static/chunks/pages/_app-ab7ce795839f258f.js | 441.0 KiB | 170.1 KiB |
| /pagead/managed/js/gpt/m202604150101/pubads_impl.js?cb=31... | 189.2 KiB | 129.4 KiB |
| /assets/smart-tag/versioned/main-v2_a8ec0b4e51efd1e1ddbdf... | 116.2 KiB | 87.4 KiB |
| www.theverge.com/metrics/gtd?id=AW-926030959&cx=c>m=4e64e1 | 142.7 KiB | 73.4 KiB |
| cdn.bullwhip.cloud/sonar/vox-verge.umd.js | 124.0 KiB | 67.9 KiB |
| www.theverge.com/metrics/?id=G-9GXHZT6RVE&cx=c>m=4e64e1 | 155.6 KiB | 64.3 KiB |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 128.8 KiB | 60.5 KiB |
| client.aps.amazon-adsystem.com/publisher.js | 90.5 KiB | 38.2 KiB |
| /assets/smart-tag/versioned/ads-v2_fdaa8d77359124608f52c1... | 41.5 KiB | 33.4 KiB |
| cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.js | 47.8 KiB | 24.1 KiB |
| assets.bounceexchange.com/assets/bounce/jquery-3.7.1.min.js | 30.3 KiB | 23.0 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 | 7.9 s |
| Other | 2.2 s |
| Style & Layout | 1.0 s |
| Script Parsing & Compilation | 787 ms |
| Garbage Collection | 509 ms |
| Rendering | 449 ms |
| Parse HTML & CSS | 174 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.
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.
Sponsor Logo div._8tvx5mc > div._8tvx5m6 > div._8tvx5mh > img._8tvx5mg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 |
|---|
Ben McKenzie vs. crypto div > div > div._1xwtict9 > a._1lkmsmo0 |
DAVID PIERCE span > span._1lldluw3 > span > span |
Can Puck reinvent the news business for the influencer age? div > div > div._1xwtict9 > a._1lkmsmo0 |
NILAY PATEL span > span._1lldluw3 > span > span |
How AT&T created the most iconic phone ever div > div > div._1xwtict9 > a._1lkmsmo0 |
DAVID PIERCE span > span._1lldluw3 > span > span |
Fear and loathing at OpenAI div > div > div._1xwtict9 > a._1lkmsmo0 |
DAVID PIERCE span > span._1lldluw3 > span > span |
The AI industry’s race for profits is now existential div > div > div._1xwtict9 > a._1lkmsmo0 |
NILAY PATEL span > span._1lldluw3 > span > span |
These are opportunities to improve the legibility of your content.
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 > div.duet--media--content-warning > div#dmcyOmltYWdlOjkxMjM0MQ== > a.kqz8fh1 div > div.duet--media--content-warning > div#dmcyOmltYWdlOjkxMjM0MQ== > a.kqz8fh1 |
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.
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 Policy div._1twvhsd0 > ul._1twvhsd1 > li._1twvhsd2 > a._1twvhsd3 |
Licensing FAQ 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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
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.
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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.19 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.21 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
289 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.007
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.43 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
7.05 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
| URL | Est Savings |
|---|---|
| fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 | 55 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.
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.
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 | |
|---|---|---|---|
Werner Herzog is in IMAX, on AI, and over 3D div > div#today-dmcyOnBvc3Q6OTExNjc4 > div._184mfto7 > img.x271pn0 | /wp-content/uploads/sites/2/2026/04/55540001.jpg?quality=... | 48.9 KiB | 22.7 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 |
|---|---|
| theverge.com/ | 201 ms |
| www.theverge.com/ | 0.0 ms |
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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.theverge.com/metrics/gtm.js?id=GTM-WQ5FM5W | 695.6 KiB | 212.8 KiB |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 177.0 KiB |
| www.theverge.com/_next/static/chunks/pages/_app-ab7ce795839f258f.js | 441.0 KiB | 170.1 KiB |
| /pagead/managed/js/gpt/m202604130101/pubads_impl.js?cb=31... | 187.5 KiB | 129.0 KiB |
| /assets/smart-tag/versioned/main-v2_a8ec0b4e51efd1e1ddbdf... | 116.2 KiB | 87.3 KiB |
| www.theverge.com/metrics/gtd?id=AW-926030959&cx=c>m=4e64e1&bs=ctrl | 142.7 KiB | 72.5 KiB |
| cdn.bullwhip.cloud/sonar/vox-verge.umd.js | 124.0 KiB | 67.9 KiB |
| www.theverge.com/metrics/?id=G-9GXHZT6RVE&cx=c>m=4e64e1&bs=ctrl | 155.6 KiB | 64.2 KiB |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 128.8 KiB | 60.5 KiB |
| client.aps.amazon-adsystem.com/publisher.js | 90.5 KiB | 37.5 KiB |
| /assets/smart-tag/versioned/ads-v2_fdaa8d77359124608f52c1... | 41.5 KiB | 33.4 KiB |
| assets.bounceexchange.com/assets/bounce/jquery-3.7.1.min.js | 30.3 KiB | 23.0 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.theverge.com/_next/static/chunks/pages/_app-ab7ce795839f258f.js | 585 ms | 453 ms | 49 ms |
| www.theverge.com/ | 399 ms | 7.8 ms | 0.2 ms |
| Unattributable | 387 ms | 24 ms | 0.0 ms |
| /pagead/managed/js/gpt/m202604130101/pubads_impl.js?cb=31... | 384 ms | 310 ms | 11 ms |
| www.theverge.com/_next/static/chunks/framework-8e0f3cf51af7b1e2.js | 326 ms | 312 ms | 4.8 ms |
| cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.js | 215 ms | 172 ms | 6.5 ms |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otTCF.js | 189 ms | 173 ms | 1.4 ms |
| www.theverge.com/metrics/gtm.js?id=GTM-WQ5FM5W | 101 ms | 83 ms | 16 ms |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 82 ms | 50 ms | 9.8 ms |
| client.aps.amazon-adsystem.com/publisher.js | 79 ms | 70 ms | 6.7 ms |
| www.theverge.com/metrics/?id=G-9GXHZT6RVE&cx=c>m=4e64e1&bs=ctrl | 63 ms | 53 ms | 9.5 ms |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 58 ms | 35 ms | 18 ms |
| www.theverge.com/metrics/gtd?id=AW-926030959&cx=c>m=4e64e1&bs=ctrl | 52 ms | 42 ms | 9.9 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.1 s |
| Other | 494 ms |
| Style & Layout | 232 ms |
| Script Parsing & Compilation | 199 ms |
| Garbage Collection | 135 ms |
| Rendering | 128 ms |
| Parse HTML & CSS | 36 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 |
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.
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.
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.
Sponsor Logo div._8tvx5mc > div._8tvx5m6 > div._8tvx5mh > img._8tvx5mg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 |
|---|
DAVID PIERCE span > span._1lldluw3 > span > span |
NILAY PATEL span > span._1lldluw3 > span > span |
DAVID PIERCE span > span._1lldluw3 > span > span |
DAVID PIERCE span > span._1lldluw3 > span > span |
NILAY PATEL span > span._1lldluw3 > span > span |
These are opportunities to improve the legibility of your content.
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 > div.duet--media--content-warning > div#dmcyOmltYWdlOjkxMjM0MQ== > a.kqz8fh1 div > div.duet--media--content-warning > div#dmcyOmltYWdlOjkxMjM0MQ== > a.kqz8fh1 |
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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Tech
Reviews
Science
Entertainment
AI
Policy div._1ckl8uw3 > div._1ckl8uw4 > nav._1ckl8uwc > ul._18l06ho1 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
SIGN IN div._1ckl8uw4 > div._1wnt6o310 > div._6cuzo20 > a._6cuzo22 |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
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.
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.
Send Feedback