Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Room to improve — your 33.2s 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.
Strong compliance posture across regulations.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
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.
HSTS header is missing
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 29.2 MB (12.2 MB transferred)
Performance issues directly impact user engagement and conversion rates.
30 image(s) missing alt attribute
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/863559a7-9b4c-448f-8003-8a5900847686)<a href="https://beavercheck.com/results/863559a7-9b4c-448f-8003-8a5900847686"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwired.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwired.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 33.2s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~27%.
Page takes 33.2s to load
+12% bounceUsers abandon at ~3s — you're 30.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.3s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $3.06/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$3.06 /mo
~$37 / 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,128 / month at risk
~$157,537 / year if left unfixed
$157,500
+1 more
$3.06 /mo
38224.6 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.
4.49 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
33.20 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.34 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.15 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.
42.47 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.
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.
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 | |
|---|---|---|---|
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dea084bbe4a9ff56b3014b/1:1/w_640,c_limit/AL-Lab... | 113.6 KiB | 107.4 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/68a91d240ff15a77d5c4a427/1:1/w_640,c_limit/Which ... | 94.9 KiB | 91.8 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/685f10e6472f227b69cc9560/1:1/w_640,c_limit/The Be... | 84.8 KiB | 81.6 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69df1b43d64f8f9661da102a/1:1/w_640,c_limit/The-Be... | 80.8 KiB | 77.6 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/686729e7c3e228b35983727d/1:1/w_640,c_limit/Best W... | 80.5 KiB | 77.3 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69decbf74d898774bc720f4f/1:1/w_640,c_limit/Avatar... | 39.1 KiB | 35.4 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dec7e359777aa741957731/1:1/w_640,c_limit/Amazon... | 33.8 KiB | 30.6 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d5747914cc7e3430d8e8cc/1:1/w_640,c_limit/pol_Tr... | 30.2 KiB | 27.4 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dfb6527e53dbff73e9fde2/1:1/w_640,c_limit/GettyI... | 29.3 KiB | 26.5 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d681be0aa0c0c6d4da5c6c/1:1/w_640,c_limit/GettyI... | 19.4 KiB | 17.6 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.
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.
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 |
|---|---|
| wired.com/ | 788 ms |
| www.wired.com/ | 0.0 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| martech.condenastdigital.com/lib/martech.js | 117.1 KiB | 34.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.
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.wired.com/verso/static/1113.b582e0d60b9bf07385ec.js | 480.8 KiB | 241.0 KiB |
| www.wired.com/verso/static/2880.865952f35702ddfb7152.js | 328.6 KiB | 160.4 KiB |
| /pagead/managed/js/gpt/m202604100101/pubads_impl.js | 186.4 KiB | 144.2 KiB |
| www.wired.com/verso/static/2519.91e6c4f5955cf5c4d54c.js | 304.1 KiB | 143.5 KiB |
| www.wired.com/verso/static/1292.40f59c87ae47d8b12033.js | 144.5 KiB | 108.3 KiB |
| martech.condenastdigital.com/lib/martech.js | 117.1 KiB | 75.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5HBJC2K&l=dataLayer | 203.5 KiB | 71.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PVBXQMCR>m=4e64e1h1 | 119.6 KiB | 60.6 KiB |
| news.google.com/swg/js/v1/swg.js | 68.9 KiB | 46.5 KiB |
| cdn.gladly.com/assets/chat-sdk/apiBootstrap~2cfce1229b40af21.js | 43.0 KiB | 23.9 KiB |
| /assets/chat-sdk/vendor-node_modules_reduxjs_toolkit_dist... | 46.7 KiB | 22.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 | 5.5 s |
| Style & Layout | 1.8 s |
| Script Parsing & Compilation | 1.2 s |
| Other | 1.1 s |
| Garbage Collection | 200 ms |
| Parse HTML & CSS | 143 ms |
| Rendering | 136 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| The page has an unload handler in a sub frame. | 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 |
|---|---|---|
| .dZoWtJ { margin: 0px; } … | 47.6 KiB | 5.3 KiB |
| /* Show Continue without Accepting a.k.a. dismiss */ .pri_1cbe431f-25a8-4af9-8ee7-61e8645c2b94 .fid… | 32.7 KiB | 3.2 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 |
|---|---|---|
| /* Show Continue without Accepting a.k.a. dismiss */ .pri_1cbe431f-25a8-4af9-8ee7-61e8645c2b94 .fid… | 32.7 KiB | 32.5 KiB |
| .dZoWtJ { margin: 0px; } … | 47.6 KiB | 30.5 KiB |
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.
| URL | |
|---|---|
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69deb8f5fa20dbfacc2b0a3c/3:2/w_640,c_limit/041426... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d6f6552ce2d8ce963cfb39/16:9/w_640,c_limit/Made-... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69c138458ee963c6c9d0d018/16:9/w_640,c_limit/war-m... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/63517ff717fba1b3a9d6c026/16:9/w_640,c_limit/Nepen... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dd3923d295d33b0cbbe7c1/16:9/w_640,c_limit/Big-I... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69decbf74d898774bc720f4f/1:1/w_640,c_limit/Avatar... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dea084bbe4a9ff56b3014b/1:1/w_640,c_limit/AL-Lab... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dec7e359777aa741957731/1:1/w_640,c_limit/Amazon... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dfb6527e53dbff73e9fde2/1:1/w_640,c_limit/GettyI... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d5747914cc7e3430d8e8cc/1:1/w_640,c_limit/pol_Tr... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d681be0aa0c0c6d4da5c6c/1:1/w_640,c_limit/GettyI... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69c342b9ea56e672b4eef391/1:1/w_640,c_limit/240203... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69cd244228d35b2c1dfa6820/1:1/w_640,c_limit/excerp... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69c5c6fcd03999521bd70374/1:1/w_640,c_limit/Deicer... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d56806948761f395b6962c/1:1/w_640,c_limit/Model-... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d585fca17189a9bfdc3917/1:1/w_640,c_limit/AI-Lab... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d5729e948761f395b6963a/1:1/w_640,c_limit/politi... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69cec0fd316700facf30df24/1:1/w_640,c_limit/Backch... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6995f4e36d0b5a054ae3e684/1:1/w_640,c_limit/things... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6984c757373aa7c9b0691945/1:1/w_640,c_limit/WIRED_... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/696bb6f2b0c775c788d0ce97/1:1/w_640,c_limit/0403_W... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6942c596ccb20d7f6624aac2/1:1/w_640,c_limit/ETW-To... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/59cacaede7a725360459fd2d/1:1/w_640,c_limit/DSC_40... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/5c1c75ed59e96b0db4565b2d/1:1/w_640,c_limit/PanAm-... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6451677ceb3f06fa8140cd63/1:1/w_640,c_limit/WI0601... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/62cc3e03e0140c38a4e49be3/1:1/w_640,c_limit/Influe... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69df1b43d64f8f9661da102a/1:1/w_640,c_limit/The-Be... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/685f10e6472f227b69cc9560/1:1/w_640,c_limit/The Be... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/686729e7c3e228b35983727d/1:1/w_640,c_limit/Best W... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/68a91d240ff15a77d5c4a427/1:1/w_640,c_limit/Which ... |
WIRED a > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | www.wired.com/verso/static/wired-us/assets/logo-reverse.svg |
Backpack-Wearing Humanoid Robot Celebrates After Chasing Wild Boars Into Forest div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Nessa Barrett Answers The Web's Most Searched Questions div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The Big Interview: Silicon Valley Is Spending Millions to Stop One of Its Own div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Trump on ‘AI Jesus’ Picture: ‘I Thought It Was Me as a Doctor’ div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Home Inspector Answers House Safety Questions div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
After Two Weeks Of Using This Pocket-Sized Red Light I Noticed A Difference div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Fender’s Portable Speaker Is Made For Musicians - But It Lacks An App div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
5 Home Coffee Machines, 1 Winner div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Elon Musk Robot Dog Found Wandering Streets Of San Francisco div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
What Happens If A US President Orders A Nuclear Strike? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Navigation Area header.OneNavContainer-kolMaZ > div.OneNavRowGrid-dOvkpA > div.OneNavRowContent-iBmA-dB > div.OneNavAreaContainer-bbElNi |
Navigation Area header.OneNavContainer-kolMaZ > div.OneNavRowGrid-dOvkpA > div.OneNavRowContent-iBmA-dB > div.OneNavAreaContainer-bbElNi |
Navigation Area header.OneNavContainer-kolMaZ > div.OneNavRowGrid-dOvkpA > div.OneNavRowContent-iBmA-dB > div.OneNavAreaContainer-bbElNi |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
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.
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 |
|---|
SUBSCRIBE div.CTAWrapper-bmUbTy > div.journey-unit__container > div.NavCTALinkContainer-ZsoAz > a.NavCTALink-brNKFz |
In the Wake of Anthropic’s Mythos, OpenAI Has a New Cybersecurity Model—and Str… div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
The Internet's Most Powerful Archiving Tool Is in Peril div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
The Best iPhone 17 Cases and Accessories—We’ve Tested More Than 100 div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
Uncanny Valley: OpenAI and Musk Fight Again; DOJ Mishandles Voter Data; Artemis… div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
Uncanny Valley: Iran’s Threats on US Tech, Trump’s Plans for Midterms, and Poly… div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | www.wired.com/verso/static/1113.b582e0d60b9bf07385ec.js line 32689, col 7551 |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 |
|---|---|
www.wired.com/verso/static/2519.91e6c4f5955cf5c4d54c.js line 6894, col 16890 | Error: Recommendations API URL is missing
at https://www.wired.com/verso/static/2519.91e6c4f5955cf5c4d54c.js:6895:16891
at https://www.wired.com/verso/static/2519.91e6c4f5955cf5c4d54c.js:6895:17247
at tu (https://www.wired.com/verso/static/2880.865952f35702ddfb7152.js:2:696225)
at bl (https://www.wired.com/verso/static/2880.865952f35702ddfb7152.js:2:716189)
at il (https://www.wired.com/verso/static/2880.865952f35702ddfb7152.js:2:708580)
at Yo (https://www.wired.com/verso/static/2880.865952f35702ddfb7152.js:2:649972)
at https://www.wired.com/verso/static/2880.865952f35702ddfb7152.js:2:715021
at vl (https://www.wired.com/verso/static/2880.865952f35702ddfb7152.js:2:715026)
at nl (https://www.wired.com/verso/static/2880.865952f35702ddfb7152.js:2:707588)
at w (https://www.wired.com/verso/static/2880.865952f35702ddfb7152.js:2:733199) |
Uncaught (in promise) No config could be discovered in the page |
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.
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 |
|---|
Photo Illustration of Man in Suit on a Gradient Background with Crosses all Aro… div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
Portrait of Altman in profile. div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
Image may contain Outdoors Water Architecture Building Terminal and Factory div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
Photo Illustration of Checkered Background with a Small Window in the Center an… div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
Detail of a Microsoft Surface Pro X laptop div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
Image may contain Computer Electronics Laptop and Pc div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
Image may contain Clothing Glove Cleaning Person Body Part Finger and Hand div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
STAR WARS MAUL SHADOW LORD from left Devon Izara Maul . photo ©DisneyCourtes… div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
SAN FRANCISCO CALIFORNIA MARCH 04 Elon Musk arrives at federal court on March … div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.25 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.66 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
211 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.028
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.46 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.
9.02 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.
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 |
|---|---|
| player-frontend.cnevids.com/assets/fonts/sf-ui-display-medium-webfont.woff2 | 330 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.
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.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dea084bbe4a9ff56b3014b/1:1/w_1024,c_limit/AL-La... | 254.2 KiB | 251.6 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dd3923d295d33b0cbbe7c1/16:9/w_1600,c_limit/Big-... | 193.6 KiB | 188.5 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69c342b9ea56e672b4eef391/1:1/w_1024,c_limit/24020... | 161.9 KiB | 159.4 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/68a91d240ff15a77d5c4a427/1:1/w_1024,c_limit/Which... | 146.1 KiB | 145.0 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/685f10e6472f227b69cc9560/1:1/w_1024,c_limit/The%2... | 131.3 KiB | 130.3 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69df1b43d64f8f9661da102a/1:1/w_1024,c_limit/The-B... | 127.5 KiB | 126.4 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/686729e7c3e228b35983727d/1:1/w_1024,c_limit/Best%... | 125.0 KiB | 123.9 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69deb8f5fa20dbfacc2b0a3c/3:2/w_1280,c_limit/04142... | 150.1 KiB | 118.6 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69decbf74d898774bc720f4f/1:1/w_1024,c_limit/Avata... | 107.7 KiB | 106.0 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d6f6552ce2d8ce963cfb39/16:9/w_1280,c_limit/Made... | 149.0 KiB | 96.5 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69c5c6fcd03999521bd70374/1:1/w_1024,c_limit/Deice... | 78.8 KiB | 77.6 KiB |
SAN FRANCISCO CALIFORNIA MARCH 04 Elon Musk arrives at federal court on March … a.BaseText-fEwdHD > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d6926e086e0b260828bcc2/16:9/w_640,c_limit/Uncan... | 83.6 KiB | 72.3 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dfb6527e53dbff73e9fde2/1:1/w_1024,c_limit/Getty... | 73.4 KiB | 72.3 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dec7e359777aa741957731/1:1/w_1024,c_limit/Amazo... | 67.2 KiB | 66.2 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69cd244228d35b2c1dfa6820/1:1/w_1024,c_limit/excer... | 65.3 KiB | 64.3 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d5747914cc7e3430d8e8cc/1:1/w_1024,c_limit/pol_T... | 63.7 KiB | 62.7 KiB |
Photo Illustration of Checkered Background with a Small Window in the Center an… a.BaseText-fEwdHD > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69de82bee716e7137086c443/16:9/w_640,c_limit/Busin... | 57.7 KiB | 46.4 KiB |
Image may contain Outdoors Water Architecture Building Terminal and Factory a.BaseText-fEwdHD > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69debc4d4d898774bc720bdd/16:9/w_640,c_limit/Getty... | 45.2 KiB | 34.0 KiB |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d681be0aa0c0c6d4da5c6c/1:1/w_1024,c_limit/Getty... | 34.4 KiB | 33.9 KiB |
Photo Illustration of Man in Suit on a Gradient Background with Crosses all Aro… a.BaseText-fEwdHD > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dd3c751720dda876aeb968/16:9/w_640,c_limit/Polit... | 40.4 KiB | 29.1 KiB |
Image may contain Clothing Glove Cleaning Person Body Part Finger and Hand a.BaseText-fEwdHD > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dd8fff41310264a14475b8/16:9/w_640,c_limit/X-Bot... | 39.9 KiB | 28.6 KiB |
Image may contain Computer Electronics Laptop and Pc a.BaseText-fEwdHD > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69cd64e418a74289dad2a58d/16:9/w_640,c_limit/hp-om... | 19.3 KiB | 13.5 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 |
|---|---|
| wired.com/ | 456 ms |
| www.wired.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
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.wired.com/verso/static/2880.865952f35702ddfb7152.js | 523 ms | 403 ms | 26 ms |
| www.wired.com/ | 452 ms | 23 ms | 35 ms |
| Unattributable | 390 ms | 20 ms | 0.0 ms |
| www.wired.com/verso/static/presenter-bundles.d7384530fdc10d8b1f48.js | 388 ms | 374 ms | 2.7 ms |
| imasdk.googleapis.com/js/sdkloader/gpt_proxy.js | 207 ms | 183 ms | 2.5 ms |
| player-frontend.cnevids.com/player/main-edfa691b41733ec3dcc1.js | 179 ms | 94 ms | 19 ms |
| privacy.condenastdigital.com/fides.js?property_id=FDS-LV9IAK | 143 ms | 79 ms | 34 ms |
| /qH28mNiLICF0mnwYiynxHQrmSxsIqSX7Y75HfYVEZAyWO5rQUQVixm5X... | 123 ms | 104 ms | 18 ms |
| www.googletagmanager.com/gtm.js?id=GTM-5HBJC2K&l=dataLayer | 92 ms | 78 ms | 13 ms |
| www.wired.com/verso/static/1113.b582e0d60b9bf07385ec.js | 84 ms | 37 ms | 44 ms |
| www.wired.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 58 ms | 54 ms | 0.5 ms |
| /pagead/managed/js/gpt/m202604130101/pubads_impl.js?cb=31... | 53 ms | 41 ms | 10 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.8 s |
| Other | 460 ms |
| Style & Layout | 379 ms |
| Script Parsing & Compilation | 303 ms |
| Garbage Collection | 82 ms |
| Rendering | 71 ms |
| Parse HTML & CSS | 50 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| The page has an unload handler in a sub frame. | 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 |
|---|---|---|
| .dZoWtJ { margin: 0px; } … | 47.8 KiB | 5.4 KiB |
| /* Show Continue without Accepting a.k.a. dismiss */ .pri_1cbe431f-25a8-4af9-8ee7-61e8645c2b94 .fid… | 32.7 KiB | 3.2 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| martech.condenastdigital.com/lib/martech.js | 117.1 KiB | 34.2 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 |
|---|---|---|
| /* Show Continue without Accepting a.k.a. dismiss */ .pri_1cbe431f-25a8-4af9-8ee7-61e8645c2b94 .fid… | 32.7 KiB | 32.5 KiB |
| .dZoWtJ { margin: 0px; } … | 47.8 KiB | 25.1 KiB |
| player-frontend.cnevids.com/player/player-style-6502ac28d2c5201f186e.css | 12.9 KiB | 11.6 KiB |
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.
| URL | |
|---|---|
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d6f6552ce2d8ce963cfb39/16:9/w_1280,c_limit/Made... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69c138458ee963c6c9d0d018/16:9/w_1280,c_limit/war-... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/63517ff717fba1b3a9d6c026/16:9/w_1280,c_limit/Nepe... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69deb8f5fa20dbfacc2b0a3c/3:2/w_1280,c_limit/04142... |
Photo Illustration of Man in Suit on a Gradient Background with Crosses all Aro… a.BaseText-fEwdHD > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dd3c751720dda876aeb968/16:9/w_640,c_limit/Polit... |
Portrait of Altman in profile. a.BaseText-fEwdHD > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69de61accc421083636fbe9b/16:9/w_640,c_limit/Getty... |
Image may contain Outdoors Water Architecture Building Terminal and Factory a.BaseText-fEwdHD > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69debc4d4d898774bc720bdd/16:9/w_640,c_limit/Getty... |
Photo Illustration of Checkered Background with a Small Window in the Center an… a.BaseText-fEwdHD > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69de82bee716e7137086c443/16:9/w_640,c_limit/Busin... |
Detail of a Microsoft Surface Pro X laptop a.BaseText-fEwdHD > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dfbe4967d3fd19de3c0dce/16:9/w_640,c_limit/Getty... |
Image may contain Computer Electronics Laptop and Pc a.BaseText-fEwdHD > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69cd64e418a74289dad2a58d/16:9/w_640,c_limit/hp-om... |
Image may contain Clothing Glove Cleaning Person Body Part Finger and Hand a.BaseText-fEwdHD > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dd8fff41310264a14475b8/16:9/w_640,c_limit/X-Bot... |
STAR WARS MAUL SHADOW LORD from left Devon Izara Maul . photo ©DisneyCourtes… a.BaseText-fEwdHD > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d9286567ec9ebaea2e2438/16:9/w_640,c_limit/Show-... |
SAN FRANCISCO CALIFORNIA MARCH 04 Elon Musk arrives at federal court on March … a.BaseText-fEwdHD > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d6926e086e0b260828bcc2/16:9/w_640,c_limit/Uncan... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dd3923d295d33b0cbbe7c1/16:9/w_1600,c_limit/Big-... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69decbf74d898774bc720f4f/1:1/w_1024,c_limit/Avata... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dea084bbe4a9ff56b3014b/1:1/w_1024,c_limit/AL-La... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dec7e359777aa741957731/1:1/w_1024,c_limit/Amazo... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dfb6527e53dbff73e9fde2/1:1/w_1024,c_limit/Getty... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d5747914cc7e3430d8e8cc/1:1/w_1024,c_limit/pol_T... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d681be0aa0c0c6d4da5c6c/1:1/w_1024,c_limit/Getty... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69c342b9ea56e672b4eef391/1:1/w_1024,c_limit/24020... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69cd244228d35b2c1dfa6820/1:1/w_1024,c_limit/excer... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69c5c6fcd03999521bd70374/1:1/w_1024,c_limit/Deice... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d56806948761f395b6962c/1:1/w_1024,c_limit/Model... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d585fca17189a9bfdc3917/1:1/w_1024,c_limit/AI-La... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d5729e948761f395b6963a/1:1/w_1024,c_limit/polit... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69cec0fd316700facf30df24/1:1/w_1024,c_limit/Backc... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6995f4e36d0b5a054ae3e684/1:1/w_1024,c_limit/thing... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6984c757373aa7c9b0691945/1:1/w_1024,c_limit/WIRED... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/696bb6f2b0c775c788d0ce97/1:1/w_1024,c_limit/0403_... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6942c596ccb20d7f6624aac2/1:1/w_1024,c_limit/ETW-T... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/59cacaede7a725360459fd2d/1:1/w_1024,c_limit/DSC_4... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/5c1c75ed59e96b0db4565b2d/1:1/w_1024,c_limit/PanAm... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6451677ceb3f06fa8140cd63/1:1/w_1024,c_limit/WI060... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/62cc3e03e0140c38a4e49be3/1:1/w_1024,c_limit/Influ... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69df1b43d64f8f9661da102a/1:1/w_1024,c_limit/The-B... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/685f10e6472f227b69cc9560/1:1/w_1024,c_limit/The%2... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/686729e7c3e228b35983727d/1:1/w_1024,c_limit/Best%... |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/68a91d240ff15a77d5c4a427/1:1/w_1024,c_limit/Which... |
WIRED a > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | www.wired.com/verso/static/wired-us/assets/logo-reverse.svg |
Backpack-Wearing Humanoid Robot Celebrates After Chasing Wild Boars Into Forest div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Nessa Barrett Answers The Web's Most Searched Questions div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The Big Interview: Silicon Valley Is Spending Millions to Stop One of Its Own div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Trump on ‘AI Jesus’ Picture: ‘I Thought It Was Me as a Doctor’ div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Home Inspector Answers House Safety Questions div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
After Two Weeks Of Using This Pocket-Sized Red Light I Noticed A Difference div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Fender’s Portable Speaker Is Made For Musicians - But It Lacks An App div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
5 Home Coffee Machines, 1 Winner div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Elon Musk Robot Dog Found Wandering Streets Of San Francisco div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
What Happens If A US President Orders A Nuclear Strike? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Navigation Area header.OneNavContainer-kolMaZ > div.OneNavRowGrid-dOvkpA > div.OneNavRowContent-iBmA-dB > div.OneNavAreaContainer-bbElNi |
Navigation Area header.OneNavContainer-kolMaZ > div.OneNavRowGrid-dOvkpA > div.OneNavRowContent-iBmA-dB > div.OneNavAreaContainer-bbElNi |
Navigation Area header.OneNavContainer-kolMaZ > div.OneNavRowGrid-dOvkpA > div.OneNavRowContent-iBmA-dB > div.OneNavAreaContainer-bbElNi |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
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 |
|---|
Subscribe nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Newsletters nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Livestreams nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Travel nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
FAQ nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
WIRED Education nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Editorial Standards nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Archive nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
RSS nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Site Map nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Accessibility Help nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Reviews nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Buying Guides nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Streaming Guides nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Wearables nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Coupons nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Gift Guides nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Advertise nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Contact Us nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Manage Account nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Jobs nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Press Center nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Condé Nast Store nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
User Agreement nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
Privacy Policy nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
Your California Privacy Rights nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
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 |
|---|
SUBSCRIBE div.CTAWrapper-bmUbTy > div.journey-unit__container > div.NavCTALinkContainer-ZsoAz > a.NavCTALink-brNKFz |
In the Wake of Anthropic’s Mythos, OpenAI Has a New Cybersecurity Model—and Str… div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
The Internet's Most Powerful Archiving Tool Is in Peril div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
The Best iPhone 17 Cases and Accessories—We’ve Tested More Than 100 div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
Uncanny Valley: OpenAI and Musk Fight Again; DOJ Mishandles Voter Data; Artemis… div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
Uncanny Valley: Iran’s Threats on US Tech, Trump’s Plans for Midterms, and Poly… div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | www.wired.com/verso/static/1113.b582e0d60b9bf07385ec.js line 32689, col 7551 |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 |
|---|---|
www.wired.com/verso/static/2519.91e6c4f5955cf5c4d54c.js line 6894, col 16890 | Error: Recommendations API URL is missing
at https://www.wired.com/verso/static/2519.91e6c4f5955cf5c4d54c.js:6895:16891
at https://www.wired.com/verso/static/2519.91e6c4f5955cf5c4d54c.js:6895:17247
at tu (https://www.wired.com/verso/static/2880.865952f35702ddfb7152.js:2:696225)
at bl (https://www.wired.com/verso/static/2880.865952f35702ddfb7152.js:2:716189)
at il (https://www.wired.com/verso/static/2880.865952f35702ddfb7152.js:2:708580)
at Yo (https://www.wired.com/verso/static/2880.865952f35702ddfb7152.js:2:649972)
at https://www.wired.com/verso/static/2880.865952f35702ddfb7152.js:2:715021
at vl (https://www.wired.com/verso/static/2880.865952f35702ddfb7152.js:2:715026)
at nl (https://www.wired.com/verso/static/2880.865952f35702ddfb7152.js:2:707588)
at w (https://www.wired.com/verso/static/2880.865952f35702ddfb7152.js:2:733199) |
Uncaught (in promise) No config could be discovered in the page |
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.
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 |
|---|
Photo Illustration of Man in Suit on a Gradient Background with Crosses all Aro… div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
Portrait of Altman in profile. div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
Image may contain Outdoors Water Architecture Building Terminal and Factory div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
Photo Illustration of Checkered Background with a Small Window in the Center an… div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
Detail of a Microsoft Surface Pro X laptop div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
Image may contain Computer Electronics Laptop and Pc div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
Image may contain Clothing Glove Cleaning Person Body Part Finger and Hand div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
STAR WARS MAUL SHADOW LORD from left Devon Izara Maul . photo ©DisneyCourtes… div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
SAN FRANCISCO CALIFORNIA MARCH 04 Elon Musk arrives at federal court on March … div.SubtopicDiscoveryGridContent-epBBzZ > div.SubtopicDiscoveryItemContainer-euhdUm > div.SubtopicDiscoveryHedContainer-zA-dRC > a.BaseText-fEwdHD |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.MediaAssetWrapper-cXozZc > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback