Skip to content
https://www.theverge.com

Performance

· 16 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
73
GRADE
C
FIX
4
REVIEW
2
PASS
8
INFO
2

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

26
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
87
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.
100
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.

6.65 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

22.40 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

4.36 s

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.002

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

10.99 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.

36.54 s

Page Load Progression

486 ms
972 ms
1.5 s
1.9 s
2.4 s
2.9 s
3.4 s
3.9 s
Checks
16
8 PASS 2 REVIEW 4 FIX
F
Page Weight Budget
Action
5.2 MB transferred, 187 requests
FIX
5.2 MB transferred, 187 requests
Critical::
Page weighs 13.5 MB (5.2 MB transferred)
Warning::
JavaScript is 3.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.2 MB
Warning::
Images are 1.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.1 MB
Info::
Fonts are 645 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 645 KB
Warning::
187 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.1 g CO2 per page load
5.2 MB / 2.4 MB budget
5.2 MB transferred
187 requests
1.1 g CO2 per page load
JavaScript 3.2 MiB 62%
Images 1.1 MiB 21%
Fonts 645.1 KiB 12%
HTML 114.7 KiB 2%
CSS 87.6 KiB 2%
Other 33.8 KiB 1%
Other 26.2 KiB 0%
Other 17.6 KiB 0%
Other 384 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

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

F
JS Execution Cost
Action
33774ms total JS execution
FIX
33774ms total JS execution
Warning::
https://d15kdpgjg3unno.cloudfront.net/oPS.js?cid=1...: 16131ms CPU time
Warning::
https://www.theverge.com/_next/static/chunks/pages...: 4018ms CPU time
Warning::
https://www.theverge.com/_next/static/chunks/frame...: 2786ms CPU time
Warning::
Unattributable: 2381ms CPU time
Warning::
https://www.theverge.com/: 2071ms CPU time
Warning::
Third-party scripts: 23981ms (71% of total)

Main Thread Breakdown

Script Evaluation 80% Other 9% Style & Layout 4%
ScriptTotalScriptingParse/CompileParty
https://d15kdpgjg3unno.cloudfront.net/oPS.js?cid=11316131ms16026ms17ms3rd
https://www.theverge.com/_next/static/chunks/pages/_app-e6a244fd60f98f13.js4018ms3187ms273ms1st
https://www.theverge.com/_next/static/chunks/framework-8e0f3cf51af7b1e2.js2786ms2538ms19ms1st
Unattributable2381ms183ms0ms3rd
https://www.theverge.com/2071ms25ms1ms1st
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604060101/pubads_impl.js?cb=310976811841ms1687ms49ms3rd
https://cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.js1431ms1045ms48ms3rd
https://www.theverge.com/metrics/gtm.js?id=GTM-WQ5FM5W421ms344ms72ms1st
https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_e645891259bb60090bde423588e192e6.br.js314ms217ms85ms3rd
https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js253ms148ms94ms3rd

Showing top 10 of 24 scripts

F
JS Bundles
Action
60 scripts, 1.4 MB unused
FIX
60 scripts, 1.4 MB unused
Warning::
https://www.theverge.com/metrics/gtm.js?id=GTM-WQ5...: 222 KB unused (32%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/kUYUkUl...: 179 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/kUYUkUl...: 179 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/kUYUkUl...: 179 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.theverge.com/_next/static/chunks/pages...: 170 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.4 MB
1383 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.theverge.com/metrics/gtm.js?id=GTM-WQ5FM5W687 KB222 KB (32%)1st
https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js0 KB179 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js363 KB179 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js363 KB179 KB (49%)3rd
https://www.theverge.com/_next/static/chunks/pages/_app-e6a244fd60f98f13.js441 KB170 KB (39%)1st
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604060101/pubads_impl.js?cb=31097681183 KB103 KB (56%)3rd
https://www.theverge.com/metrics/gtd?id=AW-926030959&cx=c&gtm=4e6460143 KB74 KB (52%)1st
https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_e645891259bb60090bde423588e192e6.br.js120 KB69 KB (57%)3rd
https://cdn.bullwhip.cloud/sonar/vox-verge.umd.js124 KB67 KB (54%)3rd
https://cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.js104 KB35 KB (49%)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

D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store,private
Info::
ETag present — enables conditional (304) responses
Cache-Control

no-store,private

DirectiveValueMeaning
no-storeNever cache this response
privateOnly browser cache, not CDN/proxy
B
Third-Party Impact
58% third-party, 0 ms blocking
REVIEW
58% third-party, 0 ms blocking
Warning::
Third-party code accounts for 58% of page weight (3.0 MiB of 5.2 MiB)
Info::
Third-party blocking time is low (0 ms)
42%
58%
First-party Third-party
B
Image Optimization
28 images, 0 KB saveable
REVIEW
28 images, 0 KB saveable
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
28 images 1.1 MB
0 oversized -0 KB
12 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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
17 fonts (645 KB)
PASS
17 fonts (645 KB)
Info::
17 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

17

645 KB total

Render-blocking

0

of 17

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s FCP 6.7 s LCP 22.4 shttps://www.theverge.com/_next/static/media/e0d450417c4fcdb2-s.p.woff2e0d450417c4fcdb2-s.p.woff2 https://www.theverge.com/_next/static/media/e0d450417c4fcdb2-s.p.woff2 — 42.7 KiB — 0 ms — font-display: swaphttps://www.theverge.com/_next/static/media/167de315d6f8820c-s.p.woff2167de315d6f8820c-s.p.woff2 https://www.theverge.com/_next/static/media/167de315d6f8820c-s.p.woff2 — 29.9 KiB — 0 ms — font-display: swaphttps://www.theverge.com/_next/static/media/c32d4f9e62509b70-s.p.woff2c32d4f9e62509b70-s.p.woff2 https://www.theverge.com/_next/static/media/c32d4f9e62509b70-s.p.woff2 — 30.9 KiB — 0 ms — font-display: swaphttps://www.theverge.com/_next/static/media/8314bd48671746e7-s.p.woff28314bd48671746e7-s.p.woff2 https://www.theverge.com/_next/static/media/8314bd48671746e7-s.p.woff2 — 30.5 KiB — 0 ms — font-display: swaphttps://www.theverge.com/_next/static/media/1acdcb23bd60cdf8-s.p.woff21acdcb23bd60cdf8-s.p.woff2 https://www.theverge.com/_next/static/media/1acdcb23bd60cdf8-s.p.woff2 — 31.7 KiB — 0 ms — font-display: swaphttps://www.theverge.com/_next/static/media/e334064d2786be51-s.p.woff2e334064d2786be51-s.p.woff2 https://www.theverge.com/_next/static/media/e334064d2786be51-s.p.woff2 — 30.8 KiB — 0 ms — font-display: swaphttps://www.theverge.com/_next/static/media/dbe24bfb7e9bcd79-s.p.woff2dbe24bfb7e9bcd79-s.p.woff2 https://www.theverge.com/_next/static/media/dbe24bfb7e9bcd79-s.p.woff2 — 32.1 KiB — 0 ms — font-display: swaphttps://www.theverge.com/_next/static/media/caa65695070c604f-s.p.woff2caa65695070c604f-s.p.woff2 https://www.theverge.com/_next/static/media/caa65695070c604f-s.p.woff2 — 35.1 KiB — 0 ms — font-display: swaphttps://www.theverge.com/_next/static/media/7f8638c9585902a6-s.p.woff27f8638c9585902a6-s.p.woff2 https://www.theverge.com/_next/static/media/7f8638c9585902a6-s.p.woff2 — 36.9 KiB — 0 ms — font-display: swaphttps://www.theverge.com/_next/static/media/afa7a955b67174eb-s.woff2afa7a955b67174eb-s.woff2 https://www.theverge.com/_next/static/media/afa7a955b67174eb-s.woff2 — 30.5 KiB — 0 ms — font-display: swaphttps://www.theverge.com/_next/static/media/60369a8d37d9d5b8-s.woff260369a8d37d9d5b8-s.woff2 https://www.theverge.com/_next/static/media/60369a8d37d9d5b8-s.woff2 — 35.1 KiB — 0 ms — font-display: swaphttps://www.theverge.com/_next/static/media/b61d461e2e1d8573-s.woff2b61d461e2e1d8573-s.woff2 https://www.theverge.com/_next/static/media/b61d461e2e1d8573-s.woff2 — 60.3 KiB — 0 ms — font-display: swaphttps://www.theverge.com/_next/static/media/af51b8e80b7e5b97-s.woff2af51b8e80b7e5b97-s.woff2 https://www.theverge.com/_next/static/media/af51b8e80b7e5b97-s.woff2 — 61.2 KiB — 0 ms — font-display: swaphttps://www.theverge.com/_next/static/media/516340c748fee9da-s.woff2516340c748fee9da-s.woff2 https://www.theverge.com/_next/static/media/516340c748fee9da-s.woff2 — 30.0 KiB — 0 ms — font-display: swaphttps://www.theverge.com/_next/static/media/70754f98ca969379-s.woff270754f98ca969379-s.woff2 https://www.theverge.com/_next/static/media/70754f98ca969379-s.woff2 — 31.1 KiB — 0 ms — font-display: swaphttps://www.theverge.com/_next/static/media/4c161430243654b9-s.woff24c161430243654b9-s.woff2 https://www.theverge.com/_next/static/media/4c161430243654b9-s.woff2 — 62.5 KiB — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 0 ms — font-display: swap
e0d450417c4fcdb2-s.p.woff2 woff2 swap
Size 43 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
167de315d6f8820c-s.p.woff2 woff2 swap
Size 30 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
c32d4f9e62509b70-s.p.woff2 woff2 swap
Size 31 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
8314bd48671746e7-s.p.woff2 woff2 swap
Size 31 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
1acdcb23bd60cdf8-s.p.woff2 woff2 swap
Size 32 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
e334064d2786be51-s.p.woff2 woff2 swap
Size 31 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
dbe24bfb7e9bcd79-s.p.woff2 woff2 swap
Size 32 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
caa65695070c604f-s.p.woff2 woff2 swap
Size 35 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
7f8638c9585902a6-s.p.woff2 woff2 swap
Size 37 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
afa7a955b67174eb-s.woff2 woff2 swap
Size 30 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
60369a8d37d9d5b8-s.woff2 woff2 swap
Size 35 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
b61d461e2e1d8573-s.woff2 woff2 swap
Size 60 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
af51b8e80b7e5b97-s.woff2 woff2 swap
Size 61 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
516340c748fee9da-s.woff2 woff2 swap
Size 30 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
70754f98ca969379-s.woff2 woff2 swap
Size 31 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
4c161430243654b9-s.woff2 woff2 swap
Size 62 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 0 ms
Start 0 ms
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
25 hints, 0 missing preconnects
PASS
25 hints, 0 missing preconnects
Info::
Page uses 25 resource hint(s)

Current Resource Hints

preconnect
2
preload
+5
15
dns-prefetch
8
prefetch

25 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Axis12 Ltd

Network Waterfall
187 requests over 0ms
INFO

Performance analysis not available for this result.

Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
71% of JavaScript execution is third-party
First-party Third-party 23981ms · 895KB · $318/mo
d15kdpgjg3unno.cloudfront.net
Other
Costly
Execution 16131ms
Transfer 58 KB
Unused 38%
Monthly Cost $214/mo
Unattributable
Other
Costly
Execution 2381ms
Transfer 0 KB
Monthly Cost $32/mo
securepubads.g.doubleclick.net
Other
Costly
Execution 1841ms
Transfer 183 KB
Unused 56%
Monthly Cost $24/mo
cdn.concert.io
Other
Costly
Execution 1431ms
Transfer 104 KB
Unused 49%
Monthly Cost $19/mo
assets.bounceexchange.com
Other
Costly
Execution 314ms
Transfer 120 KB
Unused 57%
Monthly Cost $4/mo
www.gstatic.com
Other
Costly
Execution 253ms
Transfer 0 KB
Unused 49%
Monthly Cost $3/mo
btloader.com
Other
Costly
Execution 223ms
Transfer 36 KB
Monthly Cost $3/mo
client.aps.amazon-adsystem.com
Other
Costly
Execution 221ms
Transfer 82 KB
Unused 41%
Monthly Cost $3/mo
api.bounceexchange.com
Other
Costly
Execution 209ms
Transfer 1 KB
Monthly Cost $3/mo
cdn.bullwhip.cloud
Other
Costly
Execution 209ms
Transfer 124 KB
Unused 54%
Monthly Cost $3/mo
pub.doubleverify.com
Other
Optional
Execution 177ms
Transfer 34 KB
Monthly Cost $2/mo
assets.bounceexchange.com
Other
Optional
Execution 171ms
Transfer 38 KB
Unused 79%
Monthly Cost $2/mo
worldrealize.com
Other
Optional
Execution 127ms
Transfer 36 KB
Monthly Cost $2/mo
www.googletagservices.com
Other
Optional
Execution 94ms
Transfer 34 KB
Monthly Cost $1/mo
assets.bounceexchange.com
Other
Optional
Execution 84ms
Transfer 16 KB
Monthly Cost $1/mo
assets.bounceexchange.com
Other
Optional
Execution 58ms
Transfer 30 KB
Monthly Cost $1/mo
config.aps.amazon-adsystem.com
Other
Optional
Execution 58ms
Transfer 0 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • d15kdpgjg3unno.cloudfront.net adds 16131ms and costs ~$214/month
  • Unattributable adds 2381ms and costs ~$32/month
  • securepubads.g.doubleclick.net adds 1841ms and costs ~$24/month
  • cdn.concert.io adds 1431ms and costs ~$19/month
  • assets.bounceexchange.com adds 314ms and costs ~$4/month
  • www.gstatic.com adds 253ms and costs ~$3/month
  • btloader.com adds 223ms and costs ~$3/month
  • client.aps.amazon-adsystem.com adds 221ms and costs ~$3/month
  • api.bounceexchange.com adds 209ms and costs ~$3/month
  • cdn.bullwhip.cloud adds 209ms and costs ~$3/month

71% 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

d15kdpgjg3unno.cloudfront.net takes 16131ms 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 2381ms 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

securepubads.g.doubleclick.net takes 1841ms 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

56% 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

cdn.concert.io takes 1431ms 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

assets.bounceexchange.com takes 314ms 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

57% of assets.bounceexchange.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

www.gstatic.com takes 253ms 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

btloader.com takes 223ms 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

client.aps.amazon-adsystem.com takes 221ms 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

api.bounceexchange.com takes 209ms 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

cdn.bullwhip.cloud takes 209ms 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

54% of cdn.bullwhip.cloud'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

79% of assets.bounceexchange.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

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