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

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
76
GRADE
C
FIX
5
REVIEW
4
PASS
13
INFO
3

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

30
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
96
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
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.

6.24 s

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

10.12 s

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

2.10 s

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

0.000

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

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

45.68 s

Page Load Progression

747 ms
1.5 s
2.2 s
3.0 s
3.7 s
4.5 s
5.2 s
6.0 s
Checks
25
13 PASS 4 REVIEW 5 FIX
F
Page Weight Budget
Action
16.4 MB transferred, 140 requests
FIX
16.4 MB transferred, 140 requests
Critical::
Page weighs 27.9 MB (16.4 MB transferred)
Warning::
JavaScript is 4.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 4.4 MB
Warning::
Images are 4.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.0 MB
Info::
Fonts are 298 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 298 KB
Warning::
140 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 3.4 g CO2 per page load
16.4 MB / 2.4 MB budget
16.4 MB transferred
140 requests
3.4 g CO2 per page load
Other 7.1 MiB 43%
JavaScript 4.4 MiB 27%
Images 4.0 MiB 24%
HTML 516.7 KiB 3%
Fonts 297.7 KiB 2%
Other 78.5 KiB 0%
CSS 37.8 KiB 0%
Other 10.0 KiB 0%
Other 6.8 KiB 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

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 (16.4 MiB of 16.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
8072ms total JS execution
FIX
8072ms total JS execution
Warning::
https://edition.cnn.com/: 2852ms CPU time
Warning::
Unattributable: 1244ms CPU time
Warning::
https://registry.api.cnn.io/bundles/fave/boltPlaye...: 708ms CPU time
Warning::
https://edition.cnn.com/media/sites/js/bundles/cnn...: 484ms CPU time
Warning::
https://registry.api.cnn.io/bundles/fave/boltInsta...: 460ms CPU time
Warning::
Third-party scripts: 8072ms (100% of total)

Main Thread Breakdown

Script Evaluation 42% Other 21% Script Parsing & Compilation 15% Style & Layout 13% Parse HTML & CSS 5% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://edition.cnn.com/2852ms672ms306ms3rd
Unattributable1244ms49ms0ms3rd
https://registry.api.cnn.io/bundles/fave/boltPlayer-c10c3e73/boltPlayer708ms505ms180ms3rd
https://edition.cnn.com/media/sites/js/bundles/cnn-edition-adfuel-e30d4ed1f85bf55b7e150ee7e8bce42e790935484c341b93025c175bfac82243.min.js484ms430ms52ms3rd
https://registry.api.cnn.io/bundles/fave/boltInstance-f8f379b1/boltInstance460ms411ms15ms3rd
https://cdn.tinypass.com/api/tinypass.min.js431ms236ms33ms3rd
https://registry.api.cnn.io/bundles/fave/ui-34d81a05/ui339ms88ms251ms3rd
https://registry.api.cnn.io/bundles/fave/vendor-b9ed4bce/vendor295ms124ms112ms3rd
https://js.stripe.com/v3267ms146ms120ms3rd
https://edition.cnn.com/media/sites/js/bundles/cnn-edition-adfuel-body-4f5702656cd8f4223620039026c7c6ddef28fe7bd21467289a55cfecc58ecf1f.min.js209ms174ms21ms3rd

Showing top 10 of 17 scripts

F
JS Bundles
Action
27 scripts, 1.6 MB unused
FIX
27 scripts, 1.6 MB unused
Warning::
https://registry.api.cnn.io/bundles/fave/boltPlaye...: 437 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://registry.api.cnn.io/bundles/fave/vendor-b9...: 256 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://registry.api.cnn.io/bundles/fave/ui-34d81a...: 247 KB unused (11%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://js.stripe.com/v3: 169 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://edition.cnn.com/media/sites/js/bundles/cnn...: 158 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.6 MB
1615 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://registry.api.cnn.io/bundles/fave/boltPlayer-c10c3e73/boltPlayer654 KB437 KB (67%)3rd
https://registry.api.cnn.io/bundles/fave/vendor-b9ed4bce/vendor363 KB256 KB (73%)3rd
https://registry.api.cnn.io/bundles/fave/ui-34d81a05/ui2307 KB247 KB (11%)3rd
https://js.stripe.com/v3231 KB169 KB (73%)3rd
https://edition.cnn.com/media/sites/js/bundles/cnn-edition-adfuel-e30d4ed1f85bf55b7e150ee7e8bce42e790935484c341b93025c175bfac82243.min.js216 KB158 KB (74%)3rd
https://cdn.tinypass.com/api/tinypass.min.js133 KB83 KB (63%)3rd
https://edition.cnn.com/wbdotp/scripttemplates/202601.2.0/otBannerSdk.js111 KB81 KB (74%)3rd
https://cdn.optimizely.com/public/125375509/s/landingprod.js121 KB70 KB (58%)3rd
https://registry.api.cnn.io/bundles/fave/boltInstance-f8f379b1/boltInstance58 KB35 KB (60%)3rd
https://edition.cnn.com/media/sites/js/bundles/cnn-edition-adfuel-body-4f5702656cd8f4223620039026c7c6ddef28fe7bd21467289a55cfecc58ecf1f.min.js44 KB29 KB (67%)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
140 resources · 16.4 MB · 1.6 MB savings available
FIX
140 resources · 16.4 MB · 1.6 MB savings available
Warning::
Page weight 16.4 MB exceeds 1 MB target by 15.4 MB
Got: 16.4 MB Expected: ≤ 1 MB
Info::
~1.6 MB of savings available
Warning::
139 third-party resources (100% of weight)
Info::
12 resources over 200KB
140 resources · 16.4 MiB · 139 third-party 15.4 MiB over 1MB target
Media 43% · 7.1 MiB
JavaScript 27% · 4.4 MiB
Image 24% · 4.0 MiB
Document 3% · 516.7 KiB
Font 2% · 297.7 KiB
Other 1% · 89.2 KiB
CSS 0% · 37.8 KiB

~1.6 MiB of savings available

Remove unused JavaScript: 1.6 MiB
B
Image Optimization
75 images, 0 KB saveable
REVIEW
75 images, 0 KB saveable
Info::
All images are well-optimized
75 images 4.0 MB
0 oversized -0 KB
34 legacy format
0 missing dimensions CLS risk
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
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
4 fonts (298 KB)
PASS
4 fonts (298 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

298 KB total

Render-blocking

0

of 4

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 FCP 6.2 s LCP 10.1 shttps://edition.cnn.com/fonts/cnn/cnn_sans_display-medium-v1.woff2cnn_sans_display-medium... https://edition.cnn.com/fonts/cnn/cnn_sans_display-medium-v1.woff2 — 46.4 KiB — 30 ms — font-display: swaphttps://edition.cnn.com/fonts/cnn/cnn_sans_display-v1.woff2cnn_sans_display-v1.woff2 https://edition.cnn.com/fonts/cnn/cnn_sans_display-v1.woff2 — 46.5 KiB — 32 ms — font-display: swaphttps://edition.cnn.com/fonts/cnn/cnn_sans_display-bold-v1.woff2cnn_sans_display-bold-v... https://edition.cnn.com/fonts/cnn/cnn_sans_display-bold-v1.woff2 — 47.2 KiB — 36 ms — font-display: swaphttps://edition.cnn.com/fonts/cnn/noto_serif-v1.woff2noto_serif-v1.woff2 https://edition.cnn.com/fonts/cnn/noto_serif-v1.woff2 — 157.6 KiB — 48 ms — font-display: swap
cnn_sans_display-medium... woff2 swap
Size 46 KB
Load time 30 ms
Start 409 ms
Risk FOUT — text flashes from fallback to web font
cnn_sans_display-v1.woff2 woff2 swap
Size 46 KB
Load time 32 ms
Start 410 ms
Risk FOUT — text flashes from fallback to web font
cnn_sans_display-bold-v... woff2 swap
Size 47 KB
Load time 36 ms
Start 412 ms
Risk FOUT — text flashes from fallback to web font
noto_serif-v1.woff2 woff2 swap
Size 158 KB
Load time 48 ms
Start 415 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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)

Fixing the unchecked items could save ~79 KB and ~158 ms

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
A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML max-age=60 (≤ 5min) is appropriate
PASS
Main HTML max-age=60 (≤ 5min) is appropriate
Info::
Main HTML max-age=60 (≤ 5min) is appropriate
Got: max-age=60, public
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
JavaScript Blocking
1 JS blocking issue(s) detected
PASS
1 JS blocking issue(s) detected
Warning::
Total JS execution time is 8.1 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
A
HTTP Caching
max-age=60 (1 minute)
PASS
max-age=60 (1 minute)
Info::
Cache-Control header is set
Got: max-age=60, public
Info::
Effective TTL: 1 minute (max-age=60)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=60, public

DirectiveValueMeaning
max-age60Cache for 1 minute
publicAny cache may store this response
Effective TTL: 60 seconds
Network Waterfall
140 requests over 4785ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 6.2 s LCP 10.1 shttps://www.cnn.com// https://www.cnn.com/ — 302 — 423 B — 14 ms — h2https://edition.cnn.com/edition.cnn.com/ https://edition.cnn.com/ — 200 — 513.8 KiB — 99 ms — h2https://cdn.optimizely.com/public/125375509/s/landingprod.jscdn.optimizely.com/public/125375509... https://cdn.optimizely.com/public/125375509/s/landingprod.js — 200 — 120.9 KiB — 126 ms — h2https://lightning.cnn.com/launch/7be62238e4c3/97fa00444124/launch-2878c87af5e3.min.jslightning.cnn.com/launch/7be62238e4... https://lightning.cnn.com/launch/7be62238e4c3/97fa00444124/launch-2878c87af5e3.min.js — 200 — 74.7 KiB — 121 ms — h2https://edition.cnn.com/media/sites/js/bundles/cnn-edition-adfuel-e30d4ed1f85bf55b7e150ee7e8bce42e790935484c341b93025c175bfac82243.min.jsedition.cnn.com/media/sites/js/bund... https://edition.cnn.com/media/sites/js/bundles/cnn-edition-adfuel-e30d4ed1f85bf55b7e150ee7e8bce42e790935484c341b93025c175bfac82243.min.js — 200 — 215.9 KiB — 14 ms — h2https://edition.cnn.com/media/sites/js/bundles/cnn-edition-adfuel-body-4f5702656cd8f4223620039026c7c6ddef28fe7bd21467289a55cfecc58ecf1f.min.jsedition.cnn.com/media/sites/js/bund... https://edition.cnn.com/media/sites/js/bundles/cnn-edition-adfuel-body-4f5702656cd8f4223620039026c7c6ddef28fe7bd21467289a55cfecc58ecf1f.min.js — 200 — 43.7 KiB — 9 ms — h2https://media.cnn.com/api/v1/images/stellar/prod/2026-03-10t145909z-1346267152-rc26f49p3e5o-rtrmadp-3-iran-crisis-leader.JPG?c=2x3&q=h_958,w_640,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/2026-03-10t145909z-1346267152-rc26f49p3e5o-rtrmadp-3-iran-crisis-leader.JPG?c=2x3&q=h_958,w_640,c_fill/f_webp — 200 — 90.5 KiB — 37 ms — h2https://media.cnn.com/api/v1/images/stellar/prod/still-22608527-63488-397999999994-still.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/still-22608527-63488-397999999994-still.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 29.0 KiB — 30 ms — h2https://media.cnn.com/api/v1/images/stellar/prod/c-ap26128713435344.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/c-ap26128713435344.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 57.6 KiB — 6 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/c-gettyimages-2274223139.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/c-gettyimages-2274223139.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 35.8 KiB — 5 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2274223011.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2274223011.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 40.9 KiB — 3 ms — h3https://registry.api.cnn.io/bundles/fave/latest-4.x/jsregistry.api.cnn.io/bundles/fave/la... https://registry.api.cnn.io/bundles/fave/latest-4.x/js — 200 — 60.9 KiB — 5 ms — h2https://media.cnn.com/api/v1/images/stellar/prod/still-22605253-0-thumb-20260509014851001.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/still-22605253-0-thumb-20260509014851001.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 7.6 KiB — 3 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/119445-gupta-hantavirus-thumbnail-clean.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/119445-gupta-hantavirus-thumbnail-clean.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 22.4 KiB — 4 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/cnn-headlines-international-placeholder-generic.png?c=16x9&q=w_1280,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/cnn-headlines-international-placeholder-generic.png?c=16x9&q=w_1280,c_fill — 200 — 1.1 MiB — 393 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/20260508-style-vienna-biennale-politics-1.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/20260508-style-vienna-biennale-politics-1.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 110.0 KiB — 319 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/files-detailing-ufos.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/files-detailing-ufos.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 42.9 KiB — 298 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/01-260501-ciudad-primavera-tour-cnn-nathaly-triana-dsc01716.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/01-260501-ciudad-primavera-tour-cnn-nathaly-triana-dsc01716.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 19.1 KiB — 238 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/shutterstock-editorial-10522359k.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/shutterstock-editorial-10522359k.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 46.8 KiB — 299 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/119438-babymooseukraine-16x9-thumb-cln.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/119438-babymooseukraine-16x9-thumb-cln.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 29.4 KiB — 280 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2271943707.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2271943707.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 55.4 KiB — 302 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2271883091.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2271883091.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 24.7 KiB — 269 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-687321046-copy-20260507232232610.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-687321046-copy-20260507232232610.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 10.1 KiB — 158 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2252600954.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2252600954.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 12.2 KiB — 168 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2255281101.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2255281101.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 17.8 KiB — 231 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/ap26126767622981.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/ap26126767622981.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 24.9 KiB — 268 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/c-gettyimages-2274051725.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/c-gettyimages-2274051725.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 51.9 KiB — 299 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2274483851.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2274483851.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 54.6 KiB — 304 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/diamons.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/diamons.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 100.5 KiB — 312 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/spicy-crab-still-2.png?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/spicy-crab-still-2.png?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 37.3 KiB — 283 ms — h3
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 6.2 s LCP 10.1 shttps://www.cnn.com// https://www.cnn.com/ — 302 — 423 B — 14 ms — h2https://edition.cnn.com/edition.cnn.com/ https://edition.cnn.com/ — 200 — 513.8 KiB — 99 ms — h2https://cdn.optimizely.com/public/125375509/s/landingprod.jscdn.optimizely.com/public/125375509... https://cdn.optimizely.com/public/125375509/s/landingprod.js — 200 — 120.9 KiB — 126 ms — h2https://lightning.cnn.com/launch/7be62238e4c3/97fa00444124/launch-2878c87af5e3.min.jslightning.cnn.com/launch/7be62238e4... https://lightning.cnn.com/launch/7be62238e4c3/97fa00444124/launch-2878c87af5e3.min.js — 200 — 74.7 KiB — 121 ms — h2https://edition.cnn.com/media/sites/js/bundles/cnn-edition-adfuel-e30d4ed1f85bf55b7e150ee7e8bce42e790935484c341b93025c175bfac82243.min.jsedition.cnn.com/media/sites/js/bund... https://edition.cnn.com/media/sites/js/bundles/cnn-edition-adfuel-e30d4ed1f85bf55b7e150ee7e8bce42e790935484c341b93025c175bfac82243.min.js — 200 — 215.9 KiB — 14 ms — h2https://edition.cnn.com/media/sites/js/bundles/cnn-edition-adfuel-body-4f5702656cd8f4223620039026c7c6ddef28fe7bd21467289a55cfecc58ecf1f.min.jsedition.cnn.com/media/sites/js/bund... https://edition.cnn.com/media/sites/js/bundles/cnn-edition-adfuel-body-4f5702656cd8f4223620039026c7c6ddef28fe7bd21467289a55cfecc58ecf1f.min.js — 200 — 43.7 KiB — 9 ms — h2https://media.cnn.com/api/v1/images/stellar/prod/2026-03-10t145909z-1346267152-rc26f49p3e5o-rtrmadp-3-iran-crisis-leader.JPG?c=2x3&q=h_958,w_640,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/2026-03-10t145909z-1346267152-rc26f49p3e5o-rtrmadp-3-iran-crisis-leader.JPG?c=2x3&q=h_958,w_640,c_fill/f_webp — 200 — 90.5 KiB — 37 ms — h2https://media.cnn.com/api/v1/images/stellar/prod/still-22608527-63488-397999999994-still.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/still-22608527-63488-397999999994-still.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 29.0 KiB — 30 ms — h2https://media.cnn.com/api/v1/images/stellar/prod/c-ap26128713435344.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/c-ap26128713435344.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 57.6 KiB — 6 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/c-gettyimages-2274223139.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/c-gettyimages-2274223139.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 35.8 KiB — 5 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2274223011.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2274223011.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 40.9 KiB — 3 ms — h3https://registry.api.cnn.io/bundles/fave/latest-4.x/jsregistry.api.cnn.io/bundles/fave/la... https://registry.api.cnn.io/bundles/fave/latest-4.x/js — 200 — 60.9 KiB — 5 ms — h2https://media.cnn.com/api/v1/images/stellar/prod/still-22605253-0-thumb-20260509014851001.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/still-22605253-0-thumb-20260509014851001.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 7.6 KiB — 3 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/119445-gupta-hantavirus-thumbnail-clean.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/119445-gupta-hantavirus-thumbnail-clean.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 22.4 KiB — 4 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/cnn-headlines-international-placeholder-generic.png?c=16x9&q=w_1280,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/cnn-headlines-international-placeholder-generic.png?c=16x9&q=w_1280,c_fill — 200 — 1.1 MiB — 393 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/20260508-style-vienna-biennale-politics-1.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/20260508-style-vienna-biennale-politics-1.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 110.0 KiB — 319 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/files-detailing-ufos.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/files-detailing-ufos.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 42.9 KiB — 298 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/01-260501-ciudad-primavera-tour-cnn-nathaly-triana-dsc01716.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/01-260501-ciudad-primavera-tour-cnn-nathaly-triana-dsc01716.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 19.1 KiB — 238 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/shutterstock-editorial-10522359k.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/shutterstock-editorial-10522359k.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 46.8 KiB — 299 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/119438-babymooseukraine-16x9-thumb-cln.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/119438-babymooseukraine-16x9-thumb-cln.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 29.4 KiB — 280 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2271943707.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2271943707.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 55.4 KiB — 302 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2271883091.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2271883091.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 24.7 KiB — 269 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-687321046-copy-20260507232232610.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-687321046-copy-20260507232232610.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 10.1 KiB — 158 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2252600954.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2252600954.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 12.2 KiB — 168 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2255281101.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2255281101.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 17.8 KiB — 231 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/ap26126767622981.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/ap26126767622981.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 24.9 KiB — 268 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/c-gettyimages-2274051725.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/c-gettyimages-2274051725.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 51.9 KiB — 299 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2274483851.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2274483851.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 54.6 KiB — 304 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/diamons.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/diamons.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 100.5 KiB — 312 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/spicy-crab-still-2.png?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/spicy-crab-still-2.png?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 37.3 KiB — 283 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/rr-iksoen-03.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/rr-iksoen-03.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 43.7 KiB — 290 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/adp-still-6.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/adp-still-6.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 21.8 KiB — 246 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/119453-canvas-hacked-natasha-chen-full-thumb.jpg?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/119453-canvas-hacked-natasha-chen-full-thumb.jpg?c=9x16&q=h_480,w_270,c_fill — 200 — 23.3 KiB — 259 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/119450-motherlesssitetakenoffline-thumb.jpg?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/119450-motherlesssitetakenoffline-thumb.jpg?c=9x16&q=h_480,w_270,c_fill — 200 — 12.8 KiB — 175 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/119445-gupta-hantavirus-thumbnail-clean.jpg?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/119445-gupta-hantavirus-thumbnail-clean.jpg?c=9x16&q=h_480,w_270,c_fill — 200 — 25.3 KiB — 270 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/ship-20260508214345413.jpg?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/ship-20260508214345413.jpg?c=9x16&q=h_480,w_270,c_fill — 200 — 27.8 KiB — 275 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/119444-xenophobic-attacks-safrica-clean-thumb.jpg?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/119444-xenophobic-attacks-safrica-clean-thumb.jpg?c=9x16&q=h_480,w_270,c_fill — 200 — 28.3 KiB — 278 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/119448-pentagonufofilesshortclean.jpg?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/119448-pentagonufofilesshortclean.jpg?c=9x16&q=h_480,w_270,c_fill — 200 — 8.5 KiB — 158 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/119454-kristin-smart-case-clean-thumbnail-vrtc0.jpg?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/119454-kristin-smart-case-clean-thumbnail-vrtc0.jpg?c=9x16&q=h_480,w_270,c_fill — 200 — 21.1 KiB — 232 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/tsunami-edits-00-01-38-08-still001.png?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/tsunami-edits-00-01-38-08-still001.png?c=9x16&q=h_480,w_270,c_fill — 200 — 201.2 KiB — 322 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/119431-venicebiennale2026-thumb0.jpg?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/119431-venicebiennale2026-thumb0.jpg?c=9x16&q=h_480,w_270,c_fill — 200 — 32.6 KiB — 276 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/renamethisvertical-00-00-08-27-still001.jpg?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/renamethisvertical-00-00-08-27-still001.jpg?c=9x16&q=h_480,w_270,c_fill — 200 — 27.5 KiB — 263 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/119442-russiavictorydayparade-vrtc-thumb.jpg?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/119442-russiavictorydayparade-vrtc-thumb.jpg?c=9x16&q=h_480,w_270,c_fill — 200 — 21.9 KiB — 245 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/260508-ali-al-samoudi-clean-thumbnail.jpg?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/260508-ali-al-samoudi-clean-thumbnail.jpg?c=9x16&q=h_480,w_270,c_fill — 200 — 34.5 KiB — 277 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/jake-tapper-va-redistricting-vrtc-cln.jpg?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/jake-tapper-va-redistricting-vrtc-cln.jpg?c=9x16&q=h_480,w_270,c_fill — 200 — 22.6 KiB — 259 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/119438-babymooseukraine-vrtc-final-thumb-cln.jpg?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/119438-babymooseukraine-vrtc-final-thumb-cln.jpg?c=9x16&q=h_480,w_270,c_fill — 200 — 24.4 KiB — 263 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/119435-kittenrescuedmississippitornado-clean-thumb.png?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/119435-kittenrescuedmississippitornado-clean-thumb.png?c=9x16&q=h_480,w_270,c_fill — 200 — 175.2 KiB — 319 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/260508-rubio-vrtc.jpg?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/260508-rubio-vrtc.jpg?c=9x16&q=h_480,w_270,c_fill — 200 — 21.7 KiB — 244 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/volcano-jpg.jpg?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/volcano-jpg.jpg?c=9x16&q=h_480,w_270,c_fill — 200 — 35.9 KiB — 278 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/119434-kamalaharrisiran-vrtc-clean-00-00-06-24-still001.jpg?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/119434-kamalaharrisiran-vrtc-clean-00-00-06-24-still001.jpg?c=9x16&q=h_480,w_270,c_fill — 200 — 18.3 KiB — 229 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/thumb-1-20260508105614356.jpg?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/thumb-1-20260508105614356.jpg?c=9x16&q=h_480,w_270,c_fill — 200 — 27.9 KiB — 270 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/119437-trumpreflectingpoolabcreporter-clean.jpg?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/119437-trumpreflectingpoolabcreporter-clean.jpg?c=9x16&q=h_480,w_270,c_fill — 200 — 18.6 KiB — 228 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/trump-pool.jpg?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/trump-pool.jpg?c=9x16&q=h_480,w_270,c_fill — 200 — 18.1 KiB — 228 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/119414-david-attenborough-100-digvid-vrtc-ll-clean-00-00-00-00-still003.jpg?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/119414-david-attenborough-100-digvid-vrtc-ll-clean-00-00-00-00-still003.jpg?c=9x16&q=h_480,w_270,c_fill — 200 — 32.7 KiB — 276 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/119429-mamdani-tax-loophole-dirty-thumb.png?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/119429-mamdani-tax-loophole-dirty-thumb.png?c=9x16&q=h_480,w_270,c_fill — 200 — 147.9 KiB — 314 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/tnprotests.jpg?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/tnprotests.jpg?c=9x16&q=h_480,w_270,c_fill — 200 — 25.2 KiB — 265 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/119430-flfathersonrescue-vrtc.jpg?c=9x16&q=h_480,w_270,c_fillmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/119430-flfathersonrescue-vrtc.jpg?c=9x16&q=h_480,w_270,c_fill — 200 — 21.8 KiB — 249 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/c-vitamine-k.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/c-vitamine-k.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 140.0 KiB — 311 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/02-2022-05-12t193457z-162142167-rc2t5u9sjuq4-rtrmadp-3-usa-abortion.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/02-2022-05-12t193457z-162142167-rc2t5u9sjuq4-rtrmadp-3-usa-abortion.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 11.0 KiB — 166 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/the-ourry-and-jersey-portrait169.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/the-ourry-and-jersey-portrait169.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 22.3 KiB — 263 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/ap26124638114342.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/ap26124638114342.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 22.9 KiB — 258 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/221014111641-kristin-smart-file.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/221014111641-kristin-smart-file.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 23.1 KiB — 256 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2250705889a.JPG?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2250705889a.JPG?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 18.2 KiB — 233 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/shutterstock-editorial-15125493ab.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/shutterstock-editorial-15125493ab.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 83.8 KiB — 297 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-1229449419.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-1229449419.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 41.1 KiB — 280 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/6-penguin-face-1-c-ralph-vanstreels-uc-davis.JPG?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/6-penguin-face-1-c-ralph-vanstreels-uc-davis.JPG?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 38.7 KiB — 276 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/img-1611.jpeg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/img-1611.jpeg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 62.5 KiB — 291 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/tt-drone-shipping.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/tt-drone-shipping.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 103.9 KiB — 301 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2237836741-20260507191103645.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2237836741-20260507191103645.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 25.1 KiB — 259 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2275124534.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2275124534.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 76.3 KiB — 296 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/220831101920-01-underrated-places-usa-central-mass.jpg?c=16x9&q=h_540,w_960,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/220831101920-01-underrated-places-usa-central-mass.jpg?c=16x9&q=h_540,w_960,c_fill/f_webp — 200 — 88.2 KiB — 301 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/2026-05-06t201410z-1890501339-rc2w3layx642-rtrmadp-3-musk-openai-court.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/2026-05-06t201410z-1890501339-rc2w3layx642-rtrmadp-3-musk-openai-court.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 17.1 KiB — 212 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/2026-05-07t175342z-140352424-rc2h4lacber6-rtrmadp-3-usa-election-tennessee.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/2026-05-07t175342z-140352424-rc2h4lacber6-rtrmadp-3-usa-election-tennessee.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 32.6 KiB — 269 ms — h3https://media.cnn.com/api/v1/images/stellar/prod/2024-10-08t155635z-1729036740-rc2fgaa1mdct-rtrmadp-3-usa-election-harris.jpg?c=1x1&q=h_512,w_512,c_fill/f_webpmedia.cnn.com/api/v1/images/stellar... https://media.cnn.com/api/v1/images/stellar/prod/2024-10-08t155635z-1729036740-rc2fgaa1mdct-rtrmadp-3-usa-election-harris.jpg?c=1x1&q=h_512,w_512,c_fill/f_webp — 200 — 36.6 KiB — 277 ms — h3https://edition.cnn.com/media/sites/cnn/google-play-cnn-app-qr-code.pngedition.cnn.com/media/sites/cnn/goo... https://edition.cnn.com/media/sites/cnn/google-play-cnn-app-qr-code.png — 200 — 22.3 KiB — 258 ms — h3https://edition.cnn.com/media/sites/cnn/app-store-cnn-app-qr-code.pngedition.cnn.com/media/sites/cnn/app... https://edition.cnn.com/media/sites/cnn/app-store-cnn-app-qr-code.png — 200 — 23.0 KiB — 255 ms — h3https://fave.api.cnn.io/v1/runtime-configs?env=prodfave.api.cnn.io/v1/runtime-configs?... https://fave.api.cnn.io/v1/runtime-configs?env=prod — 200 — 748 B — 86 ms — h2https://lightning.cnn.com/launch/7be62238e4c3/97fa00444124/b278aa9dd3f4/EX3369274195e2430d9d8ea7012971cb11-libraryCode_source.min.jslightning.cnn.com/launch/7be62238e4... https://lightning.cnn.com/launch/7be62238e4c3/97fa00444124/b278aa9dd3f4/EX3369274195e2430d9d8ea7012971cb11-libraryCode_source.min.js — 200 — 14.5 KiB — 68 ms — h2https://cdn.ml314.com/taglw.jscdn.ml314.com/taglw.js https://cdn.ml314.com/taglw.js — 200 — 8.5 KiB — 125 ms — h2https://vi.ml314.com/get?eid=64240&tk=GBYTTE9dUG2OqHj1Rk9DPOaLspvMWfLqV236sdkHgf03d&fp=vi.ml314.com/get?eid=64240&tk=GBYTT... https://vi.ml314.com/get?eid=64240&tk=GBYTTE9dUG2OqHj1Rk9DPOaLspvMWfLqV236sdkHgf03d&fp= — 200 — 388 B — 148 ms — h2https://sb.scorecardresearch.com/cs/6035748/beacon.jssb.scorecardresearch.com/cs/6035748... https://sb.scorecardresearch.com/cs/6035748/beacon.js — 302 — 265 B — 224 ms — h2https://secure.quantserve.com/quant.jssecure.quantserve.com/quant.js https://secure.quantserve.com/quant.js — 200 — 12.2 KiB — 163 ms — h2https://edition.cnn.com/media/sites/cnn/icons/video-dark.svgedition.cnn.com/media/sites/cnn/ico... https://edition.cnn.com/media/sites/cnn/icons/video-dark.svg — 200 — 1.4 KiB — 29 ms — h3https://edition.cnn.com/fonts/cnn/cnn_sans_display-medium-v1.woff2edition.cnn.com/fonts/cnn/cnn_sans_... https://edition.cnn.com/fonts/cnn/cnn_sans_display-medium-v1.woff2 — 200 — 46.4 KiB — 30 ms — h3https://edition.cnn.com/fonts/cnn/cnn_sans_display-v1.woff2edition.cnn.com/fonts/cnn/cnn_sans_... https://edition.cnn.com/fonts/cnn/cnn_sans_display-v1.woff2 — 200 — 46.5 KiB — 32 ms — h3https://edition.cnn.com/fonts/cnn/cnn_sans_display-bold-v1.woff2edition.cnn.com/fonts/cnn/cnn_sans_... https://edition.cnn.com/fonts/cnn/cnn_sans_display-bold-v1.woff2 — 200 — 47.2 KiB — 36 ms — h3https://edition.cnn.com/fonts/cnn/noto_serif-v1.woff2edition.cnn.com/fonts/cnn/noto_seri... https://edition.cnn.com/fonts/cnn/noto_serif-v1.woff2 — 200 — 157.6 KiB — 48 ms — h3https://media.cnn.com/api/v1/loops/stellar/prod/sedva.mp4?c=originalmedia.cnn.com/api/v1/loops/stellar/... https://media.cnn.com/api/v1/loops/stellar/prod/sedva.mp4?c=original — 206 — 487.5 KiB — 165 ms — h3https://media.cnn.com/api/v1/loops/stellar/prod/putin-parade.mp4?c=originalmedia.cnn.com/api/v1/loops/stellar/... https://media.cnn.com/api/v1/loops/stellar/prod/putin-parade.mp4?c=original — 206 — 2.1 MiB — 268 ms — h3https://registry.api.cnn.io/bundles/fave/4.41.1/cssregistry.api.cnn.io/bundles/fave/4.... https://registry.api.cnn.io/bundles/fave/4.41.1/css — 200 — 35.8 KiB — 12 ms — h2https://registry.api.cnn.io/bundles/fave/4.41.1/vendorHashesregistry.api.cnn.io/bundles/fave/4.... https://registry.api.cnn.io/bundles/fave/4.41.1/vendorHashes — 200 — 541 B — 7 ms — h2https://edition.cnn.com/media/sites/cnn/video-placeholder.svgedition.cnn.com/media/sites/cnn/vid... https://edition.cnn.com/media/sites/cnn/video-placeholder.svg — 200 — 1.7 KiB — 18 ms — h3https://edition.cnn.com/media/sites/cnn/icons/video.svgedition.cnn.com/media/sites/cnn/ico... https://edition.cnn.com/media/sites/cnn/icons/video.svg — 200 — 1.4 KiB — 83 ms — h3https://edition.cnn.com/media/sites/cnn/icons/ui-speech-bubble.svgedition.cnn.com/media/sites/cnn/ico... https://edition.cnn.com/media/sites/cnn/icons/ui-speech-bubble.svg — 200 — 1.3 KiB — 101 ms — h3https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap — 200 — 2.0 KiB — 120 ms — h2https://media.cnn.com/api/v1/loops/stellar/prod/loop-1-10.mp4?c=originalmedia.cnn.com/api/v1/loops/stellar/... https://media.cnn.com/api/v1/loops/stellar/prod/loop-1-10.mp4?c=original — 206 — 2.0 MiB — 187 ms — h3https://sb.scorecardresearch.com/internal-cs/default/beacon-and.jssb.scorecardresearch.com/internal-c... https://sb.scorecardresearch.com/internal-cs/default/beacon-and.js — 200 — 7.9 KiB — 20 ms — h2https://edition.cnn.com/media/sites/cnn/icons/ui-search.svgedition.cnn.com/media/sites/cnn/ico... https://edition.cnn.com/media/sites/cnn/icons/ui-search.svg — 200 — 1.3 KiB — 7 ms — h3https://media.cnn.com/api/v1/loops/stellar/prod/22607136-distro.mp4?c=originalmedia.cnn.com/api/v1/loops/stellar/... https://media.cnn.com/api/v1/loops/stellar/prod/22607136-distro.mp4?c=original — 206 — 2.5 MiB — 235 ms — h3https://experience.piano.io/xbuilder/experience/load?aid=RCoM2QBLpuexperience.piano.io/xbuilder/experi... https://experience.piano.io/xbuilder/experience/load?aid=RCoM2QBLpu — 200 — 1.8 KiB — 80 ms — h3https://edition.cnn.com/public/api/alertsedition.cnn.com/public/api/alerts https://edition.cnn.com/public/api/alerts — 200 — 1.1 KiB — 4 ms — h3https://js.stripe.com/v3js.stripe.com/v3 https://js.stripe.com/v3 — 200 — 231.4 KiB — 152 ms — h2https://registry.api.cnn.io/bundles/fave/vendor-b9ed4bce/vendorregistry.api.cnn.io/bundles/fave/ve... https://registry.api.cnn.io/bundles/fave/vendor-b9ed4bce/vendor — 200 — 362.6 KiB — 16 ms — h3https://registry.api.cnn.io/bundles/fave/4.41.1/appregistry.api.cnn.io/bundles/fave/4.... https://registry.api.cnn.io/bundles/fave/4.41.1/app — 200 — 4.2 KiB — 12 ms — h3https://cdn.jsdelivr.net/gh/prebid/category-mapping-file@1/freewheel-mapping.jsoncdn.jsdelivr.net/gh/prebid/category... https://cdn.jsdelivr.net/gh/prebid/category-mapping-file@1/freewheel-mapping.json — 200 — 1.7 KiB — 34 ms — h2https://edition.cnn.com/wbdotp/scripttemplates/otSDKStub.jsedition.cnn.com/wbdotp/scripttempla... https://edition.cnn.com/wbdotp/scripttemplates/otSDKStub.js — 200 — 8.8 KiB — 4 ms — h3https://registry.api.cnn.io/bundles/fave/boltPlayer-c10c3e73/boltPlayerregistry.api.cnn.io/bundles/fave/bo... https://registry.api.cnn.io/bundles/fave/boltPlayer-c10c3e73/boltPlayer — 200 — 654.0 KiB — 62 ms — h3https://registry.api.cnn.io/bundles/fave/boltInstance-f8f379b1/boltInstanceregistry.api.cnn.io/bundles/fave/bo... https://registry.api.cnn.io/bundles/fave/boltInstance-f8f379b1/boltInstance — 200 — 58.4 KiB — 33 ms — h3https://edition.cnn.com/wbdotp/consent/3d9a6f21-8e47-43f8-8d58-d86150f3e92b/3d9a6f21-8e47-43f8-8d58-d86150f3e92b.jsonedition.cnn.com/wbdotp/consent/3d9a... https://edition.cnn.com/wbdotp/consent/3d9a6f21-8e47-43f8-8d58-d86150f3e92b/3d9a6f21-8e47-43f8-8d58-d86150f3e92b.json — 200 — 2.5 KiB — 14 ms — h3https://edition.cnn.com/wbdotp/scripttemplates/202601.2.0/otBannerSdk.jsedition.cnn.com/wbdotp/scripttempla... https://edition.cnn.com/wbdotp/scripttemplates/202601.2.0/otBannerSdk.js — 200 — 110.5 KiB — 19 ms — h3https://rules.quantcount.com/rules-p-D1yc5zQgjmqr5.jsrules.quantcount.com/rules-p-D1yc5z... https://rules.quantcount.com/rules-p-D1yc5zQgjmqr5.js — 200 — 4.3 KiB — 99 ms — h2https://cdn.tinypass.com/api/tinypass.min.jscdn.tinypass.com/api/tinypass.min.j... https://cdn.tinypass.com/api/tinypass.min.js — 200 — 132.6 KiB — 146 ms — h3https://cdn.cookielaw.org/vendorlist/iab2V2Data.jsoncdn.cookielaw.org/vendorlist/iab2V2... https://cdn.cookielaw.org/vendorlist/iab2V2Data.json — -1 — 0 B — 143 ms — https://edition.cnn.com/wbdotp/consent/3d9a6f21-8e47-43f8-8d58-d86150f3e92b/01992b36-cf97-779a-a551-38436d4526fa/en.jsonedition.cnn.com/wbdotp/consent/3d9a... https://edition.cnn.com/wbdotp/consent/3d9a6f21-8e47-43f8-8d58-d86150f3e92b/01992b36-cf97-779a-a551-38436d4526fa/en.json — 200 — 62.6 KiB — 8 ms — h3https://edition.cnn.com/wbdotp/scripttemplates/202601.2.0/otTCF.jsedition.cnn.com/wbdotp/scripttempla... https://edition.cnn.com/wbdotp/scripttemplates/202601.2.0/otTCF.js — 200 — 17.6 KiB — 6 ms — h3https://edition.cnn.com/wbdotp/consent/3d9a6f21-8e47-43f8-8d58-d86150f3e92b/iab2V2Data.jsonedition.cnn.com/wbdotp/consent/3d9a... https://edition.cnn.com/wbdotp/consent/3d9a6f21-8e47-43f8-8d58-d86150f3e92b/iab2V2Data.json — 404 — 563 B — 447 ms — h3https://cdn.cxense.com/cx.cce.jscdn.cxense.com/cx.cce.js https://cdn.cxense.com/cx.cce.js — 200 — 6.8 KiB — 52 ms — http/1.1https://c2.piano.io/xbuilder/experience/execute?aid=RCoM2QBLpuc2.piano.io/xbuilder/experience/exe... https://c2.piano.io/xbuilder/experience/execute?aid=RCoM2QBLpu — 200 — 1.8 KiB — 151 ms — h3https://cdn.cxense.com/cx.jscdn.cxense.com/cx.js https://cdn.cxense.com/cx.js — 200 — 37.7 KiB — 12 ms — http/1.1https://edition.cnn.com/media/sites/cnn/favicon.icoedition.cnn.com/media/sites/cnn/fav... https://edition.cnn.com/media/sites/cnn/favicon.ico — 200 — 6.2 KiB — 4 ms — h3https://comcluster.cxense.com/Repo/rep.gif?ver=3.4.0&typ=pgv&rnd=moy3mxe0bf7gvadp&sid=5860761989072075780&loc=https%3A%2F%2Fedition.cnn.com%2F&new=1&arf=0&ltm=1778316344811&ref=&tzo=0&wsz=412x823&res=412x823&dpr=1.75&col=24&bln=en-US&chs=UTF-8&cks=moy3mxj2dbx3nj5f&ckp=moy3mxe058u5rnkw&glb=&cp_userState=anoncomcluster.cxense.com/Repo/rep.gif?... https://comcluster.cxense.com/Repo/rep.gif?ver=3.4.0&typ=pgv&rnd=moy3mxe0bf7gvadp&sid=5860761989072075780&loc=https%3A%2F%2Fedition.cnn.com%2F&new=1&arf=0&ltm=1778316344811&ref=&tzo=0&wsz=412x823&res=412x823&dpr=1.75&col=24&bln=en-US&chs=UTF-8&cks=moy3mxj2dbx3nj5f&ckp=moy3mxe058u5rnkw&glb=&cp_userState=anon — 200 — 412 B — 117 ms — h2https://default.any-any.prd.api.bolt.cnn.com/v2_token?realm=boltdefault.any-any.prd.api.bolt.cnn.co... https://default.any-any.prd.api.bolt.cnn.com/v2_token?realm=bolt — 200 — 0 B — 164 ms — h2https://default.any-any.prd.api.bolt.cnn.com/v2_token?realm=boltdefault.any-any.prd.api.bolt.cnn.co... https://default.any-any.prd.api.bolt.cnn.com/v2_token?realm=bolt — 200 — 4.0 KiB — 125 ms — h2https://default.any-any.prd.api.bolt.cnn.com/session-context/headwaiter/v1/bootstrapdefault.any-any.prd.api.bolt.cnn.co... https://default.any-any.prd.api.bolt.cnn.com/session-context/headwaiter/v1/bootstrap — 200 — 0 B — 46 ms — h2https://default.any-any.prd.api.bolt.cnn.com/session-context/headwaiter/v1/bootstrapdefault.any-any.prd.api.bolt.cnn.co... https://default.any-any.prd.api.bolt.cnn.com/session-context/headwaiter/v1/bootstrap — 200 — 4.5 KiB — 86 ms — h2https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.htmljs.stripe.com/v3/m-outer-3437aaddcd... https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html — 200 — 1.2 KiB — 84 ms — h2https://default.any-any.prd.api.bolt.cnn.com/labs/api/v1/sessions/feature-flags/decisions?projectId=6580c3f5-7ade-4af6-acf1-8d53d6b08c03default.any-any.prd.api.bolt.cnn.co... https://default.any-any.prd.api.bolt.cnn.com/labs/api/v1/sessions/feature-flags/decisions?projectId=6580c3f5-7ade-4af6-acf1-8d53d6b08c03 — 200 — 0 B — 46 ms — h2https://js.stripe.com/v3/fingerprinted/js/m-outer-15a2b40a058ddff1cffdb63779fe3de1.jsjs.stripe.com/v3/fingerprinted/js/m... https://js.stripe.com/v3/fingerprinted/js/m-outer-15a2b40a058ddff1cffdb63779fe3de1.js — 200 — 1.0 KiB — 21 ms — h2https://default.any-any.prd.api.bolt.cnn.com/labs/api/v1/sessions/feature-flags/decisions?projectId=6580c3f5-7ade-4af6-acf1-8d53d6b08c03default.any-any.prd.api.bolt.cnn.co... https://default.any-any.prd.api.bolt.cnn.com/labs/api/v1/sessions/feature-flags/decisions?projectId=6580c3f5-7ade-4af6-acf1-8d53d6b08c03 — 200 — 4.5 KiB — 46 ms — h2https://m.stripe.network/inner.htmlm.stripe.network/inner.html https://m.stripe.network/inner.html — 200 — 1.7 KiB — 83 ms — h3https://services.brightline.tv/api/v2/config/1018services.brightline.tv/api/v2/confi... https://services.brightline.tv/api/v2/config/1018 — 204 — 0 B — 371 ms — h2https://m.stripe.network/out-4.5.45.jsm.stripe.network/out-4.5.45.js https://m.stripe.network/out-4.5.45.js — 200 — 16.8 KiB — 23 ms — h3https://registry.api.cnn.io/bundles/fave/ui-34d81a05/uiregistry.api.cnn.io/bundles/fave/ui... https://registry.api.cnn.io/bundles/fave/ui-34d81a05/ui — 200 — 2.3 MiB — 72 ms — h3https://m.stripe.com/6m.stripe.com/6 https://m.stripe.com/6 — 200 — 580 B — 549 ms — h2https://services.brightline.tv/api/v2/config/1018services.brightline.tv/api/v2/confi... https://services.brightline.tv/api/v2/config/1018 — 200 — 3.0 KiB — 117 ms — h2https://events.brightline.tv/trackevents.brightline.tv/track https://events.brightline.tv/track — 204 — 0 B — 376 ms — h2https://events.brightline.tv/trackevents.brightline.tv/track https://events.brightline.tv/track — 204 — 0 B — 376 ms — h2https://events.brightline.tv/trackevents.brightline.tv/track https://events.brightline.tv/track — 200 — 141 B — 118 ms — h2https://events.brightline.tv/trackevents.brightline.tv/track https://events.brightline.tv/track — 200 — 141 B — 120 ms — h2https://buy.tinypass.com/api/v3/anon/assets/sdk-runtime-config.js?aid=RCoM2QBLpubuy.tinypass.com/api/v3/anon/assets... https://buy.tinypass.com/api/v3/anon/assets/sdk-runtime-config.js?aid=RCoM2QBLpu — 200 — 560 B — 79 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 8072ms · 4950KB · $107/mo
edition.cnn.com
Other
Costly
Execution 2852ms
Transfer 514 KB
Monthly Cost $38/mo
Unattributable
Other
Costly
Execution 1244ms
Transfer 0 KB
Monthly Cost $17/mo
registry.api.cnn.io
Other
Costly
Execution 708ms
Transfer 654 KB
Unused 67%
Monthly Cost $9/mo
edition.cnn.com
Other
Costly
Execution 484ms
Transfer 216 KB
Unused 74%
Monthly Cost $6/mo
registry.api.cnn.io
Other
Costly
Execution 460ms
Transfer 58 KB
Unused 60%
Monthly Cost $6/mo
cdn.tinypass.com
Other
Costly
Execution 431ms
Transfer 133 KB
Unused 63%
Monthly Cost $6/mo
registry.api.cnn.io
Other
Costly
Execution 339ms
Transfer 2307 KB
Unused 11%
Monthly Cost $4/mo
registry.api.cnn.io
Other
Costly
Execution 295ms
Transfer 363 KB
Unused 73%
Monthly Cost $4/mo
Stripe
Payment
Essential
Execution 267ms
Transfer 231 KB
Unused 73%
Monthly Cost $4/mo
edition.cnn.com
Other
Costly
Execution 209ms
Transfer 44 KB
Unused 67%
Monthly Cost $3/mo
lightning.cnn.com
Other
Optional
Execution 193ms
Transfer 75 KB
Monthly Cost $3/mo
cdn.cxense.com
Other
Optional
Execution 158ms
Transfer 38 KB
Unused 59%
Monthly Cost $2/mo
Optimizely
A/B Testing
Optional
Execution 138ms
Transfer 121 KB
Unused 58%
Monthly Cost $2/mo
registry.api.cnn.io
Other
Optional
Execution 112ms
Transfer 61 KB
Unused 47%
Monthly Cost $1/mo
edition.cnn.com
Other
Optional
Execution 70ms
Transfer 18 KB
Monthly Cost $1/mo
edition.cnn.com
Other
Optional
Execution 58ms
Transfer 111 KB
Unused 74%
Monthly Cost $1/mo
edition.cnn.com
Other
Optional
Execution 56ms
Transfer 9 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • edition.cnn.com adds 2852ms and costs ~$38/month
  • Unattributable adds 1244ms and costs ~$17/month
  • registry.api.cnn.io adds 708ms and costs ~$9/month
  • edition.cnn.com adds 484ms and costs ~$6/month
  • registry.api.cnn.io adds 460ms and costs ~$6/month
  • cdn.tinypass.com adds 431ms and costs ~$6/month
  • registry.api.cnn.io adds 339ms and costs ~$4/month
  • registry.api.cnn.io adds 295ms and costs ~$4/month
  • edition.cnn.com adds 209ms and costs ~$3/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

edition.cnn.com takes 2852ms 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 1244ms 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

registry.api.cnn.io takes 708ms 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

67% of registry.api.cnn.io'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

edition.cnn.com takes 484ms 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

74% of edition.cnn.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

registry.api.cnn.io takes 460ms 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

60% of registry.api.cnn.io'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.tinypass.com takes 431ms 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

63% of cdn.tinypass.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

registry.api.cnn.io takes 339ms 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

registry.api.cnn.io takes 295ms 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

73% of registry.api.cnn.io'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

73% of Stripe'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

edition.cnn.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

67% of edition.cnn.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

59% of cdn.cxense.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

58% of Optimizely'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

74% of edition.cnn.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

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-04-10 — 2026-05-07)

LCP (p75)

1502 ms

86% good

INP (p75)

145 ms

83% good

CLS (p75)

0.040

86% good

FCP (p75)

939 ms

TTFB (p75)

236 ms

This origin passes Core Web Vitals assessment
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback