Performance
· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.00 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.02 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
15.14 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.029
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
23.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.
85.62 s
Page Load Progression
FPage Weight BudgetAction14.6 MB transferred, 544 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
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.
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.
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.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction87% third-party, 0 ms blockingFIX
FJS Execution CostAction53026ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 5619ms | 1073ms | 0ms | 3rd |
| https://aam.a47b.com/aam?asid=dP4XOPhO&af=320x50&ad=138462800352&adv=5328081061&ca=6333897734&io=3222035207&pl=138462800352&ra=2084288042&st=wired.com&edst=21698341355&spl=/3379/conde.wired/hero/homepage/bundle/1 | 4301ms | 1917ms | 9ms | 3rd |
| https://www.wired.com/ | 3856ms | 245ms | 248ms | 1st |
| https://www.redditstatic.com/ads/pixel.js?pixel_id=t2_bn0mvswd | 3449ms | 3308ms | 25ms | 3rd |
| https://www.wired.com/verso/static/1322.b85b1e0d77029b5e1dcb.js | 3407ms | 2651ms | 157ms | 1st |
| https://bd1cec50-00d1-4ce9-9572-785857419a1e.edge.permutive.app/1dfc40bb-d155-4f15-970e-99450dbfa0e2-web.js | 3008ms | 2234ms | 384ms | 3rd |
| https://www.wired.com/n4-Znl8XWG7N9Vg0RqvxuwdkfH1De86y4VF_ttm0y21zxmMdew3UdsmOKM36CltjXVy67EEnyxP_r5PYNh0C62jc1mmy8sZQY6_Hri0F5ib2CfDHwOCGH4Wc4QuwWpRyE | 2238ms | 1606ms | 137ms | 1st |
| https://www.wired.com/verso/static/presenter-bundles.6c04290c88398ec2d6c7.js | 2134ms | 2072ms | 16ms | 1st |
| https://cdn.doubleverify.com/dv-measurements9730.js | 1975ms | 1679ms | 172ms | 3rd |
| https://ads-static.conde.digital/production/cns/builds/wired/v6.js?v=12511 | 1719ms | 1541ms | 18ms | 3rd |
Showing top 10 of 75 scripts
FJS BundlesAction133 scripts, 2.4 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.wired.com/verso/static/8197.ee4ad2ce0f172ed9fb47.js | 479 KB | 239 KB (50%) | ✓ | 1st |
| https://www.wired.com/verso/static/2519.d8395091bf07dbb36b08.js | 303 KB | 146 KB (48%) | ✓ | 1st |
| https://www.wired.com/verso/static/1322.b85b1e0d77029b5e1dcb.js | 293 KB | 141 KB (48%) | ✓ | 1st |
| https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604020101/show_ads_impl_fy2021.js?bust=31097614 | 178 KB | 133 KB (75%) | ✓ | 3rd |
| https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604020101/show_ads_impl_fy2021.js?bust=31097614 | 0 KB | 133 KB (75%) | ✓ | 3rd |
| https://www.wired.com/verso/static/6674.f48892d10419c7222632.js | 150 KB | 109 KB (73%) | ✓ | 1st |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604010101/pubads_impl.js?cb=31097585 | 182 KB | 88 KB (48%) | ✓ | 3rd |
| https://martech.condenastdigital.com/lib/martech.js | 118 KB | 76 KB (65%) | ✗ | 3rd |
| https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_ca9cac840170c7a80240bb233fb08e5f.br.js | 120 KB | 72 KB (61%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-R5ETWVDD06&cx=c>m=4e6420h2 | 143 KB | 70 KB (49%) | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
CImage OptimizationAction156 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Performance issues directly impact user engagement and conversion rates.
Set explicit width and height to prevent CLS.
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.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
BHTTP Cachingstale-while-revalidate=60, stale-if-error=86400, s-maxage=900REVIEW
stale-while-revalidate=60, stale-if-error=86400, s-maxage=900
| Directive | Value | Meaning |
|---|---|---|
| stale-while-revalidate | 60 | Serve stale for 1 minute while fetching fresh |
| stale-if-error | 86400 | |
| s-maxage | 900 | CDN caches for 15 minutes |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading11 fonts (313 KB)PASS
Web fonts
11
313 KB total
Render-blocking
0
of 11
Dominant font-display
swap
Most common across fonts
Font loading timeline
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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 resource hints configured
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall544 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 5619ms | 0 KB | — | $97/mo | Costly |
aam.a47b.com aam.a47b.com | Other | 4301ms | 24 KB | — | $74/mo | Costly |
www.redditstatic.com www.redditstatic.com | Other | 3449ms | 19 KB | — | $60/mo | Costly |
bd1cec50-00d1-4ce9-9572-785857419a1e.edge.permutive.app bd1cec50-00d1-4ce9-9572-785857419a1e.edge.permutive.app | Other | 3008ms | 381 KB | — | $52/mo | Costly |
cdn.doubleverify.com cdn.doubleverify.com | Other | 1975ms | 0 KB | 35% | $34/mo | Costly |
ads-static.conde.digital ads-static.conde.digital | Other | 1719ms | 41 KB | — | $30/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 1595ms | 182 KB | 48% | $28/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1440ms | 202 KB | 27% | $25/mo | Costly |
assets.bounceexchange.com assets.bounceexchange.com | Other | 1266ms | 120 KB | 61% | $22/mo | Costly |
pagead2.googlesyndication.com pagead2.googlesyndication.com | Other | 1021ms | 0 KB | 75% | $18/mo | Costly |
pixel.adsafeprotected.com pixel.adsafeprotected.com | Other | 857ms | 92 KB | 39% | $15/mo | Costly |
aam.a47b.com aam.a47b.com | Other | 626ms | 24 KB | — | $11/mo | Costly |
jsconfig.adsafeprotected.com jsconfig.adsafeprotected.com | Other | 571ms | 4 KB | — | $10/mo | Costly |
asset.fwpub1.com asset.fwpub1.com | Other | 542ms | 118 KB | 57% | $9/mo | Costly |
privacy.condenastdigital.com privacy.condenastdigital.com | Other | 540ms | 135 KB | — | $9/mo | Costly |
pagead2.googlesyndication.com pagead2.googlesyndication.com | Other | 530ms | 0 KB | 50% | $9/mo | Costly |
static.adsafeprotected.com static.adsafeprotected.com | Other | 522ms | 0 KB | — | $9/mo | Costly |
cdn-magiclinks.trackonomics.net cdn-magiclinks.trackonomics.net | Other | 496ms | 38 KB | — | $9/mo | Costly |
pagead2.googlesyndication.com pagead2.googlesyndication.com | Other | 478ms | 0 KB | 41% | $8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 468ms | 162 KB | 40% | $8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 397ms | 143 KB | 39% | $7/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 397ms | 155 KB | 26% | $7/mo | Costly |
client.aps.amazon-adsystem.com client.aps.amazon-adsystem.com | Other | 389ms | 81 KB | 40% | $7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 370ms | 143 KB | 38% | $6/mo | Costly |
jsconfig.adsafeprotected.com jsconfig.adsafeprotected.com | Other | 354ms | 2 KB | — | $6/mo | Costly |
cdn.gladly.com cdn.gladly.com | Other | 348ms | 44 KB | 55% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 343ms | 143 KB | 43% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 318ms | 145 KB | 42% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 316ms | 143 KB | 43% | $5/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 288ms | 110 KB | 54% | $5/mo | Costly |
pixel.adsafeprotected.com pixel.adsafeprotected.com | Other | 278ms | 92 KB | 39% | $5/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 277ms | 95 KB | 35% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 265ms | 129 KB | 46% | $5/mo | Costly |
sc-static.net sc-static.net | Other | 261ms | 25 KB | — | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 256ms | 129 KB | 46% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 243ms | 143 KB | 49% | $4/mo | Costly |
cdn.parsely.com cdn.parsely.com | Other | 206ms | 25 KB | — | $4/mo | Costly |
s.skimresources.com s.skimresources.com | Other | 203ms | 15 KB | — | $4/mo | Costly |
LinkedIn Insight snap.licdn.com | Advertising | 201ms | 19 KB | — | $3/mo | Costly |
assets.bounceexchange.com assets.bounceexchange.com | Other | 199ms | 16 KB | — | $3/mo | Optional |
ads-static.conde.digital ads-static.conde.digital | Other | 198ms | 104 KB | 37% | $3/mo | Optional |
ep2.adtrafficquality.google ep2.adtrafficquality.google | Other | 171ms | 0 KB | — | $3/mo | Optional |
cdn.doubleverify.com cdn.doubleverify.com | Other | 168ms | 0 KB | — | $3/mo | Optional |
globalservices.conde.digital globalservices.conde.digital | Other | 156ms | 26 KB | — | $3/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 136ms | 16 KB | — | $2/mo | Optional |
api.bounceexchange.com api.bounceexchange.com | Other | 129ms | 1 KB | — | $2/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 126ms | 34 KB | — | $2/mo | Optional |
uk-script.dotmetrics.net uk-script.dotmetrics.net | Other | 124ms | 28 KB | 73% | $2/mo | Optional |
tps.doubleverify.com tps.doubleverify.com | Other | 102ms | 1 KB | — | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 102ms | 119 KB | 50% | $2/mo | Optional |
assets.bounceexchange.com assets.bounceexchange.com | Other | 101ms | 5 KB | — | $2/mo | Optional |
ak.sail-horizon.com ak.sail-horizon.com | Other | 100ms | 55 KB | 72% | $2/mo | Optional |
tps.doubleverify.com tps.doubleverify.com | Other | 85ms | 1 KB | — | $1/mo | Optional |
cdn.treasuredata.com cdn.treasuredata.com | Other | 80ms | 15 KB | — | $1/mo | Optional |
assets.bounceexchange.com assets.bounceexchange.com | Other | 74ms | 30 KB | — | $1/mo | Optional |
Twitter/X Pixel static.ads-twitter.com | Advertising | 74ms | 13 KB | — | $1/mo | Optional |
assets.bounceexchange.com assets.bounceexchange.com | Other | 72ms | 47 KB | — | $1/mo | Optional |
news.google.com news.google.com | Other | 69ms | 71 KB | — | $1/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 67ms | 40 KB | — | $1/mo | Optional |
sb.scorecardresearch.com sb.scorecardresearch.com | Other | 62ms | 0 KB | — | $1/mo | Optional |
apis.google.com apis.google.com | Other | 59ms | 24 KB | — | $1/mo | Optional |
js.adsrvr.org js.adsrvr.org | Other | 56ms | 11 KB | — | $1/mo | Optional |
static.adsafeprotected.com static.adsafeprotected.com | Other | 53ms | 7 KB | — | $1/mo | Optional |
Bing UET bat.bing.com | Advertising | 51ms | 15 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 5619ms and costs ~$97/month
- aam.a47b.com adds 4301ms and costs ~$74/month
- www.redditstatic.com adds 3449ms and costs ~$60/month
- bd1cec50-00d1-4ce9-9572-785857419a1e.edge.permutive.app adds 3008ms and costs ~$52/month
- cdn.doubleverify.com adds 1975ms and costs ~$34/month
- ads-static.conde.digital adds 1719ms and costs ~$30/month
- securepubads.g.doubleclick.net adds 1595ms and costs ~$28/month
- Google Tag Manager adds 1440ms and costs ~$25/month
- assets.bounceexchange.com adds 1266ms and costs ~$22/month
- pagead2.googlesyndication.com adds 1021ms and costs ~$18/month
- pixel.adsafeprotected.com adds 857ms and costs ~$15/month
- aam.a47b.com adds 626ms and costs ~$11/month
- jsconfig.adsafeprotected.com adds 571ms and costs ~$10/month
- asset.fwpub1.com adds 542ms and costs ~$9/month
- privacy.condenastdigital.com adds 540ms and costs ~$9/month
- pagead2.googlesyndication.com adds 530ms and costs ~$9/month
- static.adsafeprotected.com adds 522ms and costs ~$9/month
- cdn-magiclinks.trackonomics.net adds 496ms and costs ~$9/month
- pagead2.googlesyndication.com adds 478ms and costs ~$8/month
- Google Tag Manager adds 468ms and costs ~$8/month
- Google Tag Manager adds 397ms and costs ~$7/month
- Facebook Pixel adds 397ms and costs ~$7/month
- client.aps.amazon-adsystem.com adds 389ms and costs ~$7/month
- Google Tag Manager adds 370ms and costs ~$6/month
- jsconfig.adsafeprotected.com adds 354ms and costs ~$6/month
- cdn.gladly.com adds 348ms and costs ~$6/month
- Google Tag Manager adds 343ms and costs ~$6/month
- Google Tag Manager adds 318ms and costs ~$6/month
- Google Tag Manager adds 316ms and costs ~$5/month
- analytics.tiktok.com adds 288ms and costs ~$5/month
- pixel.adsafeprotected.com adds 278ms and costs ~$5/month
- Facebook Pixel adds 277ms and costs ~$5/month
- Google Tag Manager adds 265ms and costs ~$5/month
- sc-static.net adds 261ms and costs ~$5/month
- Google Tag Manager adds 256ms and costs ~$4/month
- Google Tag Manager adds 243ms and costs ~$4/month
- cdn.parsely.com adds 206ms and costs ~$4/month
- s.skimresources.com adds 203ms and costs ~$4/month
- LinkedIn Insight adds 201ms and costs ~$3/month
74% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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
Unattributable takes 5619ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
aam.a47b.com takes 4301ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.redditstatic.com takes 3449ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
bd1cec50-00d1-4ce9-9572-785857419a1e.edge.permutive.app takes 3008ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
cdn.doubleverify.com takes 1975ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
ads-static.conde.digital takes 1719ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
securepubads.g.doubleclick.net takes 1595ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 1440ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
assets.bounceexchange.com takes 1266ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
61% of assets.bounceexchange.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
pagead2.googlesyndication.com takes 1021ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
75% of pagead2.googlesyndication.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
pixel.adsafeprotected.com takes 857ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
aam.a47b.com takes 626ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
jsconfig.adsafeprotected.com takes 571ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
asset.fwpub1.com takes 542ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
57% of asset.fwpub1.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
privacy.condenastdigital.com takes 540ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
pagead2.googlesyndication.com takes 530ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
static.adsafeprotected.com takes 522ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
cdn-magiclinks.trackonomics.net takes 496ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
pagead2.googlesyndication.com takes 478ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 468ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 397ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Facebook Pixel takes 397ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
client.aps.amazon-adsystem.com takes 389ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 370ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
jsconfig.adsafeprotected.com takes 354ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
cdn.gladly.com takes 348ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
55% of cdn.gladly.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Google Tag Manager takes 343ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 318ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 316ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
analytics.tiktok.com takes 288ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
54% of analytics.tiktok.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
pixel.adsafeprotected.com takes 278ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Facebook Pixel takes 277ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 265ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
sc-static.net takes 261ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 256ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 243ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
cdn.parsely.com takes 206ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
s.skimresources.com takes 203ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
LinkedIn Insight takes 201ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
73% of uk-script.dotmetrics.net's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
72% of ak.sail-horizon.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev