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.
1.39 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.90 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
344 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.31 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.
8.69 s
Page Load Progression
FPage Weight BudgetAction11.6 MB transferred, 179 requestsFIX
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
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
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 ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction3247ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://edition.cnn.com/ | 1692ms | 205ms | 117ms | 3rd |
| Unattributable | 413ms | 12ms | 0ms | 3rd |
| https://registry.api.cnn.io/bundles/fave/boltPlayer-b296f72a/boltPlayer | 342ms | 261ms | 54ms | 3rd |
| https://edition.cnn.com/media/sites/js/bundles/cnn-edition-adfuel-275d6f33a8b3e59631886f14a6ce5dda2ec37648bb4b63d7ab13f3449be68c3d.min.js | 152ms | 124ms | 28ms | 3rd |
| https://registry.api.cnn.io/bundles/fave/vendor-f9ea2c98/vendor | 136ms | 76ms | 27ms | 3rd |
| https://registry.api.cnn.io/bundles/fave/boltInstance-476be30d/boltInstance | 122ms | 107ms | 7ms | 3rd |
| https://registry.api.cnn.io/bundles/fave/ui-34be6e59/ui | 100ms | 23ms | 78ms | 3rd |
| https://cdn.tinypass.com/api/tinypass.min.js | 86ms | 53ms | 9ms | 3rd |
| https://lightning.cnn.com/launch/7be62238e4c3/97fa00444124/launch-2878c87af5e3.min.js | 73ms | 43ms | 28ms | 3rd |
| https://registry.api.cnn.io/bundles/fave/latest-4.x/js | 65ms | 44ms | 19ms | 3rd |
Showing top 10 of 11 scripts
FJS BundlesAction33 scripts, 1.4 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://registry.api.cnn.io/bundles/fave/boltPlayer-b296f72a/boltPlayer | 618 KB | 321 KB (52%) | ✓ | 3rd |
| https://registry.api.cnn.io/bundles/fave/ui-34be6e59/ui | 2310 KB | 260 KB (11%) | ✓ | 3rd |
| https://registry.api.cnn.io/bundles/fave/vendor-f9ea2c98/vendor | 340 KB | 229 KB (69%) | ✓ | 3rd |
| https://edition.cnn.com/media/sites/js/bundles/cnn-edition-adfuel-275d6f33a8b3e59631886f14a6ce5dda2ec37648bb4b63d7ab13f3449be68c3d.min.js | 216 KB | 160 KB (74%) | ✓ | 3rd |
| https://cdn.tinypass.com/api/tinypass.min.js | 132 KB | 83 KB (63%) | ✓ | 3rd |
| https://edition.cnn.com/wbdotp/scripttemplates/202601.2.0/otBannerSdk.js | 111 KB | 81 KB (74%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 94 KB | 69 KB (75%) | ✓ | 3rd |
| https://cdn.optimizely.com/public/125375509/s/landingprod.js | 122 KB | 69 KB (57%) | ✓ | 3rd |
| https://registry.api.cnn.io/bundles/fave/latest-4.x/js | 116 KB | 44 KB (38%) | ✓ | 3rd |
| https://lightning.cnn.com/analytics/comscore/comscore-JS-7.13.1.min.js | 51 KB | 40 KB (78%) | ✓ | 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
BImage Optimization94 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (221 KB)PASS
Web fonts
5
221 KB total
Render-blocking
0
of 5
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 HintsNo optimization neededPASS
AHTTP Cachingmax-age=60 (1 minute)PASS
max-age=60, public
| Directive | Value | Meaning |
|---|---|---|
| max-age | 60 | Cache for 1 minute |
| public | — | Any cache may store this response |
Network Waterfall179 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 |
|---|---|---|---|---|---|---|
edition.cnn.com edition.cnn.com | Other | 1692ms | 504 KB | — | $22/mo | Costly |
Unattributable Unattributable | Other | 413ms | 0 KB | — | $5/mo | Costly |
registry.api.cnn.io registry.api.cnn.io | Other | 342ms | 618 KB | 52% | $5/mo | Costly |
edition.cnn.com edition.cnn.com | Other | 152ms | 216 KB | 74% | $2/mo | Optional |
registry.api.cnn.io registry.api.cnn.io | Other | 136ms | 340 KB | 69% | $2/mo | Optional |
registry.api.cnn.io registry.api.cnn.io | Other | 122ms | 75 KB | 50% | $2/mo | Optional |
registry.api.cnn.io registry.api.cnn.io | Other | 100ms | 2310 KB | 11% | $1/mo | Optional |
cdn.tinypass.com cdn.tinypass.com | Other | 86ms | 132 KB | 63% | $1/mo | Optional |
lightning.cnn.com lightning.cnn.com | Other | 73ms | 74 KB | — | $1/mo | Optional |
registry.api.cnn.io registry.api.cnn.io | Other | 65ms | 116 KB | 38% | $1/mo | Optional |
edition.cnn.com edition.cnn.com | Other | 64ms | 44 KB | 67% | $1/mo | Optional |
These scripts may cost more than they're worth
- edition.cnn.com adds 1692ms and costs ~$22/month
- Unattributable adds 413ms and costs ~$5/month
- registry.api.cnn.io adds 342ms and costs ~$5/month
100% 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
edition.cnn.com takes 1692ms 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
Unattributable takes 413ms 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
registry.api.cnn.io takes 342ms 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
52% of registry.api.cnn.io'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
74% of edition.cnn.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
69% of registry.api.cnn.io'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
63% of cdn.tinypass.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
67% of edition.cnn.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