Skip to content
https://wired.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
66
GRADE
D
FIX
6
REVIEW
2
PASS
5
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

76
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
90
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
85
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
22.3 MB transferred, 147 requests
FIX
22.3 MB transferred, 147 requests
Critical::
Page weighs 45.2 MB (22.3 MB transferred)
Warning::
Images are 15.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 15.4 MB
Warning::
JavaScript is 3.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.1 MB
Info::
Fonts are 342 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 342 KB
Warning::
147 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 4.7 g CO2 per page load
22.3 MB / 2.4 MB budget
22.3 MB transferred
147 requests
4.7 g CO2 per page load
Images 15.4 MiB 69%
JavaScript 3.1 MiB 14%
Other 2.2 MiB 10%
Other 576.6 KiB 3%
HTML 442.1 KiB 2%
Fonts 342.3 KiB 1%
Other 196.0 KiB 1%
Other 26.3 KiB 0%
CSS 18.8 KiB 0%
Other 0 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (22.3 MiB of 22.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2692ms total JS execution
FIX
2692ms total JS execution
Warning::
https://www.wired.com/verso/static/2880.865952f357...: 523ms CPU time
Warning::
https://www.wired.com/: 452ms CPU time
Warning::
Unattributable: 390ms CPU time
Warning::
https://www.wired.com/verso/static/presenter-bundl...: 388ms CPU time
Info::
https://imasdk.googleapis.com/js/sdkloader/gpt_pro...: 207ms CPU time
Warning::
Third-party scripts: 2692ms (100% of total)

Main Thread Breakdown

Script Evaluation 57% Other 15% Style & Layout 12% Script Parsing & Compilation 10%
ScriptTotalScriptingParse/CompileParty
https://www.wired.com/verso/static/2880.865952f35702ddfb7152.js523ms403ms26ms3rd
https://www.wired.com/452ms23ms35ms3rd
Unattributable390ms20ms0ms3rd
https://www.wired.com/verso/static/presenter-bundles.d7384530fdc10d8b1f48.js388ms374ms3ms3rd
https://imasdk.googleapis.com/js/sdkloader/gpt_proxy.js207ms183ms2ms3rd
https://player-frontend.cnevids.com/player/main-edfa691b41733ec3dcc1.js179ms94ms19ms3rd
https://privacy.condenastdigital.com/fides.js?property_id=FDS-LV9IAK143ms79ms34ms3rd
https://www.wired.com/qH28mNiLICF0mnwYiynxHQrmSxsIqSX7Y75HfYVEZAyWO5rQUQVixm5XCwWuxi1aLmukf6Yrt5Hqj8jPlHX6K3P9Hpla4kpwgjNmHDDjMiVyML6vxt83uVbVFcUXveSjY123ms104ms18ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5HBJC2K&l=dataLayer92ms78ms13ms3rd
https://www.wired.com/verso/static/1113.b582e0d60b9bf07385ec.js84ms37ms44ms3rd

Showing top 10 of 12 scripts

F
JS Bundles
Action
56 scripts, 1.3 MB unused
FIX
56 scripts, 1.3 MB unused
Warning::
https://www.wired.com/verso/static/1113.b582e0d60b...: 241 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.wired.com/verso/static/2880.865952f357...: 161 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 143 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.wired.com/verso/static/2519.91e6c4f595...: 143 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://player-frontend.cnevids.com/player/main-ed...: 121 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.3 MB
1367 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.wired.com/verso/static/1113.b582e0d60b9bf07385ec.js481 KB241 KB (50%)3rd
https://www.wired.com/verso/static/2880.865952f35702ddfb7152.js330 KB161 KB (49%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js?cb=31097816188 KB143 KB (76%)3rd
https://www.wired.com/verso/static/2519.91e6c4f5955cf5c4d54c.js304 KB143 KB (47%)3rd
https://player-frontend.cnevids.com/player/main-edfa691b41733ec3dcc1.js255 KB121 KB (48%)3rd
https://www.wired.com/verso/static/1292.40f59c87ae47d8b12033.js145 KB107 KB (74%)3rd
https://imasdk.googleapis.com/js/sdkloader/ima3.js146 KB96 KB (66%)3rd
https://martech.condenastdigital.com/lib/martech.js118 KB76 KB (65%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5HBJC2K&l=dataLayer204 KB72 KB (35%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PVBXQMCR&gtm=4e64e1120 KB61 KB (51%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
147 resources · 22.3 MB · 1.3 MB savings available
FIX
147 resources · 22.3 MB · 1.3 MB savings available
Warning::
Page weight 21.3 MB over 1MB target
Got: 22.3 MB Expected: ≤ 1 MB
Info::
~1.3 MB of savings available
Warning::
146 third-party resources (100% of weight)
Info::
14 resources over 200KB
147 resources · 22.3 MiB · 146 third-party 21.3 MiB over 1MB target
Image 69% · 15.4 MiB
JavaScript 14% · 3.1 MiB
Media 10% · 2.2 MiB
Other 3% · 796.1 KiB
Document 2% · 442.3 KiB
Font 1% · 342.3 KiB
CSS 0% · 18.8 KiB

~1.3 MiB of savings available

Remove unused JavaScript: 1.3 MiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
44 images, 0 KB saveable
REVIEW
44 images, 0 KB saveable
Warning::
https://media.wired.com/photos/69dd8fff41310264a14... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69d9286567ec9ebaea2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69d6926e086e0b26082... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69dfbe4967d3fd19de3... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69deb8f5fa20dbfacc2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69dea084bbe4a9ff56b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69de61accc421083636... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69d5747914cc7e3430d... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/6995f4e36d0b5a054ae... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/6942c596ccb20d7f662... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69de82bee716e713708... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69cd64e418a74289dad... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/5c1c75ed59e96b0db45... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/63517ff717fba1b3a9d... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69debc4d4d898774bc7... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69dd3923d295d33b0cb... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69d5729e948761f395b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69cec0fd316700facf3... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/6984c757373aa7c9b06... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/6451677ceb3f06fa814... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69d681be0aa0c0c6d4d... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69d6f6552ce2d8ce963... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69c138458ee963c6c9d... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wired.com/verso/static/wired-us/assets... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69dd3c751720dda876a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/686729e7c3e228b3598... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/62cc3e03e0140c38a4e... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69dfb6527e53dbff73e... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69df1b43d64f8f9661d... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/685f10e6472f227b69c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69d56806948761f395b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69d585fca17189a9bfd... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/696bb6f2b0c775c788d... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69decbf74d898774bc7... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69dec7e359777aa7419... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69c342b9ea56e672b4e... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69cd244228d35b2c1df... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/69c5c6fcd03999521bd... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/59cacaede7a72536045... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.wired.com/photos/68a91d240ff15a77d5c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
44 images 15.4 MB
0 oversized -0 KB
5 legacy format
41 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
12 fonts (342 KB)
PASS
12 fonts (342 KB)
Info::
12 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

12

342 KB total

Render-blocking

0

of 12

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.2 s LCP 1.7 shttps://www.wired.com/.design/fonts/Breve%20Text/BreveText-Book.woff2BreveText-Book.woff2 https://www.wired.com/.design/fonts/Breve%20Text/BreveText-Book.woff2 — 30.5 KiB — 34 ms — font-display: swaphttps://www.wired.com/.design/fonts/WIRED%20Mono/WiredMono-Regular.woff2WiredMono-Regular.woff2 https://www.wired.com/.design/fonts/WIRED%20Mono/WiredMono-Regular.woff2 — 18.9 KiB — 40 ms — font-display: swaphttps://www.wired.com/.design/fonts/Apercu/Apercu-Bold-Pro.woff2Apercu-Bold-Pro.woff2 https://www.wired.com/.design/fonts/Apercu/Apercu-Bold-Pro.woff2 — 46.0 KiB — 52 ms — font-display: swaphttps://www.wired.com/.design/fonts/Apercu/Apercu-Regular-Pro.woff2Apercu-Regular-Pro.woff2 https://www.wired.com/.design/fonts/Apercu/Apercu-Regular-Pro.woff2 — 46.8 KiB — 53 ms — font-display: swaphttps://www.wired.com/.design/fonts/WIRED%20Mono/WiredMono-Bold.woff2WiredMono-Bold.woff2 https://www.wired.com/.design/fonts/WIRED%20Mono/WiredMono-Bold.woff2 — 19.2 KiB — 62 ms — font-display: swaphttps://www.wired.com/.design/fonts/Apercu/Apercu-BoldItalic.woff2Apercu-BoldItalic.woff2 https://www.wired.com/.design/fonts/Apercu/Apercu-BoldItalic.woff2 — 24.5 KiB — 46 ms — font-display: swaphttps://www.wired.com/.design/fonts/Proxima%20Nova/ProximaNova-Regular.woff2ProximaNova-Regular.woff2 https://www.wired.com/.design/fonts/Proxima%20Nova/ProximaNova-Regular.woff2 — 21.4 KiB — 53 ms — font-display: swaphttps://www.wired.com/.design/fonts/Proxima%20Nova/ProximaNova-RegularItalic.woff2ProximaNova-RegularItal... https://www.wired.com/.design/fonts/Proxima%20Nova/ProximaNova-RegularItalic.woff2 — 21.4 KiB — 62 ms — font-display: swaphttps://www.wired.com/.design/fonts/WIRED%20Display/WiredDisplay-BoldCondensed.woff2WiredDisplay-BoldConden... https://www.wired.com/.design/fonts/WIRED%20Display/WiredDisplay-BoldCondensed.woff2 — 25.4 KiB — 70 ms — font-display: swaphttps://www.wired.com/.design/fonts/WIRED%20Display/WiredDisplay-BoldCondensedItalic.woff2WiredDisplay-BoldConden... https://www.wired.com/.design/fonts/WIRED%20Display/WiredDisplay-BoldCondensedItalic.woff2 — 27.3 KiB — 67 ms — font-display: swaphttps://www.wired.com/.design/fonts/Breve%20Text/BreveText-BookItalic.woff2BreveText-BookItalic.woff2 https://www.wired.com/.design/fonts/Breve%20Text/BreveText-BookItalic.woff2 — 31.0 KiB — 70 ms — font-display: swaphttps://player-frontend.cnevids.com/assets/fonts/sf-ui-display-medium-webfont.woff2sf-ui-display-medium-we... https://player-frontend.cnevids.com/assets/fonts/sf-ui-display-medium-webfont.woff2 — 29.8 KiB — 337 ms — font-display: swap
BreveText-Book.woff2 woff2 swap
Size 31 KB
Load time 34 ms
Start 485 ms
Risk FOUT — text flashes from fallback to web font
WiredMono-Regular.woff2 woff2 swap
Size 19 KB
Load time 40 ms
Start 486 ms
Risk FOUT — text flashes from fallback to web font
Apercu-Bold-Pro.woff2 woff2 swap
Size 46 KB
Load time 52 ms
Start 486 ms
Risk FOUT — text flashes from fallback to web font
Apercu-Regular-Pro.woff2 woff2 swap
Size 47 KB
Load time 53 ms
Start 486 ms
Risk FOUT — text flashes from fallback to web font
WiredMono-Bold.woff2 woff2 swap
Size 19 KB
Load time 62 ms
Start 486 ms
Risk FOUT — text flashes from fallback to web font
Apercu-BoldItalic.woff2 woff2 swap
Size 25 KB
Load time 46 ms
Start 487 ms
Risk FOUT — text flashes from fallback to web font
ProximaNova-Regular.woff2 woff2 swap
Size 21 KB
Load time 53 ms
Start 487 ms
Risk FOUT — text flashes from fallback to web font
ProximaNova-RegularItal... woff2 swap
Size 21 KB
Load time 62 ms
Start 488 ms
Risk FOUT — text flashes from fallback to web font
WiredDisplay-BoldConden... woff2 swap
Size 25 KB
Load time 70 ms
Start 488 ms
Risk FOUT — text flashes from fallback to web font
WiredDisplay-BoldConden... woff2 swap
Size 27 KB
Load time 67 ms
Start 489 ms
Risk FOUT — text flashes from fallback to web font
BreveText-BookItalic.woff2 woff2 swap
Size 31 KB
Load time 70 ms
Start 489 ms
Risk FOUT — text flashes from fallback to web font
sf-ui-display-medium-we... woff2 swap
Size 30 KB
Load time 337 ms
Start 3.0 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
147 requests over 3715ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.2 s LCP 1.7 shttps://wired.com// https://wired.com/ — 301 — 123 B — 115 ms — h2https://www.wired.com/www.wired.com/ https://www.wired.com/ — 200 — 171.3 KiB — 214 ms — h3https://media.wired.com/photos/615e2b8ce78a8cd913bbaa76/16:9/w_1600,c_limit/wired_bug.jpgmedia.wired.com/photos/615e2b8ce78a... https://media.wired.com/photos/615e2b8ce78a8cd913bbaa76/16:9/w_1600,c_limit/wired_bug.jpg — 200 — 9.4 KiB — 15 ms — h3https://www.wired.com/Z9p3UGS9qR2ZSCL6Fdz7Kg43H7DfGfSwFAWHO3yOrVS8X3GZhbQdMa2Z4Zhqw3ZHc7UsVGI0eYe_3g2fvG66Zv_TzDcPvLF6FxKaZ_jYzghhMFNbH_Xw-TJ-sZpIydtvmmDYKcOLKpvJowww.wired.com/Z9p3UGS9qR2ZSCL6Fdz7K... https://www.wired.com/Z9p3UGS9qR2ZSCL6Fdz7Kg43H7DfGfSwFAWHO3yOrVS8X3GZhbQdMa2Z4Zhqw3ZHc7UsVGI0eYe_3g2fvG66Zv_TzDcPvLF6FxKaZ_jYzghhMFNbH_Xw-TJ-sZpIydtvmmDYKcOLKpvJo — 200 — 8.7 KiB — 88 ms — h3https://privacy.condenastdigital.com/fides.js?property_id=FDS-LV9IAKprivacy.condenastdigital.com/fides.... https://privacy.condenastdigital.com/fides.js?property_id=FDS-LV9IAK — 200 — 198.2 KiB — 52 ms — h2https://www.wired.com/coupon-element/static/web_components/wired-coupons.jswww.wired.com/coupon-element/static... https://www.wired.com/coupon-element/static/web_components/wired-coupons.js — 200 — 21.7 KiB — 58 ms — h3https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.8 KiB — 96 ms — h3https://ads-static.conde.digital/production/cns/builds/wired/v6.js?v=12566ads-static.conde.digital/production... https://ads-static.conde.digital/production/cns/builds/wired/v6.js?v=12566 — 200 — 40.9 KiB — 23 ms — h2https://apis.google.com/js/platform.jsapis.google.com/js/platform.js https://apis.google.com/js/platform.js — 200 — 24.3 KiB — 126 ms — h2https://news.google.com/swg/js/v1/swg.jsnews.google.com/swg/js/v1/swg.js https://news.google.com/swg/js/v1/swg.js — 200 — 71.4 KiB — 143 ms — h2https://martech.condenastdigital.com/lib/martech.jsmartech.condenastdigital.com/lib/ma... https://martech.condenastdigital.com/lib/martech.js — 200 — 117.7 KiB — 551 ms — h2https://www.wired.com/qH28mNiLICF0mnwYiynxHQrmSxsIqSX7Y75HfYVEZAyWO5rQUQVixm5XCwWuxi1aLmukf6Yrt5Hqj8jPlHX6K3P9Hpla4kpwgjNmHDDjMiVyML6vxt83uVbVFcUXveSjYwww.wired.com/qH28mNiLICF0mnwYiynxH... https://www.wired.com/qH28mNiLICF0mnwYiynxHQrmSxsIqSX7Y75HfYVEZAyWO5rQUQVixm5XCwWuxi1aLmukf6Yrt5Hqj8jPlHX6K3P9Hpla4kpwgjNmHDDjMiVyML6vxt83uVbVFcUXveSjY — 200 — 66.8 KiB — 107 ms — h3https://cdn.gladly.com/chat-sdk/widget.js?q=1776295345015cdn.gladly.com/chat-sdk/widget.js?q... https://cdn.gladly.com/chat-sdk/widget.js?q=1776295345015 — 301 — 271 B — 182 ms — h2https://www.wired.com/verso/static/assets/growthbook.min.jswww.wired.com/verso/static/assets/g... https://www.wired.com/verso/static/assets/growthbook.min.js — 200 — 15.6 KiB — 28 ms — h3https://media.wired.com/photos/69d6f6552ce2d8ce963cfb39/16:9/w_1280,c_limit/Made-In-China-Inside-Chinas-Selective-War-on-the-Scam-Economy-Business-2256479172.jpgmedia.wired.com/photos/69d6f6552ce2... https://media.wired.com/photos/69d6f6552ce2d8ce963cfb39/16:9/w_1280,c_limit/Made-In-China-Inside-Chinas-Selective-War-on-the-Scam-Economy-Business-2256479172.jpg — 200 — 149.7 KiB — 28 ms — h3https://media.wired.com/photos/69c138458ee963c6c9d0d018/16:9/w_1280,c_limit/war-machine-home-top.gifmedia.wired.com/photos/69c138458ee9... https://media.wired.com/photos/69c138458ee963c6c9d0d018/16:9/w_1280,c_limit/war-machine-home-top.gif — 200 — 8.8 MiB — 310 ms — h3https://media.wired.com/photos/63517ff717fba1b3a9d6c026/16:9/w_1280,c_limit/Nepenthes_9740-FINAL.jpgmedia.wired.com/photos/63517ff717fb... https://media.wired.com/photos/63517ff717fba1b3a9d6c026/16:9/w_1280,c_limit/Nepenthes_9740-FINAL.jpg — 200 — 82.7 KiB — 31 ms — h3https://www.wired.com/verso/static/wired-us/assets/logo-reverse.svgwww.wired.com/verso/static/wired-us... https://www.wired.com/verso/static/wired-us/assets/logo-reverse.svg — 200 — 996 B — 31 ms — h3https://media.wired.com/photos/69dd3c751720dda876aeb968/16:9/w_640,c_limit/Politics_GovernmentWorkersSayThey'reGettingInundatedWithReligion_v4.jpgmedia.wired.com/photos/69dd3c751720... https://media.wired.com/photos/69dd3c751720dda876aeb968/16:9/w_640,c_limit/Politics_GovernmentWorkersSayThey'reGettingInundatedWithReligion_v4.jpg — 200 — 41.0 KiB — 50 ms — h3https://media.wired.com/photos/69de61accc421083636fbe9b/16:9/w_640,c_limit/GettyImages-2265991537.jpgmedia.wired.com/photos/69de61accc42... https://media.wired.com/photos/69de61accc421083636fbe9b/16:9/w_640,c_limit/GettyImages-2265991537.jpg — 200 — 11.3 KiB — 49 ms — h3https://media.wired.com/photos/69debc4d4d898774bc720bdd/16:9/w_640,c_limit/GettyImages-2249152852.jpgmedia.wired.com/photos/69debc4d4d89... https://media.wired.com/photos/69debc4d4d898774bc720bdd/16:9/w_640,c_limit/GettyImages-2249152852.jpg — 200 — 45.9 KiB — 51 ms — h3https://media.wired.com/photos/69de82bee716e7137086c443/16:9/w_640,c_limit/Business_Upto35PercentoftheInternetIsAISlop.jpgmedia.wired.com/photos/69de82bee716... https://media.wired.com/photos/69de82bee716e7137086c443/16:9/w_640,c_limit/Business_Upto35PercentoftheInternetIsAISlop.jpg — 200 — 58.4 KiB — 53 ms — h3https://media.wired.com/photos/69dfbe4967d3fd19de3c0dce/16:9/w_640,c_limit/GettyImages-1227921954.jpgmedia.wired.com/photos/69dfbe4967d3... https://media.wired.com/photos/69dfbe4967d3fd19de3c0dce/16:9/w_640,c_limit/GettyImages-1227921954.jpg — 200 — 15.8 KiB — 30 ms — h3https://media.wired.com/photos/69cd64e418a74289dad2a58d/16:9/w_640,c_limit/hp-omnibook-5-14.JPGmedia.wired.com/photos/69cd64e418a7... https://media.wired.com/photos/69cd64e418a74289dad2a58d/16:9/w_640,c_limit/hp-omnibook-5-14.JPG — 200 — 20.0 KiB — 40 ms — h3https://media.wired.com/photos/69dd8fff41310264a14475b8/16:9/w_640,c_limit/X-Bot-Purge-Wipes-Out-Users-Niche-Porn-Feeds-Culture.jpgmedia.wired.com/photos/69dd8fff4131... https://media.wired.com/photos/69dd8fff41310264a14475b8/16:9/w_640,c_limit/X-Bot-Purge-Wipes-Out-Users-Niche-Porn-Feeds-Culture.jpg — 200 — 40.6 KiB — 54 ms — h3https://media.wired.com/photos/69d9286567ec9ebaea2e2438/16:9/w_640,c_limit/Show-Guide-Update-Gear-TCDSTWA_G5083.jpgmedia.wired.com/photos/69d9286567ec... https://media.wired.com/photos/69d9286567ec9ebaea2e2438/16:9/w_640,c_limit/Show-Guide-Update-Gear-TCDSTWA_G5083.jpg — 200 — 17.6 KiB — 54 ms — h3https://media.wired.com/photos/69d6926e086e0b260828bcc2/16:9/w_640,c_limit/Uncanny-Valley-Elon-Courts-Feud-Business-2264190253.jpgmedia.wired.com/photos/69d6926e086e... https://media.wired.com/photos/69d6926e086e0b260828bcc2/16:9/w_640,c_limit/Uncanny-Valley-Elon-Courts-Feud-Business-2264190253.jpg — 200 — 84.3 KiB — 60 ms — h3https://www.wired.com/.design/fonts/Breve%20Text/BreveText-Book.woff2www.wired.com/.design/fonts/Breve%2... https://www.wired.com/.design/fonts/Breve%20Text/BreveText-Book.woff2 — 200 — 30.5 KiB — 34 ms — h3https://www.wired.com/.design/fonts/WIRED%20Mono/WiredMono-Regular.woff2www.wired.com/.design/fonts/WIRED%2... https://www.wired.com/.design/fonts/WIRED%20Mono/WiredMono-Regular.woff2 — 200 — 18.9 KiB — 40 ms — h3https://www.wired.com/.design/fonts/Apercu/Apercu-Bold-Pro.woff2www.wired.com/.design/fonts/Apercu/... https://www.wired.com/.design/fonts/Apercu/Apercu-Bold-Pro.woff2 — 200 — 46.0 KiB — 52 ms — h3
0 ms 1.0 s 2.0 s 3.0 s FCP 1.2 s LCP 1.7 shttps://wired.com// https://wired.com/ — 301 — 123 B — 115 ms — h2https://www.wired.com/www.wired.com/ https://www.wired.com/ — 200 — 171.3 KiB — 214 ms — h3https://media.wired.com/photos/615e2b8ce78a8cd913bbaa76/16:9/w_1600,c_limit/wired_bug.jpgmedia.wired.com/photos/615e2b8ce78a... https://media.wired.com/photos/615e2b8ce78a8cd913bbaa76/16:9/w_1600,c_limit/wired_bug.jpg — 200 — 9.4 KiB — 15 ms — h3https://www.wired.com/Z9p3UGS9qR2ZSCL6Fdz7Kg43H7DfGfSwFAWHO3yOrVS8X3GZhbQdMa2Z4Zhqw3ZHc7UsVGI0eYe_3g2fvG66Zv_TzDcPvLF6FxKaZ_jYzghhMFNbH_Xw-TJ-sZpIydtvmmDYKcOLKpvJowww.wired.com/Z9p3UGS9qR2ZSCL6Fdz7K... https://www.wired.com/Z9p3UGS9qR2ZSCL6Fdz7Kg43H7DfGfSwFAWHO3yOrVS8X3GZhbQdMa2Z4Zhqw3ZHc7UsVGI0eYe_3g2fvG66Zv_TzDcPvLF6FxKaZ_jYzghhMFNbH_Xw-TJ-sZpIydtvmmDYKcOLKpvJo — 200 — 8.7 KiB — 88 ms — h3https://privacy.condenastdigital.com/fides.js?property_id=FDS-LV9IAKprivacy.condenastdigital.com/fides.... https://privacy.condenastdigital.com/fides.js?property_id=FDS-LV9IAK — 200 — 198.2 KiB — 52 ms — h2https://www.wired.com/coupon-element/static/web_components/wired-coupons.jswww.wired.com/coupon-element/static... https://www.wired.com/coupon-element/static/web_components/wired-coupons.js — 200 — 21.7 KiB — 58 ms — h3https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.8 KiB — 96 ms — h3https://ads-static.conde.digital/production/cns/builds/wired/v6.js?v=12566ads-static.conde.digital/production... https://ads-static.conde.digital/production/cns/builds/wired/v6.js?v=12566 — 200 — 40.9 KiB — 23 ms — h2https://apis.google.com/js/platform.jsapis.google.com/js/platform.js https://apis.google.com/js/platform.js — 200 — 24.3 KiB — 126 ms — h2https://news.google.com/swg/js/v1/swg.jsnews.google.com/swg/js/v1/swg.js https://news.google.com/swg/js/v1/swg.js — 200 — 71.4 KiB — 143 ms — h2https://martech.condenastdigital.com/lib/martech.jsmartech.condenastdigital.com/lib/ma... https://martech.condenastdigital.com/lib/martech.js — 200 — 117.7 KiB — 551 ms — h2https://www.wired.com/qH28mNiLICF0mnwYiynxHQrmSxsIqSX7Y75HfYVEZAyWO5rQUQVixm5XCwWuxi1aLmukf6Yrt5Hqj8jPlHX6K3P9Hpla4kpwgjNmHDDjMiVyML6vxt83uVbVFcUXveSjYwww.wired.com/qH28mNiLICF0mnwYiynxH... https://www.wired.com/qH28mNiLICF0mnwYiynxHQrmSxsIqSX7Y75HfYVEZAyWO5rQUQVixm5XCwWuxi1aLmukf6Yrt5Hqj8jPlHX6K3P9Hpla4kpwgjNmHDDjMiVyML6vxt83uVbVFcUXveSjY — 200 — 66.8 KiB — 107 ms — h3https://cdn.gladly.com/chat-sdk/widget.js?q=1776295345015cdn.gladly.com/chat-sdk/widget.js?q... https://cdn.gladly.com/chat-sdk/widget.js?q=1776295345015 — 301 — 271 B — 182 ms — h2https://www.wired.com/verso/static/assets/growthbook.min.jswww.wired.com/verso/static/assets/g... https://www.wired.com/verso/static/assets/growthbook.min.js — 200 — 15.6 KiB — 28 ms — h3https://media.wired.com/photos/69d6f6552ce2d8ce963cfb39/16:9/w_1280,c_limit/Made-In-China-Inside-Chinas-Selective-War-on-the-Scam-Economy-Business-2256479172.jpgmedia.wired.com/photos/69d6f6552ce2... https://media.wired.com/photos/69d6f6552ce2d8ce963cfb39/16:9/w_1280,c_limit/Made-In-China-Inside-Chinas-Selective-War-on-the-Scam-Economy-Business-2256479172.jpg — 200 — 149.7 KiB — 28 ms — h3https://media.wired.com/photos/69c138458ee963c6c9d0d018/16:9/w_1280,c_limit/war-machine-home-top.gifmedia.wired.com/photos/69c138458ee9... https://media.wired.com/photos/69c138458ee963c6c9d0d018/16:9/w_1280,c_limit/war-machine-home-top.gif — 200 — 8.8 MiB — 310 ms — h3https://media.wired.com/photos/63517ff717fba1b3a9d6c026/16:9/w_1280,c_limit/Nepenthes_9740-FINAL.jpgmedia.wired.com/photos/63517ff717fb... https://media.wired.com/photos/63517ff717fba1b3a9d6c026/16:9/w_1280,c_limit/Nepenthes_9740-FINAL.jpg — 200 — 82.7 KiB — 31 ms — h3https://www.wired.com/verso/static/wired-us/assets/logo-reverse.svgwww.wired.com/verso/static/wired-us... https://www.wired.com/verso/static/wired-us/assets/logo-reverse.svg — 200 — 996 B — 31 ms — h3https://media.wired.com/photos/69dd3c751720dda876aeb968/16:9/w_640,c_limit/Politics_GovernmentWorkersSayThey'reGettingInundatedWithReligion_v4.jpgmedia.wired.com/photos/69dd3c751720... https://media.wired.com/photos/69dd3c751720dda876aeb968/16:9/w_640,c_limit/Politics_GovernmentWorkersSayThey'reGettingInundatedWithReligion_v4.jpg — 200 — 41.0 KiB — 50 ms — h3https://media.wired.com/photos/69de61accc421083636fbe9b/16:9/w_640,c_limit/GettyImages-2265991537.jpgmedia.wired.com/photos/69de61accc42... https://media.wired.com/photos/69de61accc421083636fbe9b/16:9/w_640,c_limit/GettyImages-2265991537.jpg — 200 — 11.3 KiB — 49 ms — h3https://media.wired.com/photos/69debc4d4d898774bc720bdd/16:9/w_640,c_limit/GettyImages-2249152852.jpgmedia.wired.com/photos/69debc4d4d89... https://media.wired.com/photos/69debc4d4d898774bc720bdd/16:9/w_640,c_limit/GettyImages-2249152852.jpg — 200 — 45.9 KiB — 51 ms — h3https://media.wired.com/photos/69de82bee716e7137086c443/16:9/w_640,c_limit/Business_Upto35PercentoftheInternetIsAISlop.jpgmedia.wired.com/photos/69de82bee716... https://media.wired.com/photos/69de82bee716e7137086c443/16:9/w_640,c_limit/Business_Upto35PercentoftheInternetIsAISlop.jpg — 200 — 58.4 KiB — 53 ms — h3https://media.wired.com/photos/69dfbe4967d3fd19de3c0dce/16:9/w_640,c_limit/GettyImages-1227921954.jpgmedia.wired.com/photos/69dfbe4967d3... https://media.wired.com/photos/69dfbe4967d3fd19de3c0dce/16:9/w_640,c_limit/GettyImages-1227921954.jpg — 200 — 15.8 KiB — 30 ms — h3https://media.wired.com/photos/69cd64e418a74289dad2a58d/16:9/w_640,c_limit/hp-omnibook-5-14.JPGmedia.wired.com/photos/69cd64e418a7... https://media.wired.com/photos/69cd64e418a74289dad2a58d/16:9/w_640,c_limit/hp-omnibook-5-14.JPG — 200 — 20.0 KiB — 40 ms — h3https://media.wired.com/photos/69dd8fff41310264a14475b8/16:9/w_640,c_limit/X-Bot-Purge-Wipes-Out-Users-Niche-Porn-Feeds-Culture.jpgmedia.wired.com/photos/69dd8fff4131... https://media.wired.com/photos/69dd8fff41310264a14475b8/16:9/w_640,c_limit/X-Bot-Purge-Wipes-Out-Users-Niche-Porn-Feeds-Culture.jpg — 200 — 40.6 KiB — 54 ms — h3https://media.wired.com/photos/69d9286567ec9ebaea2e2438/16:9/w_640,c_limit/Show-Guide-Update-Gear-TCDSTWA_G5083.jpgmedia.wired.com/photos/69d9286567ec... https://media.wired.com/photos/69d9286567ec9ebaea2e2438/16:9/w_640,c_limit/Show-Guide-Update-Gear-TCDSTWA_G5083.jpg — 200 — 17.6 KiB — 54 ms — h3https://media.wired.com/photos/69d6926e086e0b260828bcc2/16:9/w_640,c_limit/Uncanny-Valley-Elon-Courts-Feud-Business-2264190253.jpgmedia.wired.com/photos/69d6926e086e... https://media.wired.com/photos/69d6926e086e0b260828bcc2/16:9/w_640,c_limit/Uncanny-Valley-Elon-Courts-Feud-Business-2264190253.jpg — 200 — 84.3 KiB — 60 ms — h3https://www.wired.com/.design/fonts/Breve%20Text/BreveText-Book.woff2www.wired.com/.design/fonts/Breve%2... https://www.wired.com/.design/fonts/Breve%20Text/BreveText-Book.woff2 — 200 — 30.5 KiB — 34 ms — h3https://www.wired.com/.design/fonts/WIRED%20Mono/WiredMono-Regular.woff2www.wired.com/.design/fonts/WIRED%2... https://www.wired.com/.design/fonts/WIRED%20Mono/WiredMono-Regular.woff2 — 200 — 18.9 KiB — 40 ms — h3https://www.wired.com/.design/fonts/Apercu/Apercu-Bold-Pro.woff2www.wired.com/.design/fonts/Apercu/... https://www.wired.com/.design/fonts/Apercu/Apercu-Bold-Pro.woff2 — 200 — 46.0 KiB — 52 ms — h3https://www.wired.com/.design/fonts/Apercu/Apercu-Regular-Pro.woff2www.wired.com/.design/fonts/Apercu/... https://www.wired.com/.design/fonts/Apercu/Apercu-Regular-Pro.woff2 — 200 — 46.8 KiB — 53 ms — h3https://www.wired.com/.design/fonts/WIRED%20Mono/WiredMono-Bold.woff2www.wired.com/.design/fonts/WIRED%2... https://www.wired.com/.design/fonts/WIRED%20Mono/WiredMono-Bold.woff2 — 200 — 19.2 KiB — 62 ms — h3https://www.wired.com/.design/fonts/Apercu/Apercu-BoldItalic.woff2www.wired.com/.design/fonts/Apercu/... https://www.wired.com/.design/fonts/Apercu/Apercu-BoldItalic.woff2 — 200 — 24.5 KiB — 46 ms — h3https://www.wired.com/.design/fonts/Proxima%20Nova/ProximaNova-Regular.woff2www.wired.com/.design/fonts/Proxima... https://www.wired.com/.design/fonts/Proxima%20Nova/ProximaNova-Regular.woff2 — 200 — 21.4 KiB — 53 ms — h3https://www.wired.com/.design/fonts/Proxima%20Nova/ProximaNova-RegularItalic.woff2www.wired.com/.design/fonts/Proxima... https://www.wired.com/.design/fonts/Proxima%20Nova/ProximaNova-RegularItalic.woff2 — 200 — 21.4 KiB — 62 ms — h3https://www.wired.com/.design/fonts/WIRED%20Display/WiredDisplay-BoldCondensed.woff2www.wired.com/.design/fonts/WIRED%2... https://www.wired.com/.design/fonts/WIRED%20Display/WiredDisplay-BoldCondensed.woff2 — 200 — 25.4 KiB — 70 ms — h3https://www.wired.com/.design/fonts/WIRED%20Display/WiredDisplay-BoldCondensedItalic.woff2www.wired.com/.design/fonts/WIRED%2... https://www.wired.com/.design/fonts/WIRED%20Display/WiredDisplay-BoldCondensedItalic.woff2 — 200 — 27.3 KiB — 67 ms — h3https://www.wired.com/.design/fonts/Breve%20Text/BreveText-BookItalic.woff2www.wired.com/.design/fonts/Breve%2... https://www.wired.com/.design/fonts/Breve%20Text/BreveText-BookItalic.woff2 — 200 — 31.0 KiB — 70 ms — h3https://cdn.gladly.com/assets/chat-sdk/bundle~3dde8da461d54e41.jscdn.gladly.com/assets/chat-sdk/bund... https://cdn.gladly.com/assets/chat-sdk/bundle~3dde8da461d54e41.js — 200 — 14.8 KiB — 46 ms — h2https://variants.conde.digital/api/features/sdk-uVslRHBx4J2E12jQvariants.conde.digital/api/features... https://variants.conde.digital/api/features/sdk-uVslRHBx4J2E12jQ — 200 — 21.3 KiB — 45 ms — h2https://www.wired.com/verso/static/2880.865952f35702ddfb7152.jswww.wired.com/verso/static/2880.865... https://www.wired.com/verso/static/2880.865952f35702ddfb7152.js — 200 — 329.7 KiB — 62 ms — h3https://www.wired.com/verso/static/1292.40f59c87ae47d8b12033.jswww.wired.com/verso/static/1292.40f... https://www.wired.com/verso/static/1292.40f59c87ae47d8b12033.js — 200 — 145.2 KiB — 90 ms — h3https://www.wired.com/verso/static/1956.ec8043c2576d1ced236e.jswww.wired.com/verso/static/1956.ec8... https://www.wired.com/verso/static/1956.ec8043c2576d1ced236e.js — 200 — 5.1 KiB — 75 ms — h3https://www.wired.com/verso/static/4046.fdb49fed147c1a6f45e4.jswww.wired.com/verso/static/4046.fdb... https://www.wired.com/verso/static/4046.fdb49fed147c1a6f45e4.js — 200 — 4.6 KiB — 75 ms — h3https://www.wired.com/verso/static/254.4f828ea19496798da716.jswww.wired.com/verso/static/254.4f82... https://www.wired.com/verso/static/254.4f828ea19496798da716.js — 200 — 2.1 KiB — 75 ms — h3https://www.wired.com/verso/static/2281.2a1102f1eb61f795d7af.jswww.wired.com/verso/static/2281.2a1... https://www.wired.com/verso/static/2281.2a1102f1eb61f795d7af.js — 200 — 4.1 KiB — 86 ms — h3https://www.wired.com/verso/static/2084.594a928db439b38fff4a.jswww.wired.com/verso/static/2084.594... https://www.wired.com/verso/static/2084.594a928db439b38fff4a.js — 200 — 6.8 KiB — 84 ms — h3https://www.wired.com/verso/static/2519.91e6c4f5955cf5c4d54c.jswww.wired.com/verso/static/2519.91e... https://www.wired.com/verso/static/2519.91e6c4f5955cf5c4d54c.js — 200 — 304.5 KiB — 140 ms — h3https://www.wired.com/verso/static/1113.b582e0d60b9bf07385ec.jswww.wired.com/verso/static/1113.b58... https://www.wired.com/verso/static/1113.b582e0d60b9bf07385ec.js — 200 — 481.3 KiB — 154 ms — h3https://www.wired.com/verso/static/6865.b77e74db3d49bc95657d.jswww.wired.com/verso/static/6865.b77... https://www.wired.com/verso/static/6865.b77e74db3d49bc95657d.js — 200 — 2.6 KiB — 110 ms — h3https://www.wired.com/verso/static/9919.fa31716fd49682d94777.jswww.wired.com/verso/static/9919.fa3... https://www.wired.com/verso/static/9919.fa31716fd49682d94777.js — 200 — 3.8 KiB — 115 ms — h3https://www.wired.com/verso/static/5634.fb15cccb5683b4050fb3.jswww.wired.com/verso/static/5634.fb1... https://www.wired.com/verso/static/5634.fb15cccb5683b4050fb3.js — 200 — 5.5 KiB — 115 ms — h3https://www.wired.com/verso/static/4949.6a838dc8aac6a64ef2c7.jswww.wired.com/verso/static/4949.6a8... https://www.wired.com/verso/static/4949.6a838dc8aac6a64ef2c7.js — 200 — 4.4 KiB — 113 ms — h3https://www.wired.com/verso/static/793.6bf349da492bdcd0e446.jswww.wired.com/verso/static/793.6bf3... https://www.wired.com/verso/static/793.6bf349da492bdcd0e446.js — 200 — 2.7 KiB — 113 ms — h3https://www.wired.com/verso/static/3685.a91d5d44108f414a1966.jswww.wired.com/verso/static/3685.a91... https://www.wired.com/verso/static/3685.a91d5d44108f414a1966.js — 200 — 2.0 KiB — 113 ms — h3https://www.wired.com/verso/static/4307.d8942ffaf4a4a6694f65.jswww.wired.com/verso/static/4307.d89... https://www.wired.com/verso/static/4307.d8942ffaf4a4a6694f65.js — 200 — 7.6 KiB — 117 ms — h3https://www.wired.com/verso/static/9749.0c43ec63c32c10599221.jswww.wired.com/verso/static/9749.0c4... https://www.wired.com/verso/static/9749.0c43ec63c32c10599221.js — 200 — 2.9 KiB — 123 ms — h3https://www.wired.com/verso/static/8915.c008925c23fd8361a3ca.jswww.wired.com/verso/static/8915.c00... https://www.wired.com/verso/static/8915.c008925c23fd8361a3ca.js — 200 — 3.5 KiB — 123 ms — h3https://www.wired.com/verso/static/9016.b1cdaccec0def1e2f6a4.jswww.wired.com/verso/static/9016.b1c... https://www.wired.com/verso/static/9016.b1cdaccec0def1e2f6a4.js — 200 — 4.3 KiB — 123 ms — h3https://www.wired.com/verso/static/9481.9494b47d986cc9e4cbc7.jswww.wired.com/verso/static/9481.949... https://www.wired.com/verso/static/9481.9494b47d986cc9e4cbc7.js — 200 — 5.3 KiB — 135 ms — h3https://www.wired.com/verso/static/482.d087f602d3ce7e794b42.jswww.wired.com/verso/static/482.d087... https://www.wired.com/verso/static/482.d087f602d3ce7e794b42.js — 200 — 12.3 KiB — 131 ms — h3https://www.wired.com/verso/static/8114.cd77739109d8861ba4f6.jswww.wired.com/verso/static/8114.cd7... https://www.wired.com/verso/static/8114.cd77739109d8861ba4f6.js — 200 — 4.1 KiB — 131 ms — h3https://www.wired.com/verso/static/8596.e1a6ffaba435c216dbe1.jswww.wired.com/verso/static/8596.e1a... https://www.wired.com/verso/static/8596.e1a6ffaba435c216dbe1.js — 200 — 7.3 KiB — 131 ms — h3https://www.wired.com/verso/static/presenter-bundles.d7384530fdc10d8b1f48.jswww.wired.com/verso/static/presente... https://www.wired.com/verso/static/presenter-bundles.d7384530fdc10d8b1f48.js — 200 — 31.7 KiB — 135 ms — h3https://fides.condenastdigital.com/api/v1/privacy-experience?show_disabled=false&region=fr&component=overlay&has_config=true&systems_applicable=true&exclude_gvl_languages=true&include_meta=true&include_gvl=true&include_non_applicable_notices=true&property_id=FDS-LV9IAKfides.condenastdigital.com/api/v1/p... https://fides.condenastdigital.com/api/v1/privacy-experience?show_disabled=false&region=fr&component=overlay&has_config=true&systems_applicable=true&exclude_gvl_languages=true&include_meta=true&include_gvl=true&include_non_applicable_notices=true&property_id=FDS-LV9IAK — 200 — 0 B — 85 ms — h2https://fides.condenastdigital.com/api/v1/privacy-experience?show_disabled=false&region=fr&component=overlay&has_config=true&systems_applicable=true&exclude_gvl_languages=true&include_meta=true&include_gvl=true&include_non_applicable_notices=true&property_id=FDS-LV9IAKfides.condenastdigital.com/api/v1/p... https://fides.condenastdigital.com/api/v1/privacy-experience?show_disabled=false&region=fr&component=overlay&has_config=true&systems_applicable=true&exclude_gvl_languages=true&include_meta=true&include_gvl=true&include_non_applicable_notices=true&property_id=FDS-LV9IAK — 200 — 157.7 KiB — 8 ms — h2https://www.wired.com/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.wired.com/cdn-cgi/challenge-pla... https://www.wired.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 221 B — 49 ms — h3https://www.wired.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/b0a7532ac8ec/main.js?www.wired.com/cdn-cgi/challenge-pla... https://www.wired.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/b0a7532ac8ec/main.js? — 200 — 11.9 KiB — 25 ms — h3https://globalservices.conde.digital/p77xzrbz9z.jsglobalservices.conde.digital/p77xzr... https://globalservices.conde.digital/p77xzrbz9z.js — 200 — 25.9 KiB — 10 ms — h2https://media.wired.com/photos/69deb8f5fa20dbfacc2b0a3c/3:2/w_1280%2Cc_limit/041426-deepfake-crisis-schools.jpgmedia.wired.com/photos/69deb8f5fa20... https://media.wired.com/photos/69deb8f5fa20dbfacc2b0a3c/3:2/w_1280%2Cc_limit/041426-deepfake-crisis-schools.jpg — 200 — 150.7 KiB — 15 ms — h3https://media.wired.com/photos/69decbf74d898774bc720f4f/1:1/w_1024%2Cc_limit/Avatar-Leak-Ethically-Screw-Over-Paramount-Culture-2261716767.jpgmedia.wired.com/photos/69decbf74d89... https://media.wired.com/photos/69decbf74d898774bc720f4f/1:1/w_1024%2Cc_limit/Avatar-Leak-Ethically-Screw-Over-Paramount-Culture-2261716767.jpg — 200 — 108.3 KiB — 40 ms — h3https://media.wired.com/photos/69dea084bbe4a9ff56b3014b/1:1/w_1024%2Cc_limit/AL-Lab-AI-Could-Democratize-One-of-Techs-Most-Valuable-Resources-Business.jpgmedia.wired.com/photos/69dea084bbe4... https://media.wired.com/photos/69dea084bbe4a9ff56b3014b/1:1/w_1024%2Cc_limit/AL-Lab-AI-Could-Democratize-One-of-Techs-Most-Valuable-Resources-Business.jpg — 200 — 254.9 KiB — 134 ms — h3https://media.wired.com/photos/69dec7e359777aa741957731/1:1/w_1024%2Cc_limit/Amazon-Bought-GlobalStar-Gear-2270825370.jpgmedia.wired.com/photos/69dec7e35977... https://media.wired.com/photos/69dec7e359777aa741957731/1:1/w_1024%2Cc_limit/Amazon-Bought-GlobalStar-Gear-2270825370.jpg — 200 — 67.9 KiB — 73 ms — h3https://media.wired.com/photos/69dfb6527e53dbff73e9fde2/1:1/w_1024%2Cc_limit/GettyImages-2269650026.jpgmedia.wired.com/photos/69dfb6527e53... https://media.wired.com/photos/69dfb6527e53dbff73e9fde2/1:1/w_1024%2Cc_limit/GettyImages-2269650026.jpg — 200 — 74.1 KiB — 77 ms — h3https://media.wired.com/photos/69dd3923d295d33b0cbbe7c1/16:9/w_1600%2Cc_limit/Big-Interview-UV-Solo-Alex-Bores-Politics-2259873774.jpgmedia.wired.com/photos/69dd3923d295... https://media.wired.com/photos/69dd3923d295d33b0cbbe7c1/16:9/w_1600%2Cc_limit/Big-Interview-UV-Solo-Alex-Bores-Politics-2259873774.jpg — 200 — 194.3 KiB — 125 ms — h3https://media.wired.com/photos/69df1b43d64f8f9661da102a/1:1/w_1024%2Cc_limit/The-Best-Smart-Smoke-Alarms%25E2%2580%2594and-Why-You-Still-Need-at-Least-One-Dumb-Alarm.jpgmedia.wired.com/photos/69df1b43d64f... https://media.wired.com/photos/69df1b43d64f8f9661da102a/1:1/w_1024%2Cc_limit/The-Best-Smart-Smoke-Alarms%25E2%2580%2594and-Why-You-Still-Need-at-Least-One-Dumb-Alarm.jpg — 200 — 128.1 KiB — 106 ms — h3https://media.wired.com/photos/685f10e6472f227b69cc9560/1:1/w_1024%2Cc_limit/The%2520Best%2520Standing%2520Desks.pngmedia.wired.com/photos/685f10e6472f... https://media.wired.com/photos/685f10e6472f227b69cc9560/1:1/w_1024%2Cc_limit/The%2520Best%2520Standing%2520Desks.png — 200 — 132.0 KiB — 115 ms — h3https://media.wired.com/photos/686729e7c3e228b35983727d/1:1/w_1024%2Cc_limit/Best%2520Wifi%2520Routers.pngmedia.wired.com/photos/686729e7c3e2... https://media.wired.com/photos/686729e7c3e228b35983727d/1:1/w_1024%2Cc_limit/Best%2520Wifi%2520Routers.png — 200 — 125.6 KiB — 114 ms — h3https://media.wired.com/photos/68a91d240ff15a77d5c4a427/1:1/w_1024%2Cc_limit/Which%2520GoPro%2520Hero%2520Camera%2520Should%2520You%2520Buy_.pngmedia.wired.com/photos/68a91d240ff1... https://media.wired.com/photos/68a91d240ff15a77d5c4a427/1:1/w_1024%2Cc_limit/Which%2520GoPro%2520Hero%2520Camera%2520Should%2520You%2520Buy_.png — 200 — 146.7 KiB — 120 ms — h3https://media.wired.com/photos/69d5747914cc7e3430d8e8cc/1:1/w_1024%2Cc_limit/pol_Trump_GettyImages-2267897516.jpgmedia.wired.com/photos/69d5747914cc... https://media.wired.com/photos/69d5747914cc7e3430d8e8cc/1:1/w_1024%2Cc_limit/pol_Trump_GettyImages-2267897516.jpg — 200 — 64.4 KiB — 79 ms — h3https://media.wired.com/photos/69d681be0aa0c0c6d4da5c6c/1:1/w_1024%2Cc_limit/GettyImages-825967636.jpgmedia.wired.com/photos/69d681be0aa0... https://media.wired.com/photos/69d681be0aa0c0c6d4da5c6c/1:1/w_1024%2Cc_limit/GettyImages-825967636.jpg — 200 — 35.0 KiB — 61 ms — h3https://media.wired.com/photos/69c342b9ea56e672b4eef391/1:1/w_1024%2Cc_limit/240203_KOH2024_Reamer.016.jpgmedia.wired.com/photos/69c342b9ea56... https://media.wired.com/photos/69c342b9ea56e672b4eef391/1:1/w_1024%2Cc_limit/240203_KOH2024_Reamer.016.jpg — 200 — 162.6 KiB — 123 ms — h3https://media.wired.com/photos/69cd244228d35b2c1dfa6820/1:1/w_1024%2Cc_limit/excerpt-AppleVisionPro_V2.jpgmedia.wired.com/photos/69cd244228d3... https://media.wired.com/photos/69cd244228d35b2c1dfa6820/1:1/w_1024%2Cc_limit/excerpt-AppleVisionPro_V2.jpg — 200 — 65.9 KiB — 79 ms — h3https://media.wired.com/photos/69c5c6fcd03999521bd70374/1:1/w_1024%2Cc_limit/Deicer_03.7.jpgmedia.wired.com/photos/69c5c6fcd039... https://media.wired.com/photos/69c5c6fcd03999521bd70374/1:1/w_1024%2Cc_limit/Deicer_03.7.jpg — 200 — 79.5 KiB — 89 ms — h3https://media.wired.com/photos/69d56806948761f395b6962c/1:1/w_1024%2Cc_limit/Model-Behavior-Black-Forest-Labs-Business-2193762181.jpgmedia.wired.com/photos/69d568069487... https://media.wired.com/photos/69d56806948761f395b6962c/1:1/w_1024%2Cc_limit/Model-Behavior-Black-Forest-Labs-Business-2193762181.jpg — 200 — 118.6 KiB — 110 ms — h3https://media.wired.com/photos/69d585fca17189a9bfdc3917/1:1/w_1024%2Cc_limit/AI-Lab-Victor-Army-LLM-Business.jpgmedia.wired.com/photos/69d585fca171... https://media.wired.com/photos/69d585fca17189a9bfdc3917/1:1/w_1024%2Cc_limit/AI-Lab-Victor-Army-LLM-Business.jpg — 200 — 265.1 KiB — 132 ms — h3https://media.wired.com/photos/69d5729e948761f395b6963a/1:1/w_1024%2Cc_limit/politics_trump_attorney_general.jpgmedia.wired.com/photos/69d5729e9487... https://media.wired.com/photos/69d5729e948761f395b6963a/1:1/w_1024%2Cc_limit/politics_trump_attorney_general.jpg — 200 — 54.5 KiB — 74 ms — h3https://media.wired.com/photos/69cec0fd316700facf30df24/1:1/w_1024%2Cc_limit/Backchannel-The-Story-of-John-Perry-Barlow-and-JFK-Jr-Business.jpgmedia.wired.com/photos/69cec0fd3167... https://media.wired.com/photos/69cec0fd316700facf30df24/1:1/w_1024%2Cc_limit/Backchannel-The-Story-of-John-Perry-Barlow-and-JFK-Jr-Business.jpg — 200 — 102.3 KiB — 106 ms — h3https://media.wired.com/photos/6995f4e36d0b5a054ae3e684/1:1/w_1024%2Cc_limit/things_fall_apart_landing.gifmedia.wired.com/photos/6995f4e36d0b... https://media.wired.com/photos/6995f4e36d0b5a054ae3e684/1:1/w_1024%2Cc_limit/things_fall_apart_landing.gif — 200 — 1.8 MiB — 208 ms — h3https://media.wired.com/photos/6984c757373aa7c9b0691945/1:1/w_1024%2Cc_limit/WIRED_WinterOlympics_R3.jpgmedia.wired.com/photos/6984c757373a... https://media.wired.com/photos/6984c757373aa7c9b0691945/1:1/w_1024%2Cc_limit/WIRED_WinterOlympics_R3.jpg — 200 — 106.0 KiB — 107 ms — h3https://media.wired.com/photos/696bb6f2b0c775c788d0ce97/1:1/w_1024%2Cc_limit/0403_WIRED123025_Concept1B%2520copy.jpgmedia.wired.com/photos/696bb6f2b0c7... https://media.wired.com/photos/696bb6f2b0c775c788d0ce97/1:1/w_1024%2Cc_limit/0403_WIRED123025_Concept1B%2520copy.jpg — 200 — 86.3 KiB — 98 ms — h3https://media.wired.com/photos/6942c596ccb20d7f6624aac2/1:1/w_1024%2Cc_limit/ETW-Top-Art-GIF.gifmedia.wired.com/photos/6942c596ccb2... https://media.wired.com/photos/6942c596ccb20d7f6624aac2/1:1/w_1024%2Cc_limit/ETW-Top-Art-GIF.gif — 200 — 409.3 KiB — 140 ms — h3https://media.wired.com/photos/59cacaede7a725360459fd2d/1:1/w_1024%2Cc_limit/DSC_4004-7-v1-bw-1.jpgmedia.wired.com/photos/59cacaede7a7... https://media.wired.com/photos/59cacaede7a725360459fd2d/1:1/w_1024%2Cc_limit/DSC_4004-7-v1-bw-1.jpg — 200 — 54.7 KiB — 83 ms — h3https://media.wired.com/photos/5c1c75ed59e96b0db4565b2d/1:1/w_1024%2Cc_limit/PanAm-79003962-w.jpgmedia.wired.com/photos/5c1c75ed59e9... https://media.wired.com/photos/5c1c75ed59e96b0db4565b2d/1:1/w_1024%2Cc_limit/PanAm-79003962-w.jpg — 200 — 151.4 KiB — 118 ms — h3https://media.wired.com/photos/6451677ceb3f06fa8140cd63/1:1/w_1024%2Cc_limit/WI060123_FF_Geothermal_01.jpgmedia.wired.com/photos/6451677ceb3f... https://media.wired.com/photos/6451677ceb3f06fa8140cd63/1:1/w_1024%2Cc_limit/WI060123_FF_Geothermal_01.jpg — 200 — 191.1 KiB — 124 ms — h3https://media.wired.com/photos/62cc3e03e0140c38a4e49be3/1:1/w_1024%2Cc_limit/Influence-Peddler-Top.jpgmedia.wired.com/photos/62cc3e03e014... https://media.wired.com/photos/62cc3e03e0140c38a4e49be3/1:1/w_1024%2Cc_limit/Influence-Peddler-Top.jpg — 200 — 128.1 KiB — 115 ms — h3https://fides.condenastdigital.com/api/v1/notices-servedfides.condenastdigital.com/api/v1/n... https://fides.condenastdigital.com/api/v1/notices-served — 200 — 0 B — 39 ms — h2https://media.wired.com/clips/69d8f8b670354d7c78851625/master/pass/Fake_lead_1%20(1).mp4media.wired.com/clips/69d8f8b670354... https://media.wired.com/clips/69d8f8b670354d7c78851625/master/pass/Fake_lead_1%20(1).mp4 — 206 — 2.2 MiB — 137 ms — h3https://media.wired.com/photos/69d6f6552ce2d8ce963cfb39/16:9/w_1280,c_limit/Made-In-China-Inside-Chinas-Selective-War-on-the-Scam-Economy-Business-2256479172.jpgmedia.wired.com/photos/69d6f6552ce2... https://media.wired.com/photos/69d6f6552ce2d8ce963cfb39/16:9/w_1280,c_limit/Made-In-China-Inside-Chinas-Selective-War-on-the-Scam-Economy-Business-2256479172.jpg — 200 — 629 B — 36 ms — h3https://media.wired.com/photos/69c138458ee963c6c9d0d018/16:9/w_1280,c_limit/war-machine-home-top.gifmedia.wired.com/photos/69c138458ee9... https://media.wired.com/photos/69c138458ee963c6c9d0d018/16:9/w_1280,c_limit/war-machine-home-top.gif — 200 — 628 B — 171 ms — h3https://media.wired.com/photos/63517ff717fba1b3a9d6c026/16:9/w_1280,c_limit/Nepenthes_9740-FINAL.jpgmedia.wired.com/photos/63517ff717fb... https://media.wired.com/photos/63517ff717fba1b3a9d6c026/16:9/w_1280,c_limit/Nepenthes_9740-FINAL.jpg — 200 — 630 B — 24 ms — h3https://fides.condenastdigital.com/api/v1/notices-servedfides.condenastdigital.com/api/v1/n... https://fides.condenastdigital.com/api/v1/notices-served — 200 — 1.4 KiB — 136 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js?cb=31097816securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js?cb=31097816 — 200 — 187.6 KiB — 82 ms — h3https://news.google.com/swg/js/v1/swg-button.cssnews.google.com/swg/js/v1/swg-butto... https://news.google.com/swg/js/v1/swg-button.css — 200 — 5.2 KiB — 30 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-5HBJC2K&l=dataLayerwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5HBJC2K&l=dataLayer — 200 — 203.8 KiB — 189 ms — h2https://rum.condenastdigital.com/client/boomerang-1.0.c0cbec6da22c38733fef2a494104b4816b956fea.min.jsrum.condenastdigital.com/client/boo... https://rum.condenastdigital.com/client/boomerang-1.0.c0cbec6da22c38733fef2a494104b4816b956fea.min.js — 200 — 28.1 KiB — 68 ms — http/1.1https://cdn.gladly.com/assets/chat-sdk/vendor-node_modules_reduxjs_toolkit_dist_redux-toolkit_cjs_production_min_js-node_modules_bow-b52086~3b4ca15b1a4587be.jscdn.gladly.com/assets/chat-sdk/vend... https://cdn.gladly.com/assets/chat-sdk/vendor-node_modules_reduxjs_toolkit_dist_redux-toolkit_cjs_production_min_js-node_modules_bow-b52086~3b4ca15b1a4587be.js — 200 — 47.1 KiB — 11 ms — h2https://cdn.gladly.com/assets/chat-sdk/apiBootstrap~2cfce1229b40af21.jscdn.gladly.com/assets/chat-sdk/apiB... https://cdn.gladly.com/assets/chat-sdk/apiBootstrap~2cfce1229b40af21.js — 200 — 43.4 KiB — 14 ms — h2https://www.wired.com/cdn-cgi/challenge-platform/h/g/jsd/oneshot/b0a7532ac8ec/0.8865450939385707:1776294717:ed_zdHlWXA7PC06Ttuwf9pmY27-L2aap60i7FQr2blk/9eceb1315e0dd0b3www.wired.com/cdn-cgi/challenge-pla... https://www.wired.com/cdn-cgi/challenge-platform/h/g/jsd/oneshot/b0a7532ac8ec/0.8865450939385707:1776294717:ed_zdHlWXA7PC06Ttuwf9pmY27-L2aap60i7FQr2blk/9eceb1315e0dd0b3 — 200 — 1.0 KiB — 24 ms — h3https://yusui.conde.digital/v1?applicationID=wired-verso-hp-trending&brand=wired&exclude%5Bcategory%5D=tags%2Fars-technica&exclude%5Bcategory%5D=tags%2Fclimate-desk&exclude%5Bcategory%5D=tags%2Fquanta-magazine&exclude%5Bcategory%5D=tags%2Fdeals&exclude%5Bcategory%5D=tags%2Fcoupons&exclude%5BcopilotId%5D=69d7c19ee4b2be3c02afd803&exclude%5BcopilotId%5D=69df94da6aa484f47437e250&exclude%5BcopilotId%5D=69dd4c355630ccde90450726&exclude%5BcopilotId%5D=69dea07ad65bd08a99b06850&exclude%5BcopilotId%5D=69dd36a7c9b6deafe3260d34&exclude%5BcopilotId%5D=69deaf54d65bd08a99b06af1&exclude%5BcopilotId%5D=69dfb395cabb703481012f18&exclude%5BcopilotId%5D=69dea07ad65bd08a99b06850&exclude%5BcopilotId%5D=69dfb395cabb703481012f18&exclude%5BcopilotId%5D=69dd36a7c9b6deafe3260d34&exclude%5BcopilotId%5D=69dfba6f4d1ff65c342bbbfe&exclude%5BcopilotId%5D=69deaf54d65bd08a99b06af1&exclude%5BcopilotId%5D=69d90690c74cc8e55e0803dc&exclude%5BcopilotId%5D=69cc38471768e21b71806b25&exclude%5BcopilotId%5D=67191fbf6528f427186f6982&exclude%5BcopilotId%5D=6246df08ceb527a328de3864&exclude%5BcopilotId%5D=652e8ca915f894ccf327dc3f&filter%5Blanguage%5D=en-US&filter%5Bstrategy%5D=POPULAR&page%5Bsize%5D=5&copilotId=61939104403ea76d6f7c2304&url=https%3A%2F%2Fwww.wired.com%2F&xid=ece16bb9-88e0-44f0-b418-a2624c8d4520yusui.conde.digital/v1?applicationI... https://yusui.conde.digital/v1?applicationID=wired-verso-hp-trending&brand=wired&exclude%5Bcategory%5D=tags%2Fars-technica&exclude%5Bcategory%5D=tags%2Fclimate-desk&exclude%5Bcategory%5D=tags%2Fquanta-magazine&exclude%5Bcategory%5D=tags%2Fdeals&exclude%5Bcategory%5D=tags%2Fcoupons&exclude%5BcopilotId%5D=69d7c19ee4b2be3c02afd803&exclude%5BcopilotId%5D=69df94da6aa484f47437e250&exclude%5BcopilotId%5D=69dd4c355630ccde90450726&exclude%5BcopilotId%5D=69dea07ad65bd08a99b06850&exclude%5BcopilotId%5D=69dd36a7c9b6deafe3260d34&exclude%5BcopilotId%5D=69deaf54d65bd08a99b06af1&exclude%5BcopilotId%5D=69dfb395cabb703481012f18&exclude%5BcopilotId%5D=69dea07ad65bd08a99b06850&exclude%5BcopilotId%5D=69dfb395cabb703481012f18&exclude%5BcopilotId%5D=69dd36a7c9b6deafe3260d34&exclude%5BcopilotId%5D=69dfba6f4d1ff65c342bbbfe&exclude%5BcopilotId%5D=69deaf54d65bd08a99b06af1&exclude%5BcopilotId%5D=69d90690c74cc8e55e0803dc&exclude%5BcopilotId%5D=69cc38471768e21b71806b25&exclude%5BcopilotId%5D=67191fbf6528f427186f6982&exclude%5BcopilotId%5D=6246df08ceb527a328de3864&exclude%5BcopilotId%5D=652e8ca915f894ccf327dc3f&filter%5Blanguage%5D=en-US&filter%5Bstrategy%5D=POPULAR&page%5Bsize%5D=5&copilotId=61939104403ea76d6f7c2304&url=https%3A%2F%2Fwww.wired.com%2F&xid=ece16bb9-88e0-44f0-b418-a2624c8d4520 — 200 — 5.9 KiB — 19 ms — h2https://player.cnevids.com/script/video/69de44c6c1afbc78fd62971c.js?autoplay=1&muted=true&continuousPlay=0&hideControls=0&aspectRatio=9x16&disabledAds=true&hideHoverTitle=true&loopVideo=1&verticalLayout=true&onReady=onReady17762953469514&isFullBleed=false&isRightRail=false&onIframeReady=onIframeReady17762953469515player.cnevids.com/script/video/69d... https://player.cnevids.com/script/video/69de44c6c1afbc78fd62971c.js?autoplay=1&muted=true&continuousPlay=0&hideControls=0&aspectRatio=9x16&disabledAds=true&hideHoverTitle=true&loopVideo=1&verticalLayout=true&onReady=onReady17762953469514&isFullBleed=false&isRightRail=false&onIframeReady=onIframeReady17762953469515 — 200 — 23.5 KiB — 43 ms — http/1.1https://globalservices.conde.digital/cwv-attribution.4.2.4.jsglobalservices.conde.digital/cwv-at... https://globalservices.conde.digital/cwv-attribution.4.2.4.js — 200 — 2.8 KiB — 4 ms — h2https://www.wired.com/com.condenast/yv8www.wired.com/com.condenast/yv8 https://www.wired.com/com.condenast/yv8 — 200 — 345 B — 161 ms — h3https://assets.bonappetit.com/photos/686ea38fcb59aaabef7a795d/original/pass/Wired_Zoom_Rollover_300x200_v2a_Shorter.gif?format=originalassets.bonappetit.com/photos/686ea3... https://assets.bonappetit.com/photos/686ea38fcb59aaabef7a795d/original/pass/Wired_Zoom_Rollover_300x200_v2a_Shorter.gif?format=original — 200 — 861.4 KiB — 33 ms — h3https://cdn.gladly.com/orgs/configs/chat/condenast.com-WIRED.json?q=1776295347160cdn.gladly.com/orgs/configs/chat/co... https://cdn.gladly.com/orgs/configs/chat/condenast.com-WIRED.json?q=1776295347160 — 200 — 2.9 KiB — 209 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-PVBXQMCR&gtm=4e64e1www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PVBXQMCR&gtm=4e64e1 — 200 — 119.7 KiB — 61 ms — h2https://www.wired.com/com.condenast/yv8www.wired.com/com.condenast/yv8 https://www.wired.com/com.condenast/yv8 — 200 — 345 B — 120 ms — h3https://player.cnevids.com/embed-api.json?videoId=69de44c6c1afbc78fd62971c&embedLocation=wiredplayer.cnevids.com/embed-api.json?v... https://player.cnevids.com/embed-api.json?videoId=69de44c6c1afbc78fd62971c&embedLocation=wired — 200 — 4.5 KiB — 34 ms — http/1.1https://imasdk.googleapis.com/js/sdkloader/ima3.jsimasdk.googleapis.com/js/sdkloader/... https://imasdk.googleapis.com/js/sdkloader/ima3.js — 200 — 146.0 KiB — 172 ms — h2https://static.adsafeprotected.com/vans-adapter-google-ima.jsstatic.adsafeprotected.com/vans-ada... https://static.adsafeprotected.com/vans-adapter-google-ima.js — 200 — 7.1 KiB — 14 ms — h2https://imasdk.googleapis.com/js/sdkloader/gpt_proxy.jsimasdk.googleapis.com/js/sdkloader/... https://imasdk.googleapis.com/js/sdkloader/gpt_proxy.js — 200 — 38.2 KiB — 121 ms — h2https://player-frontend.cnevids.com/player/player-style-6502ac28d2c5201f186e.cssplayer-frontend.cnevids.com/player/... https://player-frontend.cnevids.com/player/player-style-6502ac28d2c5201f186e.css — 200 — 13.6 KiB — 14 ms — http/1.1https://player-frontend.cnevids.com/player/main-edfa691b41733ec3dcc1.jsplayer-frontend.cnevids.com/player/... https://player-frontend.cnevids.com/player/main-edfa691b41733ec3dcc1.js — 200 — 254.9 KiB — 28 ms — http/1.1https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604140101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604140101/gpt — 200 — 23.1 KiB — 29 ms — h3https://cdn.gladly.com/orgs/configs/chat/condenast.com-WIRED-dynamic.json?q=1776295347386cdn.gladly.com/orgs/configs/chat/co... https://cdn.gladly.com/orgs/configs/chat/condenast.com-WIRED-dynamic.json?q=1776295347386 — 200 — 1.0 KiB — 5 ms — h2https://cdnjs.cloudflare.com/ajax/libs/snowplow/2.16.3/sp.min.jscdnjs.cloudflare.com/ajax/libs/snow... https://cdnjs.cloudflare.com/ajax/libs/snowplow/2.16.3/sp.min.js — 200 — 23.1 KiB — 65 ms — h3blob:https://www.wired.com/62b93beb-7fdc-4de6-ad9b-4bdd72264f5ewww.wired.com/62b93beb-7fdc-4de6-ad... blob:https://www.wired.com/62b93beb-7fdc-4de6-ad9b-4bdd72264f5e — -1 — 0 B — 0 ms — https://imasdk.googleapis.com/js/core/bridge3.757.0_en.html?gdpr=1imasdk.googleapis.com/js/core/bridg... https://imasdk.googleapis.com/js/core/bridge3.757.0_en.html?gdpr=1 — 200 — 270.9 KiB — 184 ms — h2https://s0.2mdn.net/instream/video/client.jss0.2mdn.net/instream/video/client.j... https://s0.2mdn.net/instream/video/client.js — 200 — 16.8 KiB — 104 ms — h2https://pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.jspagead2.googlesyndication.com/omsdk... https://pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js — 200 — 15.4 KiB — 72 ms — h3https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill,d_placeholder_wired.png,fl_progressive,g_face,h_800,q_80,w_450/v1776174644/wired_irans-internet-access-has-been-cut-for-1000-hours.jpgdwgyu36up6iuz.cloudfront.net/heru80... https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill,d_placeholder_wired.png,fl_progressive,g_face,h_800,q_80,w_450/v1776174644/wired_irans-internet-access-has-been-cut-for-1000-hours.jpg — 200 — 36.4 KiB — 10 ms — http/1.1https://www.wired.com/com.condenast/yv8www.wired.com/com.condenast/yv8 https://www.wired.com/com.condenast/yv8 — 200 — 346 B — 122 ms — h3https://player-frontend.cnevids.com/assets/fonts/sf-ui-display-medium-webfont.woff2player-frontend.cnevids.com/assets/... https://player-frontend.cnevids.com/assets/fonts/sf-ui-display-medium-webfont.woff2 — 200 — 29.8 KiB — 337 ms — http/1.1https://dp8hsntg6do36.cloudfront.net/69de44c6c1afbc78fd62971c/3c943762-7d27-490c-b644-e048e793c7bdthumbs.mp4dp8hsntg6do36.cloudfront.net/69de44... https://dp8hsntg6do36.cloudfront.net/69de44c6c1afbc78fd62971c/3c943762-7d27-490c-b644-e048e793c7bdthumbs.mp4 — 206 — 554 B — 335 ms — http/1.1https://dp8hsntg6do36.cloudfront.net/69de44c6c1afbc78fd62971c/3c943762-7d27-490c-b644-e048e793c7bdthumbs.mp4dp8hsntg6do36.cloudfront.net/69de44... https://dp8hsntg6do36.cloudfront.net/69de44c6c1afbc78fd62971c/3c943762-7d27-490c-b644-e048e793c7bdthumbs.mp4 — 206 — 442 B — 40 ms — http/1.1blob:https://www.wired.com/722bf51e-10b6-4ea9-a397-0fda86b92503www.wired.com/722bf51e-10b6-4ea9-a3... blob:https://www.wired.com/722bf51e-10b6-4ea9-a397-0fda86b92503 — 200 — -1 B — 32 ms — blobblob:https://www.wired.com/152947d6-ff9c-492c-a583-802266477028www.wired.com/152947d6-ff9c-492c-a5... blob:https://www.wired.com/152947d6-ff9c-492c-a583-802266477028 — 200 — -1 B — 37 ms — blobblob:https://www.wired.com/e786897d-1333-4388-b909-76cee8b682d5www.wired.com/e786897d-1333-4388-b9... blob:https://www.wired.com/e786897d-1333-4388-b909-76cee8b682d5 — 200 — -1 B — 51 ms — blobhttps://dp8hsntg6do36.cloudfront.net/69de44c6c1afbc78fd62971c/3c943762-7d27-490c-b644-e048e793c7bdmanifest-ios.m3u8?videoIndex=0&requester=oodp8hsntg6do36.cloudfront.net/69de44... https://dp8hsntg6do36.cloudfront.net/69de44c6c1afbc78fd62971c/3c943762-7d27-490c-b644-e048e793c7bdmanifest-ios.m3u8?videoIndex=0&requester=oo — 200 — 1.5 KiB — 11 ms — http/1.1https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill,d_placeholder_wired.png,fl_progressive,g_face,h_800,q_80,w_450/v1776174644/wired_irans-internet-access-has-been-cut-for-1000-hours.jpgdwgyu36up6iuz.cloudfront.net/heru80... https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill,d_placeholder_wired.png,fl_progressive,g_face,h_800,q_80,w_450/v1776174644/wired_irans-internet-access-has-been-cut-for-1000-hours.jpg — 200 — 0 B — 11 ms — http/1.1https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill,d_placeholder_wired.png,fl_progressive,g_face,h_800,q_80,w_450/v1776174644/wired_irans-internet-access-has-been-cut-for-1000-hours.jpgdwgyu36up6iuz.cloudfront.net/heru80... https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill,d_placeholder_wired.png,fl_progressive,g_face,h_800,q_80,w_450/v1776174644/wired_irans-internet-access-has-been-cut-for-1000-hours.jpg — 200 — 0 B — 12 ms — http/1.1https://dp8hsntg6do36.cloudfront.net/69de44c6c1afbc78fd62971c/3c943762-7d27-490c-b644-e048e793c7bdfile-1422k-128-48000-432.m3u8dp8hsntg6do36.cloudfront.net/69de44... https://dp8hsntg6do36.cloudfront.net/69de44c6c1afbc78fd62971c/3c943762-7d27-490c-b644-e048e793c7bdfile-1422k-128-48000-432.m3u8 — 200 — 1.5 KiB — 3 ms — http/1.1https://dp8hsntg6do36.cloudfront.net/69de44c6c1afbc78fd62971c/3c943762-7d27-490c-b644-e048e793c7bdfile-1422k-128-48000-432-00001.tsdp8hsntg6do36.cloudfront.net/69de44... https://dp8hsntg6do36.cloudfront.net/69de44c6c1afbc78fd62971c/3c943762-7d27-490c-b644-e048e793c7bdfile-1422k-128-48000-432-00001.ts — 200 — 572.6 KiB — 19 ms — http/1.1https://www.wired.com/com.condenast/yv8www.wired.com/com.condenast/yv8 https://www.wired.com/com.condenast/yv8 — 200 — 345 B — 113 ms — h3https://www.wired.com/verso/static/wired-us/assets/favicon.icowww.wired.com/verso/static/wired-us... https://www.wired.com/verso/static/wired-us/assets/favicon.ico — 200 — 834 B — 24 ms — h3https://rum.condenastdigital.com/beaconrum.condenastdigital.com/beacon https://rum.condenastdigital.com/beacon — 204 — 0 B — 366 ms — http/1.1https://www.wired.com/verso/static/wired-us/assets/favicon.icowww.wired.com/verso/static/wired-us... https://www.wired.com/verso/static/wired-us/assets/favicon.ico — 200 — 0 B — 1 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 2692ms · 1964KB · $46/mo
www.wired.com
Other
Costly
Execution 523ms
Transfer 330 KB
Unused 49%
Monthly Cost $9/mo
www.wired.com
Other
Costly
Execution 452ms
Transfer 171 KB
Monthly Cost $8/mo
Unattributable
Other
Costly
Execution 390ms
Transfer 0 KB
Monthly Cost $7/mo
www.wired.com
Other
Costly
Execution 388ms
Transfer 32 KB
Monthly Cost $7/mo
imasdk.googleapis.com
Other
Costly
Execution 207ms
Transfer 38 KB
Unused 55%
Monthly Cost $4/mo
player-frontend.cnevids.com
Other
Optional
Execution 179ms
Transfer 255 KB
Unused 48%
Monthly Cost $3/mo
privacy.condenastdigital.com
Other
Optional
Execution 143ms
Transfer 198 KB
Monthly Cost $2/mo
www.wired.com
Other
Optional
Execution 123ms
Transfer 67 KB
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 92ms
Transfer 204 KB
Unused 35%
Monthly Cost $2/mo
www.wired.com
Other
Optional
Execution 84ms
Transfer 481 KB
Unused 50%
Monthly Cost $1/mo
www.wired.com
Other
Optional
Execution 58ms
Transfer 0 KB
Monthly Cost $1/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 53ms
Transfer 188 KB
Unused 76%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.wired.com adds 523ms and costs ~$9/month
  • www.wired.com adds 452ms and costs ~$8/month
  • Unattributable adds 390ms and costs ~$7/month
  • www.wired.com adds 388ms and costs ~$7/month
  • imasdk.googleapis.com adds 207ms and costs ~$4/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.wired.com takes 523ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.wired.com takes 452ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 390ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.wired.com takes 388ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

imasdk.googleapis.com takes 207ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

55% of imasdk.googleapis.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

50% of www.wired.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

76% of securepubads.g.doubleclick.net's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback