Skip to content
https://abcnews.com

Performance

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

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

75
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
72
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.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.58 s

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

2.32 s

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

155 ms

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.

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

6.19 s

Page Load Progression

764 ms
1.5 s
2.3 s
3.1 s
3.8 s
4.6 s
5.3 s
6.1 s
Checks
15
7 PASS 2 REVIEW 4 FIX
F
Page Weight Budget
Action
5.3 MB transferred, 199 requests
FIX
5.3 MB transferred, 199 requests
Critical::
Page weighs 14.4 MB (5.3 MB transferred)
Warning::
JavaScript is 2.6 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.6 MB
Warning::
Images are 1.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.6 MB
Warning::
199 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.3 MB / 2.4 MB budget
5.3 MB transferred
199 requests
1.1 g CO2 per page load
JavaScript 2.6 MiB 49%
Images 1.6 MiB 29%
HTML 686.6 KiB 13%
Fonts 158.3 KiB 3%
CSS 152.6 KiB 3%
Other 81.1 KiB 1%
Other 75.0 KiB 1%
Other 13.9 KiB 0%
Other 581 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

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
87% third-party, 0 ms blocking
FIX
87% third-party, 0 ms blocking
Warning::
Third-party code accounts for 87% of page weight (4.7 MiB of 5.3 MiB)
Info::
Third-party blocking time is low (0 ms)
87%
First-party Third-party
F
JS Bundles
Action
58 scripts, 1000 KB unused
FIX
58 scripts, 1000 KB unused
Warning::
https://assets-cdn.abcnews.com/abcnews/2904c12ed3b...: 299 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets-cdn.abcnews.com/abcnews/2904c12ed3b...: 194 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://hiveplayer-static.bamgrid.com/artifacts/hi...: 86 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://dcf.espn.com/TWDC-DTCI/prod/code/235f76ad2...: 77 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-101...: 61 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1000 KB
1000 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/9887-a0fc4adb.js816 KB299 KB (37%)3rd
https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/5246-d79e33f5.js382 KB194 KB (51%)3rd
https://hiveplayer-static.bamgrid.com/artifacts/hive/playback-service/26.2.0-bagheera/all_browser_es5/playback-service.js109 KB86 KB (79%)3rd
https://dcf.espn.com/TWDC-DTCI/prod/code/235f76ad2976e2ea1e62e67c7e08ee61.js?conditionId0=4910633112 KB77 KB (69%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-1010108458&cx=c&gtm=4e64h1137 KB61 KB (44%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-4139589130 KB59 KB (46%)3rd
https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.js115 KB55 KB (48%)3rd
https://js.appboycdn.com/web-sdk/5.6/braze.min.js63 KB43 KB (69%)3rd
https://cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.js73 KB39 KB (54%)3rd
https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/4323-ee4be8b9.js43 KB30 KB (71%)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
199 resources · 5.3 MB · 1000 KB savings available
FIX
199 resources · 5.3 MB · 1000 KB savings available
Warning::
Page weight 4.3 MB over 1MB target
Got: 5.3 MB Expected: ≤ 1 MB
Info::
~1000 KB of savings available
Warning::
196 third-party resources (87% of weight)
Info::
3 resources over 200KB
199 resources · 5.3 MiB · 196 third-party 4.3 MiB over 1MB target
JavaScript 50% · 2.7 MiB
Image 31% · 1.6 MiB
Document 13% · 686.6 KiB
Font 3% · 158.3 KiB
CSS 3% · 152.6 KiB
Other 0% · 21.6 KiB

~1000.1 KiB of savings available

Remove unused JavaScript: 1000.1 KiB
C
Image Optimization
Action
101 images, 0 KB saveable
REVIEW
101 images, 0 KB saveable
Warning::
https://i.abcnewsfe.com/a/76771ce2-bd2f-433f-80e6-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/289b2efb-649f-4394-babc-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/12e74503-f2be-40e6-9f36-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/9cb082ba-8338-4939-b139-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/28b9f09b-eea0-409b-8ca2-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/dc9051b9-719d-41e4-8179-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/673a1b0c-8d39-4212-9edd-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/5156622b-4abd-4bf0-9461-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/assets/dtci/images/logo_dark... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/1e0c4e62-0eb0-4b4a-bddd-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/40627416-5c87-482f-8c86-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/e274162d-2de0-4937-a82c-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/3169e774-9c62-443e-a58f-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/601f6d5f-45a6-47db-8de7-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/ac643467-a23d-47d2-adbb-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/ba89e0e7-7fcd-4d55-9528-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/fddce082-7121-423e-ae4a-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/d31b75f8-b49d-4ea2-beef-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/8facf72d-651b-4447-9b43-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/61866137-59b9-4f99-87a0-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/assets/dtci/icomoon/svg/logo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/b48cc394-fb43-4add-a519-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/dc009960-fcc6-4084-92e0-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/b6463894-e79f-4ed2-8649-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/30a8bdef-497e-438d-80f1-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/477bf637-fed8-45d1-bd55-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/25f8b423-b06f-4eed-9d45-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/8d489841-0a80-4bb7-80a6-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/fdce857b-2dd3-44ec-99d0-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/060b485c-f332-4b93-87d3-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/f8935371-7e2a-426e-99a0-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/759b39de-c2c6-48fe-af84-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/50d050a9-1311-4dc6-82d5-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/e14b6f2b-269f-42f3-93f3-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/8ee0c572-9a51-4207-91ab-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/de79e3f9-fe56-43e9-85d2-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/6af97dae-27bc-460a-bce6-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/795bd3fc-4dd9-44c2-a736-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/bfceebab-61a1-4f0d-92e6-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/fe55ed26-8995-4d76-a1f8-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/d0071fba-081d-465a-b2bf-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/d78bac9e-fc02-460c-9f77-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/66a75397-650b-4618-a03d-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/f49b35a8-ec1e-43b5-a270-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/9daa5fa3-599f-4635-91ac-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/d3b26621-7498-4d45-87c5-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/254bb465-71f7-417b-b822-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/562c9222-99ef-47b8-920c-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/7f994203-3cbf-4c62-a177-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/631df9df-76af-4083-95aa-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/61369cb3-8178-4e2a-abe4-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/4b5914ac-fa5b-43d8-8ce9-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/7cd9d308-1a03-419e-8b17-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/13d74b19-4654-42fc-9500-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/ed5224aa-d5f3-4f9d-ab4d-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/2b2f5b1c-3c66-4402-8fa4-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/60593f5a-8b55-4f8c-bc8c-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/30b3cdcf-1f5c-4b2e-a622-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/40328249-58b9-47db-9a6f-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/5ce7eeaa-6863-487c-abf8-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/396adc9e-8f5d-4ffb-93ec-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/7574ca1e-45f2-4bcd-ace7-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/fdab8d7c-6682-4da3-9edb-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/ecab5843-42b7-4c9b-9ea7-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/5b36addd-2d6d-4e21-9d37-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/10db3d06-77ba-4ba5-9d2d-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/9a4602b6-a345-4715-b5db-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.abcnewsfe.com/a/44d90b61-9b70-4cbc-b92e-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
101 images 1.6 MB
0 oversized -0 KB
14 legacy format
68 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1605ms total JS execution
REVIEW
1605ms total JS execution
Warning::
https://abcnews.com/: 517ms CPU time
Warning::
https://hiveplayer-static.bamgrid.com/artifacts/hi...: 351ms CPU time
Info::
Unattributable: 244ms CPU time
Info::
https://assets-cdn.abcnews.com/abcnews/2904c12ed3b...: 146ms CPU time
Info::
https://assets-cdn.abcnews.com/abcnews/2904c12ed3b...: 139ms CPU time
Warning::
Third-party scripts: 1087ms (68% of total)

Main Thread Breakdown

Script Evaluation 49% Other 19% Script Parsing & Compilation 12% Style & Layout 9% Rendering 7%
ScriptTotalScriptingParse/CompileParty
https://abcnews.com/517ms79ms12ms1st
https://hiveplayer-static.bamgrid.com/artifacts/hive/playback-service/26.2.0-bagheera/all_browser_es5/playback-service.js351ms268ms14ms3rd
Unattributable244ms23ms0ms3rd
https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/9887-a0fc4adb.js146ms27ms81ms3rd
https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/abcnews-a1dfd144.js139ms134ms4ms3rd
https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/home-acf76cee.js110ms105ms0ms3rd
https://dcf.espn.com/TWDC-DTCI/prod/code/235f76ad2976e2ea1e62e67c7e08ee61.js?conditionId0=491063397ms85ms8ms3rd
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
3 fonts (158 KB)
PASS
3 fonts (158 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

158 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.6 s LCP 2.3 shttps://s.abcnews.com/assets/dtci/fonts/post-grotesk/PostGrotesk-Book.woff2PostGrotesk-Book.woff2 https://s.abcnews.com/assets/dtci/fonts/post-grotesk/PostGrotesk-Book.woff2 — 51.8 KiB — 31 ms — font-display: swaphttps://s.abcnews.com/assets/dtci/fonts/post-grotesk/PostGrotesk-Bold.woff2PostGrotesk-Bold.woff2 https://s.abcnews.com/assets/dtci/fonts/post-grotesk/PostGrotesk-Bold.woff2 — 52.8 KiB — 26 ms — font-display: swaphttps://s.abcnews.com/assets/dtci/fonts/post-grotesk/PostGrotesk-Medium.woff2PostGrotesk-Medium.woff2 https://s.abcnews.com/assets/dtci/fonts/post-grotesk/PostGrotesk-Medium.woff2 — 53.7 KiB — 21 ms — font-display: swap
PostGrotesk-Book.woff2 woff2 swap
Size 52 KB
Load time 31 ms
Start 246 ms
Risk FOUT — text flashes from fallback to web font
PostGrotesk-Bold.woff2 woff2 swap
Size 53 KB
Load time 26 ms
Start 247 ms
Risk FOUT — text flashes from fallback to web font
PostGrotesk-Medium.woff2 woff2 swap
Size 54 KB
Load time 21 ms
Start 248 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Google Cloud

A+
HTTP Caching
max-age=9 (9 seconds)
PASS
max-age=9 (9 seconds)
Info::
Cache-Control header is set
Got: max-age=9
Info::
Effective TTL: 9 seconds (max-age=9)
Info::
Last-Modified header present
Cache-Control

max-age=9

DirectiveValueMeaning
max-age9Cache for 9 seconds
Effective TTL: 9 seconds
Network Waterfall
199 requests over 4823ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.6 s LCP 2.3 shttps://abcnews.com// https://abcnews.com/ — 200 — 682.7 KiB — 270 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.jsdcf.espn.com/TWDC-DTCI/prod/Bootstr... https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.js — 200 — 115.5 KiB — 209 ms — h2https://s.abcnews.com/assets/dtci/fonts/post-grotesk/PostGrotesk-Book.woff2s.abcnews.com/assets/dtci/fonts/pos... https://s.abcnews.com/assets/dtci/fonts/post-grotesk/PostGrotesk-Book.woff2 — 200 — 51.8 KiB — 31 ms — h2https://s.abcnews.com/assets/dtci/fonts/post-grotesk/PostGrotesk-Bold.woff2s.abcnews.com/assets/dtci/fonts/pos... https://s.abcnews.com/assets/dtci/fonts/post-grotesk/PostGrotesk-Bold.woff2 — 200 — 52.8 KiB — 26 ms — h2https://s.abcnews.com/assets/dtci/fonts/post-grotesk/PostGrotesk-Medium.woff2s.abcnews.com/assets/dtci/fonts/pos... https://s.abcnews.com/assets/dtci/fonts/post-grotesk/PostGrotesk-Medium.woff2 — 200 — 53.7 KiB — 21 ms — h2https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/fusion-d56dd6ee.cssassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/fusion-d56dd6ee.css — 200 — 117.1 KiB — 56 ms — h2https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/9887-9ad856db.cssassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/9887-9ad856db.css — 200 — 5.8 KiB — 34 ms — h2https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/abcnews-86254d0f.cssassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/abcnews-86254d0f.css — 200 — 13.4 KiB — 50 ms — h2https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/2976-b913bc2d.cssassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/2976-b913bc2d.css — 200 — 5.1 KiB — 40 ms — h2https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/4578-3b7497a0.cssassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/4578-3b7497a0.css — 200 — 7.3 KiB — 45 ms — h2https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/6526-43339cee.cssassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/6526-43339cee.css — 200 — 3.9 KiB — 46 ms — h2https://scripts.webcontentassessor.com/scripts/0b90f464007ee375f4e9cd06c3914e59274887f92e97c606a62fdf9e3a4728b5scripts.webcontentassessor.com/scri... https://scripts.webcontentassessor.com/scripts/0b90f464007ee375f4e9cd06c3914e59274887f92e97c606a62fdf9e3a4728b5 — 200 — 144.6 KiB — 61 ms — h2https://s.abcnews.com/assets/dtci/js/floodlight_global.jss.abcnews.com/assets/dtci/js/floodl... https://s.abcnews.com/assets/dtci/js/floodlight_global.js — 200 — 800 B — 48 ms — h2https://assets-cdn.abcotvs.net/static/images/DisneyPlus.svgassets-cdn.abcotvs.net/static/image... https://assets-cdn.abcotvs.net/static/images/DisneyPlus.svg — 200 — 4.6 KiB — 55 ms — h2https://i.abcnewsfe.com/a/7cd9d308-1a03-419e-8b17-25d5aed33342/vance-2-gty-gmh-260415_1776258633869_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/7cd9d308-1a03-419... https://i.abcnewsfe.com/a/7cd9d308-1a03-419e-8b17-25d5aed33342/vance-2-gty-gmh-260415_1776258633869_hpMain_16x9.jpg?w=512 — 200 — 12.2 KiB — 98 ms — h2https://i.abcnewsfe.com/a/e274162d-2de0-4937-a82c-32aaa82001de/abc_news_live-abc-ml-250210_1739199021469_hpMain_16x9.jpgi.abcnewsfe.com/a/e274162d-2de0-493... https://i.abcnewsfe.com/a/e274162d-2de0-4937-a82c-32aaa82001de/abc_news_live-abc-ml-250210_1739199021469_hpMain_16x9.jpg — 200 — 54.4 KiB — 10 ms — h2https://i.abcnewsfe.com/a/30a8bdef-497e-438d-80f1-c81625b03cd9/mexico-shooting-4-gty-gmh-260421_1776786017479_hpMain_16x9.jpg?w=256i.abcnewsfe.com/a/30a8bdef-497e-438... https://i.abcnewsfe.com/a/30a8bdef-497e-438d-80f1-c81625b03cd9/mexico-shooting-4-gty-gmh-260421_1776786017479_hpMain_16x9.jpg?w=256 — 200 — 10.4 KiB — 26 ms — h2https://i.abcnewsfe.com/a/61866137-59b9-4f99-87a0-a250bb8d5cc0/sheila-cherfilus-mccormick-1-gty-jef-260421_1776785417151_hpMain_16x9.jpg?w=256i.abcnewsfe.com/a/61866137-59b9-4f9... https://i.abcnewsfe.com/a/61866137-59b9-4f99-87a0-a250bb8d5cc0/sheila-cherfilus-mccormick-1-gty-jef-260421_1776785417151_hpMain_16x9.jpg?w=256 — 200 — 5.8 KiB — 25 ms — h2https://s.abcnews.com/assets/dtci/icomoon/svg/logo.svgs.abcnews.com/assets/dtci/icomoon/s... https://s.abcnews.com/assets/dtci/icomoon/svg/logo.svg — 200 — 2.5 KiB — 6 ms — h2https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/runtime-11c62cdf.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/runtime-11c62cdf.js — 200 — 2.3 KiB — 5 ms — h2https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/9887-a0fc4adb.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/9887-a0fc4adb.js — 200 — 815.8 KiB — 25 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/6205-8a0c7fa1.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/6205-8a0c7fa1.js — 200 — 28.9 KiB — 7 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/8554-e13afe43.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/8554-e13afe43.js — 200 — 9.2 KiB — 9 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/5741-8b117171.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/5741-8b117171.js — 200 — 3.5 KiB — 11 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/7110-364bc5cc.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/7110-364bc5cc.js — 200 — 35.7 KiB — 69 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/8037-6d33461b.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/8037-6d33461b.js — 200 — 7.0 KiB — 64 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/5426-71e7842a.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/5426-71e7842a.js — 200 — 2.6 KiB — 64 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/5246-d79e33f5.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/5246-d79e33f5.js — 200 — 381.6 KiB — 286 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/3843-114f4cf7.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/3843-114f4cf7.js — 200 — 5.3 KiB — 107 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/5427-a8a81766.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/5427-a8a81766.js — 200 — 3.4 KiB — 107 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.6 s LCP 2.3 shttps://abcnews.com// https://abcnews.com/ — 200 — 682.7 KiB — 270 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.jsdcf.espn.com/TWDC-DTCI/prod/Bootstr... https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.js — 200 — 115.5 KiB — 209 ms — h2https://s.abcnews.com/assets/dtci/fonts/post-grotesk/PostGrotesk-Book.woff2s.abcnews.com/assets/dtci/fonts/pos... https://s.abcnews.com/assets/dtci/fonts/post-grotesk/PostGrotesk-Book.woff2 — 200 — 51.8 KiB — 31 ms — h2https://s.abcnews.com/assets/dtci/fonts/post-grotesk/PostGrotesk-Bold.woff2s.abcnews.com/assets/dtci/fonts/pos... https://s.abcnews.com/assets/dtci/fonts/post-grotesk/PostGrotesk-Bold.woff2 — 200 — 52.8 KiB — 26 ms — h2https://s.abcnews.com/assets/dtci/fonts/post-grotesk/PostGrotesk-Medium.woff2s.abcnews.com/assets/dtci/fonts/pos... https://s.abcnews.com/assets/dtci/fonts/post-grotesk/PostGrotesk-Medium.woff2 — 200 — 53.7 KiB — 21 ms — h2https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/fusion-d56dd6ee.cssassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/fusion-d56dd6ee.css — 200 — 117.1 KiB — 56 ms — h2https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/9887-9ad856db.cssassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/9887-9ad856db.css — 200 — 5.8 KiB — 34 ms — h2https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/abcnews-86254d0f.cssassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/abcnews-86254d0f.css — 200 — 13.4 KiB — 50 ms — h2https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/2976-b913bc2d.cssassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/2976-b913bc2d.css — 200 — 5.1 KiB — 40 ms — h2https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/4578-3b7497a0.cssassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/4578-3b7497a0.css — 200 — 7.3 KiB — 45 ms — h2https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/6526-43339cee.cssassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/css/6526-43339cee.css — 200 — 3.9 KiB — 46 ms — h2https://scripts.webcontentassessor.com/scripts/0b90f464007ee375f4e9cd06c3914e59274887f92e97c606a62fdf9e3a4728b5scripts.webcontentassessor.com/scri... https://scripts.webcontentassessor.com/scripts/0b90f464007ee375f4e9cd06c3914e59274887f92e97c606a62fdf9e3a4728b5 — 200 — 144.6 KiB — 61 ms — h2https://s.abcnews.com/assets/dtci/js/floodlight_global.jss.abcnews.com/assets/dtci/js/floodl... https://s.abcnews.com/assets/dtci/js/floodlight_global.js — 200 — 800 B — 48 ms — h2https://assets-cdn.abcotvs.net/static/images/DisneyPlus.svgassets-cdn.abcotvs.net/static/image... https://assets-cdn.abcotvs.net/static/images/DisneyPlus.svg — 200 — 4.6 KiB — 55 ms — h2https://i.abcnewsfe.com/a/7cd9d308-1a03-419e-8b17-25d5aed33342/vance-2-gty-gmh-260415_1776258633869_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/7cd9d308-1a03-419... https://i.abcnewsfe.com/a/7cd9d308-1a03-419e-8b17-25d5aed33342/vance-2-gty-gmh-260415_1776258633869_hpMain_16x9.jpg?w=512 — 200 — 12.2 KiB — 98 ms — h2https://i.abcnewsfe.com/a/e274162d-2de0-4937-a82c-32aaa82001de/abc_news_live-abc-ml-250210_1739199021469_hpMain_16x9.jpgi.abcnewsfe.com/a/e274162d-2de0-493... https://i.abcnewsfe.com/a/e274162d-2de0-4937-a82c-32aaa82001de/abc_news_live-abc-ml-250210_1739199021469_hpMain_16x9.jpg — 200 — 54.4 KiB — 10 ms — h2https://i.abcnewsfe.com/a/30a8bdef-497e-438d-80f1-c81625b03cd9/mexico-shooting-4-gty-gmh-260421_1776786017479_hpMain_16x9.jpg?w=256i.abcnewsfe.com/a/30a8bdef-497e-438... https://i.abcnewsfe.com/a/30a8bdef-497e-438d-80f1-c81625b03cd9/mexico-shooting-4-gty-gmh-260421_1776786017479_hpMain_16x9.jpg?w=256 — 200 — 10.4 KiB — 26 ms — h2https://i.abcnewsfe.com/a/61866137-59b9-4f99-87a0-a250bb8d5cc0/sheila-cherfilus-mccormick-1-gty-jef-260421_1776785417151_hpMain_16x9.jpg?w=256i.abcnewsfe.com/a/61866137-59b9-4f9... https://i.abcnewsfe.com/a/61866137-59b9-4f99-87a0-a250bb8d5cc0/sheila-cherfilus-mccormick-1-gty-jef-260421_1776785417151_hpMain_16x9.jpg?w=256 — 200 — 5.8 KiB — 25 ms — h2https://s.abcnews.com/assets/dtci/icomoon/svg/logo.svgs.abcnews.com/assets/dtci/icomoon/s... https://s.abcnews.com/assets/dtci/icomoon/svg/logo.svg — 200 — 2.5 KiB — 6 ms — h2https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/runtime-11c62cdf.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/runtime-11c62cdf.js — 200 — 2.3 KiB — 5 ms — h2https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/9887-a0fc4adb.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/9887-a0fc4adb.js — 200 — 815.8 KiB — 25 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/6205-8a0c7fa1.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/6205-8a0c7fa1.js — 200 — 28.9 KiB — 7 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/8554-e13afe43.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/8554-e13afe43.js — 200 — 9.2 KiB — 9 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/5741-8b117171.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/5741-8b117171.js — 200 — 3.5 KiB — 11 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/7110-364bc5cc.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/7110-364bc5cc.js — 200 — 35.7 KiB — 69 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/8037-6d33461b.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/8037-6d33461b.js — 200 — 7.0 KiB — 64 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/5426-71e7842a.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/5426-71e7842a.js — 200 — 2.6 KiB — 64 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/5246-d79e33f5.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/5246-d79e33f5.js — 200 — 381.6 KiB — 286 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/3843-114f4cf7.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/3843-114f4cf7.js — 200 — 5.3 KiB — 107 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/5427-a8a81766.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/5427-a8a81766.js — 200 — 3.4 KiB — 107 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/1763-b6878e01.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/1763-b6878e01.js — 200 — 18.2 KiB — 147 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/1953-37720a2a.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/1953-37720a2a.js — 200 — 10.9 KiB — 147 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/4664-d0922e4a.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/4664-d0922e4a.js — 200 — 4.0 KiB — 116 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/2976-f34926c0.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/2976-f34926c0.js — 200 — 6.0 KiB — 124 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/4724-ae075fba.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/4724-ae075fba.js — 200 — 3.6 KiB — 116 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/6189-68ad6857.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/6189-68ad6857.js — 200 — 5.2 KiB — 124 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/6493-c16d6abe.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/6493-c16d6abe.js — 200 — 4.1 KiB — 116 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/1648-19469d19.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/1648-19469d19.js — 200 — 33.5 KiB — 202 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/3737-36135da8.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/3737-36135da8.js — 200 — 31.7 KiB — 198 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/4323-ee4be8b9.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/4323-ee4be8b9.js — 200 — 43.1 KiB — 198 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/8321-21bb6b67.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/8321-21bb6b67.js — 200 — 105.9 KiB — 288 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/6652-2febb59f.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/6652-2febb59f.js — 200 — 12.6 KiB — 166 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/4578-6fa97c12.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/4578-6fa97c12.js — 200 — 14.3 KiB — 165 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/6526-2383255f.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/6526-2383255f.js — 200 — 50.6 KiB — 211 ms — h3https://www.googletagmanager.com/gtag/js?id=DC-4139589www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-4139589 — 200 — 129.8 KiB — 261 ms — h2https://i.abcnewsfe.com/a/d0071fba-081d-465a-b2bf-5375a587d4e5/southwest-as-gmh-260420_1776716983145_hpMain_16x9.jpg?w=256i.abcnewsfe.com/a/d0071fba-081d-465... https://i.abcnewsfe.com/a/d0071fba-081d-465a-b2bf-5375a587d4e5/southwest-as-gmh-260420_1776716983145_hpMain_16x9.jpg?w=256 — 200 — 5.8 KiB — 147 ms — h2https://i.abcnewsfe.com/a/b48cc394-fb43-4add-a519-51ddcf29cfbb/plane-crash-florida-rt-jt-260421_1776785587820_hpMain_16x9.jpg?w=256i.abcnewsfe.com/a/b48cc394-fb43-4ad... https://i.abcnewsfe.com/a/b48cc394-fb43-4add-a519-51ddcf29cfbb/plane-crash-florida-rt-jt-260421_1776785587820_hpMain_16x9.jpg?w=256 — 200 — 13.9 KiB — 291 ms — h2https://i.abcnewsfe.com/a/477bf637-fed8-45d1-bd55-77d1da627a62/hegseth-ap-jef-260421_1776791177208_hpMain_16x9.jpg?w=256i.abcnewsfe.com/a/477bf637-fed8-45d... https://i.abcnewsfe.com/a/477bf637-fed8-45d1-bd55-77d1da627a62/hegseth-ap-jef-260421_1776791177208_hpMain_16x9.jpg?w=256 — 200 — 8.0 KiB — 153 ms — h2https://i.abcnewsfe.com/a/fb85e8e5-e8cf-4ac2-90b7-5ac864cd8c59/doj-logo-gty-gmh-260203_1770129256060_hpMain_2_16x9.jpg?w=256i.abcnewsfe.com/a/fb85e8e5-e8cf-4ac... https://i.abcnewsfe.com/a/fb85e8e5-e8cf-4ac2-90b7-5ac864cd8c59/doj-logo-gty-gmh-260203_1770129256060_hpMain_2_16x9.jpg?w=256 — 200 — 11.3 KiB — 139 ms — h2https://i.abcnewsfe.com/a/68511bae-3ed7-4f9c-b1e4-d09f370729c9/Tania-Finlayson-1-ht-gmh-260421_1776790029140_hpMain_16x9.jpg?w=256i.abcnewsfe.com/a/68511bae-3ed7-4f9... https://i.abcnewsfe.com/a/68511bae-3ed7-4f9c-b1e4-d09f370729c9/Tania-Finlayson-1-ht-gmh-260421_1776790029140_hpMain_16x9.jpg?w=256 — 200 — 10.9 KiB — 178 ms — h2https://i.abcnewsfe.com/a/97360358-4397-4c2b-9fb5-1d668d98b8cf/jubilee-2-ap-gmh-260420_1776701095978_hpMain_16x9.jpg?w=256i.abcnewsfe.com/a/97360358-4397-4c2... https://i.abcnewsfe.com/a/97360358-4397-4c2b-9fb5-1d668d98b8cf/jubilee-2-ap-gmh-260420_1776701095978_hpMain_16x9.jpg?w=256 — 200 — 7.6 KiB — 139 ms — h2https://i.abcnewsfe.com/a/8ee0c572-9a51-4207-91ab-5d1ba2b8fc60/260421_gma_katersky_scam1_740_hpMain_16x9.jpg?w=256i.abcnewsfe.com/a/8ee0c572-9a51-420... https://i.abcnewsfe.com/a/8ee0c572-9a51-4207-91ab-5d1ba2b8fc60/260421_gma_katersky_scam1_740_hpMain_16x9.jpg?w=256 — 200 — 6.9 KiB — 139 ms — h2https://i.abcnewsfe.com/a/18c539b7-2e55-44aa-a468-c5272d6ce6ac/260421_gma_reeve_pokemon_hpMain_16x9.jpg?w=256i.abcnewsfe.com/a/18c539b7-2e55-44a... https://i.abcnewsfe.com/a/18c539b7-2e55-44aa-a468-c5272d6ce6ac/260421_gma_reeve_pokemon_hpMain_16x9.jpg?w=256 — 200 — 7.7 KiB — 289 ms — h2https://i.abcnewsfe.com/a/f2bb38cf-c44e-406d-bb77-cd35350eea87/260421_gmafl_skydiver_hpMain_16x9.jpg?w=256i.abcnewsfe.com/a/f2bb38cf-c44e-406... https://i.abcnewsfe.com/a/f2bb38cf-c44e-406d-bb77-cd35350eea87/260421_gmafl_skydiver_hpMain_16x9.jpg?w=256 — 200 — 13.0 KiB — 222 ms — h2https://i.abcnewsfe.com/a/6cc5ef5d-ddc9-4553-89b1-555053755734/260420_wn_ender_hpMain_16x9.jpg?w=256i.abcnewsfe.com/a/6cc5ef5d-ddc9-455... https://i.abcnewsfe.com/a/6cc5ef5d-ddc9-4553-89b1-555053755734/260420_wn_ender_hpMain_16x9.jpg?w=256 — 200 — 7.5 KiB — 134 ms — h2https://i.abcnewsfe.com/a/61e97fad-9425-45b0-b4ed-7276ed20549c/260420_gma_parachuite_hpMain_16x9.jpg?w=256i.abcnewsfe.com/a/61e97fad-9425-45b... https://i.abcnewsfe.com/a/61e97fad-9425-45b0-b4ed-7276ed20549c/260420_gma_parachuite_hpMain_16x9.jpg?w=256 — 200 — 2.5 KiB — 234 ms — h2https://i.abcnewsfe.com/a/a5548063-7579-4c44-add2-45ce68bb4385/260420_gma3_pop1_hpMain_16x9.jpg?w=256i.abcnewsfe.com/a/a5548063-7579-4c4... https://i.abcnewsfe.com/a/a5548063-7579-4c44-add2-45ce68bb4385/260420_gma3_pop1_hpMain_16x9.jpg?w=256 — 200 — 5.6 KiB — 233 ms — h2https://i.abcnewsfe.com/a/1c3f8c79-a427-45e9-9e35-c3c9a3374641/260420_gmafl_chair_catsr_hpMain_16x9.jpg?w=256i.abcnewsfe.com/a/1c3f8c79-a427-45e... https://i.abcnewsfe.com/a/1c3f8c79-a427-45e9-9e35-c3c9a3374641/260420_gmafl_chair_catsr_hpMain_16x9.jpg?w=256 — 200 — 12.4 KiB — 62 ms — h2https://i.abcnewsfe.com/a/9ef3444f-be16-4ba4-9efa-8421dd5266b1/260419_wn_ender_balloon_hpMain_16x9.jpg?w=256i.abcnewsfe.com/a/9ef3444f-be16-4ba... https://i.abcnewsfe.com/a/9ef3444f-be16-4ba4-9efa-8421dd5266b1/260419_wn_ender_balloon_hpMain_16x9.jpg?w=256 — 200 — 10.6 KiB — 272 ms — h2https://i.abcnewsfe.com/a/fc8ec262-3bcd-4527-a874-4f4744ecf27b/260419_wn_presha_plane_hpMain_16x9.jpg?w=256i.abcnewsfe.com/a/fc8ec262-3bcd-452... https://i.abcnewsfe.com/a/fc8ec262-3bcd-4527-a874-4f4744ecf27b/260419_wn_presha_plane_hpMain_16x9.jpg?w=256 — 200 — 13.5 KiB — 63 ms — h2https://i.abcnewsfe.com/a/7ce5842d-906e-469d-a4d8-0438b1abb955/260419_wn_adan_pope_hpMain_16x9.jpg?w=256i.abcnewsfe.com/a/7ce5842d-906e-469... https://i.abcnewsfe.com/a/7ce5842d-906e-469d-a4d8-0438b1abb955/260419_wn_adan_pope_hpMain_16x9.jpg?w=256 — 200 — 14.6 KiB — 75 ms — h2https://i.abcnewsfe.com/a/3663c81b-b839-4b43-8ea0-13cd7b235fe5/260418_gma_play_oldchellas1_hpMain_16x9.jpg?w=256i.abcnewsfe.com/a/3663c81b-b839-4b4... https://i.abcnewsfe.com/a/3663c81b-b839-4b43-8ea0-13cd7b235fe5/260418_gma_play_oldchellas1_hpMain_16x9.jpg?w=256 — 200 — 10.1 KiB — 76 ms — h2https://i.abcnewsfe.com/a/453d2ce6-53e5-456b-b676-079867002f9b/260417_ntl_monkey_wild_1244_hpMain_16x9.jpg?w=256i.abcnewsfe.com/a/453d2ce6-53e5-456... https://i.abcnewsfe.com/a/453d2ce6-53e5-456b-b676-079867002f9b/260417_ntl_monkey_wild_1244_hpMain_16x9.jpg?w=256 — 200 — 9.7 KiB — 125 ms — h2https://i.abcnewsfe.com/a/25f8b423-b06f-4eed-9d45-fa29745244d3/donald-trump-4-epa-gmh-260414_1776185153645_hpMain_16x9.jpg?w=640i.abcnewsfe.com/a/25f8b423-b06f-4ee... https://i.abcnewsfe.com/a/25f8b423-b06f-4eed-9d45-fa29745244d3/donald-trump-4-epa-gmh-260414_1776185153645_hpMain_16x9.jpg?w=640 — 200 — 12.7 KiB — 253 ms — h2https://i.abcnewsfe.com/a/7f994203-3cbf-4c62-a177-5abba673a88f/kevin-warsh-5-rt-gmh-260421_1776781717242_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/7f994203-3cbf-4c6... https://i.abcnewsfe.com/a/7f994203-3cbf-4c62-a177-5abba673a88f/kevin-warsh-5-rt-gmh-260421_1776781717242_hpMain_16x9.jpg?w=512 — 200 — 19.7 KiB — 171 ms — h2https://i.abcnewsfe.com/a/66a75397-650b-4618-a03d-af10f61c2d32/virginiavote_1776741175061_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/66a75397-650b-461... https://i.abcnewsfe.com/a/66a75397-650b-4618-a03d-af10f61c2d32/virginiavote_1776741175061_hpMain_16x9.jpg?w=512 — 200 — 13.8 KiB — 221 ms — h2https://i.abcnewsfe.com/a/631df9df-76af-4083-95aa-5d538818223d/white-house-ap-jef-260421_1776797393291_hpMain_square.jpg?w=384i.abcnewsfe.com/a/631df9df-76af-408... https://i.abcnewsfe.com/a/631df9df-76af-4083-95aa-5d538818223d/white-house-ap-jef-260421_1776797393291_hpMain_square.jpg?w=384 — 200 — 35.0 KiB — 237 ms — h2https://i.abcnewsfe.com/a/dc9051b9-719d-41e4-8179-5fc8b1356a64/wirestory_ce402d08a70c7fa9797c35a73e2935bb_square.jpg?w=384i.abcnewsfe.com/a/dc9051b9-719d-41e... https://i.abcnewsfe.com/a/dc9051b9-719d-41e4-8179-5fc8b1356a64/wirestory_ce402d08a70c7fa9797c35a73e2935bb_square.jpg?w=384 — 200 — 24.9 KiB — 241 ms — h2https://i.abcnewsfe.com/a/40328249-58b9-47db-9a6f-4cce36dbc3cd/260421_gma_scott_talks_704_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/40328249-58b9-47d... https://i.abcnewsfe.com/a/40328249-58b9-47db-9a6f-4cce36dbc3cd/260421_gma_scott_talks_704_hpMain_16x9.jpg?w=512 — 200 — 7.6 KiB — 223 ms — h2https://i.abcnewsfe.com/a/61369cb3-8178-4e2a-abe4-f80247903a36/260421_abcnl_11a_majid_sadeghpour_iran_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/61369cb3-8178-4e2... https://i.abcnewsfe.com/a/61369cb3-8178-4e2a-abe4-f80247903a36/260421_abcnl_11a_majid_sadeghpour_iran_hpMain_16x9.jpg?w=512 — 200 — 7.0 KiB — 165 ms — h2https://i.abcnewsfe.com/a/8d489841-0a80-4bb7-80a6-f5dfc786304b/260421_abcnl_8a_mulroy_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/8d489841-0a80-4bb... https://i.abcnewsfe.com/a/8d489841-0a80-4bb7-80a6-f5dfc786304b/260421_abcnl_8a_mulroy_hpMain_16x9.jpg?w=512 — 200 — 11.3 KiB — 238 ms — h2https://i.abcnewsfe.com/a/fdce857b-2dd3-44ec-99d0-085a2cac4c90/260421_abcnl_10a_elder_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/fdce857b-2dd3-44e... https://i.abcnewsfe.com/a/fdce857b-2dd3-44ec-99d0-085a2cac4c90/260421_abcnl_10a_elder_hpMain_16x9.jpg?w=512 — 200 — 23.5 KiB — 247 ms — h2https://i.abcnewsfe.com/a/f8935371-7e2a-426e-99a0-d10504ed37fb/260421_abcnl_8a_hill_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/f8935371-7e2a-426... https://i.abcnewsfe.com/a/f8935371-7e2a-426e-99a0-d10504ed37fb/260421_abcnl_8a_hill_hpMain_16x9.jpg?w=512 — 200 — 25.1 KiB — 254 ms — h2https://i.abcnewsfe.com/a/44d90b61-9b70-4cbc-b92e-24632b00fc2e/260421_gmafl_iran_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/44d90b61-9b70-4cb... https://i.abcnewsfe.com/a/44d90b61-9b70-4cbc-b92e-24632b00fc2e/260421_gmafl_iran_hpMain_16x9.jpg?w=512 — 200 — 5.2 KiB — 250 ms — h2https://i.abcnewsfe.com/a/13d74b19-4654-42fc-9500-ea1f3ff155bf/260420_abcnl_prime_hormuz_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/13d74b19-4654-42f... https://i.abcnewsfe.com/a/13d74b19-4654-42fc-9500-ea1f3ff155bf/260420_abcnl_prime_hormuz_hpMain_16x9.jpg?w=512 — 200 — 4.3 KiB — 205 ms — h2https://i.abcnewsfe.com/a/f49b35a8-ec1e-43b5-a270-6ab2d407b544/260420_wn_bruce_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/f49b35a8-ec1e-43b... https://i.abcnewsfe.com/a/f49b35a8-ec1e-43b5-a270-6ab2d407b544/260420_wn_bruce_hpMain_16x9.jpg?w=512 — 200 — 7.8 KiB — 137 ms — h2https://i.abcnewsfe.com/a/de79e3f9-fe56-43e9-85d2-e4b8e2ce45b7/260420_abcnl_4p_iran_mulroy_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/de79e3f9-fe56-43e... https://i.abcnewsfe.com/a/de79e3f9-fe56-43e9-85d2-e4b8e2ce45b7/260420_abcnl_4p_iran_mulroy_hpMain_16x9.jpg?w=512 — 200 — 22.4 KiB — 209 ms — h2https://i.abcnewsfe.com/a/3169e774-9c62-443e-a58f-69e79728b708/260420_abcnl_10a_haan_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/3169e774-9c62-443... https://i.abcnewsfe.com/a/3169e774-9c62-443e-a58f-69e79728b708/260420_abcnl_10a_haan_hpMain_16x9.jpg?w=512 — 200 — 29.4 KiB — 250 ms — h2https://i.abcnewsfe.com/a/ba89e0e7-7fcd-4d55-9528-ed6e50aec6c7/260420_abcnl_11am_miller_iran_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/ba89e0e7-7fcd-4d5... https://i.abcnewsfe.com/a/ba89e0e7-7fcd-4d55-9528-ed6e50aec6c7/260420_abcnl_11am_miller_iran_hpMain_16x9.jpg?w=512 — 200 — 8.7 KiB — 205 ms — h2https://i.abcnewsfe.com/a/5ce7eeaa-6863-487c-abf8-c67b2c00a347/260420_abcnl_9am_mulroy_iran_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/5ce7eeaa-6863-487... https://i.abcnewsfe.com/a/5ce7eeaa-6863-487c-abf8-c67b2c00a347/260420_abcnl_9am_mulroy_iran_hpMain_16x9.jpg?w=512 — 200 — 7.3 KiB — 254 ms — h2https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/_manifest.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/_manifest.js — 200 — 3.1 KiB — 252 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/abcnews-a1dfd144.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/abcnews-a1dfd144.js — 200 — 54.2 KiB — 289 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/home-acf76cee.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/home-acf76cee.js — 200 — 1.8 KiB — 106 ms — h3https://i.abcnewsfe.com/a/6af97dae-27bc-460a-bce6-02c91a55e3fa/260420_abcnl_8a_taleblu_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/6af97dae-27bc-460... https://i.abcnewsfe.com/a/6af97dae-27bc-460a-bce6-02c91a55e3fa/260420_abcnl_8a_taleblu_hpMain_16x9.jpg?w=512 — 200 — 18.2 KiB — 72 ms — h2https://i.abcnewsfe.com/a/795bd3fc-4dd9-44c2-a736-edfc94d80561/260420_gma_scott_talks_703_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/795bd3fc-4dd9-44c... https://i.abcnewsfe.com/a/795bd3fc-4dd9-44c2-a736-edfc94d80561/260420_gma_scott_talks_703_hpMain_16x9.jpg?w=512 — 200 — 19.1 KiB — 107 ms — h2https://i.abcnewsfe.com/a/76771ce2-bd2f-433f-80e6-c1038c5a46c3/260420_gma_pannel_iran_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/76771ce2-bd2f-433... https://i.abcnewsfe.com/a/76771ce2-bd2f-433f-80e6-c1038c5a46c3/260420_gma_pannel_iran_hpMain_16x9.jpg?w=512 — 200 — 13.0 KiB — 88 ms — h2https://i.abcnewsfe.com/a/396adc9e-8f5d-4ffb-93ec-7d1743a16844/brian-hooker-ht-gmh-260414_1776173301811_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/396adc9e-8f5d-4ff... https://i.abcnewsfe.com/a/396adc9e-8f5d-4ffb-93ec-7d1743a16844/brian-hooker-ht-gmh-260414_1776173301811_hpMain_16x9.jpg?w=512 — 200 — 32.1 KiB — 90 ms — h2https://i.abcnewsfe.com/a/7cd9d308-1a03-419e-8b17-25d5aed33342/vance-2-gty-gmh-260415_1776258633869_hpMain_square.jpg?w=128i.abcnewsfe.com/a/7cd9d308-1a03-419... https://i.abcnewsfe.com/a/7cd9d308-1a03-419e-8b17-25d5aed33342/vance-2-gty-gmh-260415_1776258633869_hpMain_square.jpg?w=128 — 200 — 3.0 KiB — 127 ms — h2https://i.abcnewsfe.com/a/61866137-59b9-4f99-87a0-a250bb8d5cc0/sheila-cherfilus-mccormick-1-gty-jef-260421_1776785417151_hpMain_square.jpg?w=128i.abcnewsfe.com/a/61866137-59b9-4f9... https://i.abcnewsfe.com/a/61866137-59b9-4f99-87a0-a250bb8d5cc0/sheila-cherfilus-mccormick-1-gty-jef-260421_1776785417151_hpMain_square.jpg?w=128 — 200 — 3.7 KiB — 203 ms — h2https://i.abcnewsfe.com/a/30a8bdef-497e-438d-80f1-c81625b03cd9/mexico-shooting-4-gty-gmh-260421_1776786017479_hpMain_square.jpg?w=128i.abcnewsfe.com/a/30a8bdef-497e-438... https://i.abcnewsfe.com/a/30a8bdef-497e-438d-80f1-c81625b03cd9/mexico-shooting-4-gty-gmh-260421_1776786017479_hpMain_square.jpg?w=128 — 200 — 5.2 KiB — 146 ms — h2https://i.abcnewsfe.com/a/e839ba4e-c0ea-4f36-93f1-78de87e5541b/wirestory_cb1a9726e66b602895636ba08ba5ed7b_square.jpg?w=128i.abcnewsfe.com/a/e839ba4e-c0ea-4f3... https://i.abcnewsfe.com/a/e839ba4e-c0ea-4f36-93f1-78de87e5541b/wirestory_cb1a9726e66b602895636ba08ba5ed7b_square.jpg?w=128 — 200 — 1.5 KiB — 278 ms — h2https://i.abcnewsfe.com/a/4fde6394-e374-4268-bcab-22def4ba1bfa/wirestory_91df52c7a3c36670bfcde9c55fcacf1a_square.jpg?w=128i.abcnewsfe.com/a/4fde6394-e374-426... https://i.abcnewsfe.com/a/4fde6394-e374-4268-bcab-22def4ba1bfa/wirestory_91df52c7a3c36670bfcde9c55fcacf1a_square.jpg?w=128 — 200 — 3.1 KiB — 146 ms — h2https://i.abcnewsfe.com/a/75f4aba7-2576-4882-94a4-9255f4140ca5/army_1776727646610_hpMain_square.jpeg?w=128i.abcnewsfe.com/a/75f4aba7-2576-488... https://i.abcnewsfe.com/a/75f4aba7-2576-4882-94a4-9255f4140ca5/army_1776727646610_hpMain_square.jpeg?w=128 — 200 — 7.2 KiB — 281 ms — h2https://i.abcnewsfe.com/a/5156622b-4abd-4bf0-9461-2bd7c3bc83df/madonna-1-gty-gmh-260415_1776265092686_hpMain_16x9.jpg?w=640i.abcnewsfe.com/a/5156622b-4abd-4bf... https://i.abcnewsfe.com/a/5156622b-4abd-4bf0-9461-2bd7c3bc83df/madonna-1-gty-gmh-260415_1776265092686_hpMain_16x9.jpg?w=640 — 200 — 20.2 KiB — 252 ms — h2https://i.abcnewsfe.com/a/fddce082-7121-423e-ae4a-bc5a5f39f537/Sergio-Fraire-ht-gmh-260421_1776786459090_hpMain_16x9.jpg?w=640i.abcnewsfe.com/a/fddce082-7121-423... https://i.abcnewsfe.com/a/fddce082-7121-423e-ae4a-bc5a5f39f537/Sergio-Fraire-ht-gmh-260421_1776786459090_hpMain_16x9.jpg?w=640 — 200 — 11.3 KiB — 204 ms — h2https://s.abcnews.com/assets/dtci/images/logo_dark.svgs.abcnews.com/assets/dtci/images/lo... https://s.abcnews.com/assets/dtci/images/logo_dark.svg — 200 — 2.9 KiB — 57 ms — h2https://i.abcnewsfe.com/a/d31b75f8-b49d-4ea2-beef-81e1e965a287/MainImage_LastMinGifts_031726_1773783615689_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/d31b75f8-b49d-4ea... https://i.abcnewsfe.com/a/d31b75f8-b49d-4ea2-beef-81e1e965a287/MainImage_LastMinGifts_031726_1773783615689_hpMain_16x9.jpg?w=512 — 200 — 23.7 KiB — 166 ms — h2https://i.abcnewsfe.com/a/1e0c4e62-0eb0-4b4a-bddd-809ea2171912/MainImage_SpanxDenim_042126_1776786697039_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/1e0c4e62-0eb0-4b4... https://i.abcnewsfe.com/a/1e0c4e62-0eb0-4b4a-bddd-809ea2171912/MainImage_SpanxDenim_042126_1776786697039_hpMain_16x9.jpg?w=512 — 200 — 33.0 KiB — 287 ms — h2https://i.abcnewsfe.com/a/50d050a9-1311-4dc6-82d5-ddd78439e043/lands-end-tote-ht-gmh-260421_1776780301074_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/50d050a9-1311-4dc... https://i.abcnewsfe.com/a/50d050a9-1311-4dc6-82d5-ddd78439e043/lands-end-tote-ht-gmh-260421_1776780301074_hpMain_16x9.jpg?w=512 — 200 — 10.3 KiB — 142 ms — h2https://i.abcnewsfe.com/a/ecab5843-42b7-4c9b-9ea7-601d76d2af75/TWRHLL_Launch_Look11_159_1776709972238_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/ecab5843-42b7-4c9... https://i.abcnewsfe.com/a/ecab5843-42b7-4c9b-9ea7-601d76d2af75/TWRHLL_Launch_Look11_159_1776709972238_hpMain_16x9.jpg?w=512 — 200 — 31.9 KiB — 276 ms — h2https://i.abcnewsfe.com/a/673a1b0c-8d39-4212-9edd-b959fbb60395/HAILEE_ASHLEY_LUXE_OCT25_S3_BR_01111.eip_1776730334314_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/673a1b0c-8d39-421... https://i.abcnewsfe.com/a/673a1b0c-8d39-4212-9edd-b959fbb60395/HAILEE_ASHLEY_LUXE_OCT25_S3_BR_01111.eip_1776730334314_hpMain_16x9.jpg?w=512 — 200 — 19.3 KiB — 267 ms — h2https://i.abcnewsfe.com/a/dc009960-fcc6-4084-92e0-ff94be5678d5/GMA_DS_042026_V01_sd_1776704717060_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/dc009960-fcc6-408... https://i.abcnewsfe.com/a/dc009960-fcc6-4084-92e0-ff94be5678d5/GMA_DS_042026_V01_sd_1776704717060_hpMain_16x9.jpg?w=512 — 200 — 17.8 KiB — 253 ms — h2https://i.abcnewsfe.com/a/7574ca1e-45f2-4bcd-ace7-c3531119a31c/MainImage_SecretSales_042026_1776710441383_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/7574ca1e-45f2-4bc... https://i.abcnewsfe.com/a/7574ca1e-45f2-4bcd-ace7-c3531119a31c/MainImage_SecretSales_042026_1776710441383_hpMain_16x9.jpg?w=512 — 200 — 28.2 KiB — 260 ms — h2https://i.abcnewsfe.com/a/b6463894-e79f-4ed2-8649-1917caf7b21e/MainImage_DailyDeals_042126_1776792069329_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/b6463894-e79f-4ed... https://i.abcnewsfe.com/a/b6463894-e79f-4ed2-8649-1917caf7b21e/MainImage_DailyDeals_042126_1776792069329_hpMain_16x9.jpg?w=512 — 200 — 19.5 KiB — 133 ms — h2https://i.abcnewsfe.com/a/bfceebab-61a1-4f0d-92e6-9b80f756225e/MainImage_BeautyRoundup_042026_1776712802372_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/bfceebab-61a1-4f0... https://i.abcnewsfe.com/a/bfceebab-61a1-4f0d-92e6-9b80f756225e/MainImage_BeautyRoundup_042026_1776712802372_hpMain_16x9.jpg?w=512 — 200 — 27.1 KiB — 253 ms — h2https://i.abcnewsfe.com/a/ed5224aa-d5f3-4f9d-ab4d-309b116d396b/MainImage_WaterBottles_040826_1775670630957_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/ed5224aa-d5f3-4f9... https://i.abcnewsfe.com/a/ed5224aa-d5f3-4f9d-ab4d-309b116d396b/MainImage_WaterBottles_040826_1775670630957_hpMain_16x9.jpg?w=512 — 200 — 13.9 KiB — 261 ms — h2https://i.abcnewsfe.com/a/289b2efb-649f-4394-babc-43859bd0bf72/1920x1080HighProteinPROption1_1766084440279_hpMain_16x9.jpg?w=640i.abcnewsfe.com/a/289b2efb-649f-439... https://i.abcnewsfe.com/a/289b2efb-649f-4394-babc-43859bd0bf72/1920x1080HighProteinPROption1_1766084440279_hpMain_16x9.jpg?w=640 — 200 — 45.2 KiB — 201 ms — h2https://i.abcnewsfe.com/a/40627416-5c87-482f-8c86-25acf96db7a0/wirestory_ace9af308cdeb68488bc3479c266806e_16x9.jpg?w=640i.abcnewsfe.com/a/40627416-5c87-482... https://i.abcnewsfe.com/a/40627416-5c87-482f-8c86-25acf96db7a0/wirestory_ace9af308cdeb68488bc3479c266806e_16x9.jpg?w=640 — 200 — 47.8 KiB — 174 ms — h2https://s.abcnews.com/assets/dtci/images/gma.svgs.abcnews.com/assets/dtci/images/gm... https://s.abcnews.com/assets/dtci/images/gma.svg — 200 — 1.1 KiB — 56 ms — h2https://i.abcnewsfe.com/a/fe55ed26-8995-4d76-a1f8-2cd01cd8461c/rihanna-ht-gmh-260421_1776778986166_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/fe55ed26-8995-4d7... https://i.abcnewsfe.com/a/fe55ed26-8995-4d76-a1f8-2cd01cd8461c/rihanna-ht-gmh-260421_1776778986166_hpMain_16x9.jpg?w=512 — 200 — 9.4 KiB — 178 ms — h2https://i.abcnewsfe.com/a/5b36addd-2d6d-4e21-9d37-2938932ee5f4/260421_gma_cats3_hpMain.jpg?w=512i.abcnewsfe.com/a/5b36addd-2d6d-4e2... https://i.abcnewsfe.com/a/5b36addd-2d6d-4e21-9d37-2938932ee5f4/260421_gma_cats3_hpMain.jpg?w=512 — 200 — 33.5 KiB — 286 ms — h2https://i.abcnewsfe.com/a/d78bac9e-fc02-460c-9f77-b37a034317e7/260420_gma_quinta1_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/d78bac9e-fc02-460... https://i.abcnewsfe.com/a/d78bac9e-fc02-460c-9f77-b37a034317e7/260420_gma_quinta1_hpMain_16x9.jpg?w=512 — 200 — 12.2 KiB — 261 ms — h2https://i.abcnewsfe.com/a/12e74503-f2be-40e6-9f36-90a05800879d/devil-prada-1-gty-gmh-260420_1776723630359_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/12e74503-f2be-40e... https://i.abcnewsfe.com/a/12e74503-f2be-40e6-9f36-90a05800879d/devil-prada-1-gty-gmh-260420_1776723630359_hpMain_16x9.jpg?w=512 — 200 — 18.0 KiB — 265 ms — h2https://i.abcnewsfe.com/a/fdab8d7c-6682-4da3-9edb-3d6368a9f8bd/Adirondack-ht-gmh-260420_1776714328366_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/fdab8d7c-6682-4da... https://i.abcnewsfe.com/a/fdab8d7c-6682-4da3-9edb-3d6368a9f8bd/Adirondack-ht-gmh-260420_1776714328366_hpMain_16x9.jpg?w=512 — 200 — 31.8 KiB — 159 ms — h2https://i.abcnewsfe.com/a/4b5914ac-fa5b-43d8-8ce9-5b5a616448cf/Eddie-Murphy-Martin-Lawrence-gty-sn-250419_1776638704595_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/4b5914ac-fa5b-43d... https://i.abcnewsfe.com/a/4b5914ac-fa5b-43d8-8ce9-5b5a616448cf/Eddie-Murphy-Martin-Lawrence-gty-sn-250419_1776638704595_hpMain_16x9.jpg?w=512 — 200 — 15.8 KiB — 91 ms — h2https://i.abcnewsfe.com/a/9cb082ba-8338-4939-b139-13285808094a/260420_gma_rachel1_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/9cb082ba-8338-493... https://i.abcnewsfe.com/a/9cb082ba-8338-4939-b139-13285808094a/260420_gma_rachel1_hpMain_16x9.jpg?w=512 — 200 — 6.5 KiB — 263 ms — h2https://i.abcnewsfe.com/a/9daa5fa3-599f-4635-91ac-ca4893f3bbb8/260420_gma3_william_stanford_davis2_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/9daa5fa3-599f-463... https://i.abcnewsfe.com/a/9daa5fa3-599f-4635-91ac-ca4893f3bbb8/260420_gma3_william_stanford_davis2_hpMain_16x9.jpg?w=512 — 200 — 15.1 KiB — 265 ms — h2https://i.abcnewsfe.com/a/28b9f09b-eea0-409b-8ca2-8d28a7506a0a/KrispyKremexMilkBarCollection_1776711319390_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/28b9f09b-eea0-409... https://i.abcnewsfe.com/a/28b9f09b-eea0-409b-8ca2-8d28a7506a0a/KrispyKremexMilkBarCollection_1776711319390_hpMain_16x9.jpg?w=512 — 200 — 30.0 KiB — 270 ms — h2https://i.abcnewsfe.com/a/2b2f5b1c-3c66-4402-8fa4-3ad454815bf0/Justin-Bieber-gty-sn-250419_1776632833378_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/2b2f5b1c-3c66-440... https://i.abcnewsfe.com/a/2b2f5b1c-3c66-4402-8fa4-3ad454815bf0/Justin-Bieber-gty-sn-250419_1776632833378_hpMain_16x9.jpg?w=512 — 200 — 18.6 KiB — 201 ms — h2https://i.abcnewsfe.com/a/60593f5a-8b55-4f8c-bc8c-2b0f0961825f/sabrina-madonna-coachella-ht-jt-260418_1776520931342_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/60593f5a-8b55-4f8... https://i.abcnewsfe.com/a/60593f5a-8b55-4f8c-bc8c-2b0f0961825f/sabrina-madonna-coachella-ht-jt-260418_1776520931342_hpMain_16x9.jpg?w=512 — 200 — 11.6 KiB — 92 ms — h2https://i.abcnewsfe.com/a/10db3d06-77ba-4ba5-9d2d-f2ef241ae073/myki-meeks-gty-jt-260418_1776534598591_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/10db3d06-77ba-4ba... https://i.abcnewsfe.com/a/10db3d06-77ba-4ba5-9d2d-f2ef241ae073/myki-meeks-gty-jt-260418_1776534598591_hpMain_16x9.jpg?w=512 — 200 — 31.4 KiB — 100 ms — h2https://i.abcnewsfe.com/a/e14b6f2b-269f-42f3-93f3-26d16c811d7d/kelly-hopton-jones-ht-jef-260417_1776452808446_hpMain_16x9.jpg?w=512i.abcnewsfe.com/a/e14b6f2b-269f-42f... https://i.abcnewsfe.com/a/e14b6f2b-269f-42f3-93f3-26d16c811d7d/kelly-hopton-jones-ht-jef-260417_1776452808446_hpMain_16x9.jpg?w=512 — 200 — 11.8 KiB — 110 ms — h2https://i.abcnewsfe.com/a/d3b26621-7498-4d45-87c5-672cb7785e4b/iran-89-gty-gmh-260421_1776777549410_hpMain_sl_16x9t.jpg?w=585i.abcnewsfe.com/a/d3b26621-7498-4d4... https://i.abcnewsfe.com/a/d3b26621-7498-4d45-87c5-672cb7785e4b/iran-89-gty-gmh-260421_1776777549410_hpMain_sl_16x9t.jpg?w=585 — 200 — 67.2 KiB — 284 ms — h2https://i.abcnewsfe.com/a/30b3cdcf-1f5c-4b2e-a622-da102006d965/iran-35ht-gmh-260421_1776776117697_hpMain_sl_16x9t.jpeg?w=585i.abcnewsfe.com/a/30b3cdcf-1f5c-4b2... https://i.abcnewsfe.com/a/30b3cdcf-1f5c-4b2e-a622-da102006d965/iran-35ht-gmh-260421_1776776117697_hpMain_sl_16x9t.jpeg?w=585 — 200 — 22.5 KiB — 150 ms — h2https://i.abcnewsfe.com/a/254bb465-71f7-417b-b822-24732049dd21/iran-8-gty-gmh-260421_1776777548551_hpMain_sl_16x9t.jpg?w=585i.abcnewsfe.com/a/254bb465-71f7-417... https://i.abcnewsfe.com/a/254bb465-71f7-417b-b822-24732049dd21/iran-8-gty-gmh-260421_1776777548551_hpMain_sl_16x9t.jpg?w=585 — 200 — 42.4 KiB — 280 ms — h2https://i.abcnewsfe.com/a/8facf72d-651b-4447-9b43-f3e0be828ac0/iran-4-ht-gmh-260420_1776701991764_hpMain_sl_16x9t.jpg?w=585i.abcnewsfe.com/a/8facf72d-651b-444... https://i.abcnewsfe.com/a/8facf72d-651b-4447-9b43-f3e0be828ac0/iran-4-ht-gmh-260420_1776701991764_hpMain_sl_16x9t.jpg?w=585 — 200 — 6.4 KiB — 274 ms — h2https://i.abcnewsfe.com/a/562c9222-99ef-47b8-920c-517b460f279e/iran-5-ap-gmh-260420_1776707186816_hpMain_sl_16x9t.jpg?w=585i.abcnewsfe.com/a/562c9222-99ef-47b... https://i.abcnewsfe.com/a/562c9222-99ef-47b8-920c-517b460f279e/iran-5-ap-gmh-260420_1776707186816_hpMain_sl_16x9t.jpg?w=585 — 200 — 58.7 KiB — 271 ms — h2https://i.abcnewsfe.com/a/759b39de-c2c6-48fe-af84-bdc020fa494b/GettyImages-81708297_1756694227734_hpMain_sl_mn_square.jpg?w=384i.abcnewsfe.com/a/759b39de-c2c6-48f... https://i.abcnewsfe.com/a/759b39de-c2c6-48fe-af84-bdc020fa494b/GettyImages-81708297_1756694227734_hpMain_sl_mn_square.jpg?w=384 — 200 — 12.2 KiB — 115 ms — h2https://i.abcnewsfe.com/a/060b485c-f332-4b93-87d3-0d6095788e6d/heart-monitor-as-gmh-260420_1776719473180_hpMain_square.jpg?w=384i.abcnewsfe.com/a/060b485c-f332-4b9... https://i.abcnewsfe.com/a/060b485c-f332-4b93-87d3-0d6095788e6d/heart-monitor-as-gmh-260420_1776719473180_hpMain_square.jpg?w=384 — 200 — 16.4 KiB — 201 ms — h2https://i.abcnewsfe.com/a/601f6d5f-45a6-47db-8de7-9c6878e83e78/wirestory_a7c768e84a499d7e51be160f51739dbf_square.jpg?w=384i.abcnewsfe.com/a/601f6d5f-45a6-47d... https://i.abcnewsfe.com/a/601f6d5f-45a6-47db-8de7-9c6878e83e78/wirestory_a7c768e84a499d7e51be160f51739dbf_square.jpg?w=384 — 200 — 31.0 KiB — 277 ms — h2https://i.abcnewsfe.com/a/ac643467-a23d-47d2-adbb-112313d9065a/wirestory_cffa2cc19f9928d9ac44e44f2d967d36_square.jpg?w=384i.abcnewsfe.com/a/ac643467-a23d-47d... https://i.abcnewsfe.com/a/ac643467-a23d-47d2-adbb-112313d9065a/wirestory_cffa2cc19f9928d9ac44e44f2d967d36_square.jpg?w=384 — 200 — 13.7 KiB — 186 ms — h2https://i.abcnewsfe.com/a/9a4602b6-a345-4715-b5db-6843b4bcef53/Promo_Homepage-App_3-1_1774645598540_hpMain.jpg?w=512i.abcnewsfe.com/a/9a4602b6-a345-471... https://i.abcnewsfe.com/a/9a4602b6-a345-4715-b5db-6843b4bcef53/Promo_Homepage-App_3-1_1774645598540_hpMain.jpg?w=512 — 200 — 15.3 KiB — 110 ms — h2https://s.abcnews.com/assets/dtci/icomoon/svg/logo_dark.svgs.abcnews.com/assets/dtci/icomoon/s... https://s.abcnews.com/assets/dtci/icomoon/svg/logo_dark.svg — 200 — 3.0 KiB — 52 ms — h2https://assets-cdn.abcotvs.net/static/images/devices/ios-white.svgassets-cdn.abcotvs.net/static/image... https://assets-cdn.abcotvs.net/static/images/devices/ios-white.svg — 200 — 4.4 KiB — 54 ms — h2https://assets-cdn.abcotvs.net/static/images/devices/android-white.svgassets-cdn.abcotvs.net/static/image... https://assets-cdn.abcotvs.net/static/images/devices/android-white.svg — 200 — 3.9 KiB — 39 ms — h2https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/_manifest.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/_manifest.js — 200 — 0 B — 249 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/abcnews-a1dfd144.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/abcnews-a1dfd144.js — 200 — 0 B — 265 ms — h3https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/home-acf76cee.jsassets-cdn.abcnews.com/abcnews/2904... https://assets-cdn.abcnews.com/abcnews/2904c12ed3b7-release-04-14-2026.9/client/abcnews/home-acf76cee.js — 200 — 0 B — 264 ms — h3https://abcnews.com/manifest.json/manifest.json https://abcnews.com/manifest.json — 200 — 581 B — 44 ms — h2https://pcs.bamgrid.com/v1/abc_news?namespaces=web&brand=google&platform=chromepcs.bamgrid.com/v1/abc_news?namespa... https://pcs.bamgrid.com/v1/abc_news?namespaces=web&brand=google&platform=chrome — 200 — 1.0 KiB — 11 ms — h2https://pcs.bamgrid.com/v1/abc_news?namespaces=hive-dmppcs.bamgrid.com/v1/abc_news?namespa... https://pcs.bamgrid.com/v1/abc_news?namespaces=hive-dmp — 200 — 784 B — 5 ms — h2https://hiveplayer-static.bamgrid.com/artifacts/hive/playback-service/26.2.0-bagheera/all_browser_es5/playback-service.jshiveplayer-static.bamgrid.com/artif... https://hiveplayer-static.bamgrid.com/artifacts/hive/playback-service/26.2.0-bagheera/all_browser_es5/playback-service.js — 200 — 109.2 KiB — 15 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-1010108458&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-1010108458&cx=c&gtm=4e64h1 — 200 — 136.8 KiB — 48 ms — h2https://www.google.com/ccm/collect?rcb=7&frm=0&en=page_view&dl=https%3A%2F%2Fabcnews.com%2F&scrsrc=www.googletagmanager.com&rnd=1135207475.1776800506&dt=ABC%20News%20-%20Breaking%20News%2C%20Latest%20News%20and%20Videos&auid=43854570.1776800506&navt=n&npa=1&gtm=45fe64h1v9190976546za200zd9190976546xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~117884344&apve=1&apvf=f&apvc=1&tids=DC-4139589&tid=DC-4139589&tft=1776800506085&tfd=1293www.google.com/ccm/collect?rcb=7&fr... https://www.google.com/ccm/collect?rcb=7&frm=0&en=page_view&dl=https%3A%2F%2Fabcnews.com%2F&scrsrc=www.googletagmanager.com&rnd=1135207475.1776800506&dt=ABC%20News%20-%20Breaking%20News%2C%20Latest%20News%20and%20Videos&auid=43854570.1776800506&navt=n&npa=1&gtm=45fe64h1v9190976546za200zd9190976546xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~117884344&apve=1&apvf=f&apvc=1&tids=DC-4139589&tid=DC-4139589&tft=1776800506085&tfd=1293 — 200 — 21 B — 65 ms — h3https://pcs.bamgrid.com/v1/abc_news?brand=google&platform=chrome&os=macos&namespaces=hive-dmp,ads,pqmpcs.bamgrid.com/v1/abc_news?brand=g... https://pcs.bamgrid.com/v1/abc_news?brand=google&platform=chrome&os=macos&namespaces=hive-dmp,ads,pqm — 200 — 1.0 KiB — 5 ms — h2https://www.google.com/ccm/collect?rcb=13&frm=0&en=page_view&dl=https%3A%2F%2Fabcnews.com%2F&scrsrc=www.googletagmanager.com&rnd=1135207475.1776800506&dt=ABC%20News%20-%20Breaking%20News%2C%20Latest%20News%20and%20Videos&auid=43854570.1776800506&navt=n&npa=1&gtm=45be64h1v875658418za200zb9190976546zd9190976546xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-1010108458~AW-10808973506&tid=AW-1010108458&tft=1776800506202&tfd=1410www.google.com/ccm/collect?rcb=13&f... https://www.google.com/ccm/collect?rcb=13&frm=0&en=page_view&dl=https%3A%2F%2Fabcnews.com%2F&scrsrc=www.googletagmanager.com&rnd=1135207475.1776800506&dt=ABC%20News%20-%20Breaking%20News%2C%20Latest%20News%20and%20Videos&auid=43854570.1776800506&navt=n&npa=1&gtm=45be64h1v875658418za200zb9190976546zd9190976546xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-1010108458~AW-10808973506&tid=AW-1010108458&tft=1776800506202&tfd=1410 — 200 — 21 B — 323 ms — h3https://pinpoint.espn.com/geopinpoint.espn.com/geo https://pinpoint.espn.com/geo — 200 — 615 B — 300 ms — h2https://abcnews.com/proxy/distro/getConfig?id=38578489/proxy/distro/getConfig?id=38578489 https://abcnews.com/proxy/distro/getConfig?id=38578489 — 200 — 596 B — 119 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/serverComponent.php?namespace=Bootstrapper&staticJsPath=/TWDC-DTCI/prod/code/&ClientID=2750&PageID=https%3A%2F%2Fabcnews.com%2F%3Fcds%3Dn%26country%3Dxx%26region%3Demea%26gpc%3Dxx%26shouldFire%3Dy%26nAsyncNgeo%3Dn%26portal%3Dnews%26site%3Dabcn%26siteRegion%3D%26realHost%3Dabcnews.com%26kpTlium%3Dn%26eventStep%3Dnon-ecom&custDomain=dcf.espn.comdcf.espn.com/TWDC-DTCI/prod/serverC... https://dcf.espn.com/TWDC-DTCI/prod/serverComponent.php?namespace=Bootstrapper&staticJsPath=/TWDC-DTCI/prod/code/&ClientID=2750&PageID=https%3A%2F%2Fabcnews.com%2F%3Fcds%3Dn%26country%3Dxx%26region%3Demea%26gpc%3Dxx%26shouldFire%3Dy%26nAsyncNgeo%3Dn%26portal%3Dnews%26site%3Dabcn%26siteRegion%3D%26realHost%3Dabcnews.com%26kpTlium%3Dn%26eventStep%3Dnon-ecom&custDomain=dcf.espn.com — 200 — 721 B — 438 ms — h2https://fastcast.semfs.engsvc.go.com/public/websockethostfastcast.semfs.engsvc.go.com/public... https://fastcast.semfs.engsvc.go.com/public/websockethost — 200 — 427 B — 291 ms — h2https://i.abcnewsfe.com/a/8ee0c572-9a51-4207-91ab-5d1ba2b8fc60/260421_gma_katersky_scam1_740_hpMain_16x9.jpgi.abcnewsfe.com/a/8ee0c572-9a51-420... https://i.abcnewsfe.com/a/8ee0c572-9a51-4207-91ab-5d1ba2b8fc60/260421_gma_katersky_scam1_740_hpMain_16x9.jpg — 200 — 67.5 KiB — 34 ms — h2https://client-sdk-configs.bamgrid.com/bam-sdk/v7.0/disney-entertainment-a03f82b0/browser/v34.1/macosx/chrome/prod.jsonclient-sdk-configs.bamgrid.com/bam-... https://client-sdk-configs.bamgrid.com/bam-sdk/v7.0/disney-entertainment-a03f82b0/browser/v34.1/macosx/chrome/prod.json — 200 — 6.9 KiB — 14 ms — h2https://js-agent.newrelic.com/nr-spa-1216.min.jsjs-agent.newrelic.com/nr-spa-1216.m... https://js-agent.newrelic.com/nr-spa-1216.min.js — 200 — 17.5 KiB — 24 ms — h2https://tags.bkrtx.com/js/bk-coretag.jstags.bkrtx.com/js/bk-coretag.js https://tags.bkrtx.com/js/bk-coretag.js — -1 — 0 B — 42 ms — https://disney-entertainment.api.edge.bamgrid.com/graph/v1/device/graphqldisney-entertainment.api.edge.bamgr... https://disney-entertainment.api.edge.bamgrid.com/graph/v1/device/graphql — 204 — 0 B — 15 ms — h2https://disney-entertainment.api.edge.bamgrid.com/graph/v1/device/graphqldisney-entertainment.api.edge.bamgr... https://disney-entertainment.api.edge.bamgrid.com/graph/v1/device/graphql — 200 — 4.8 KiB — 210 ms — h2https://tags.bkrtx.com/js/bk-coretag.jstags.bkrtx.com/js/bk-coretag.js https://tags.bkrtx.com/js/bk-coretag.js — -1 — 0 B — 12 ms — https://s.abcnews.com/assets/dtci/images/favicon.icos.abcnews.com/assets/dtci/images/fa... https://s.abcnews.com/assets/dtci/images/favicon.ico — 200 — 15.5 KiB — 10 ms — h2https://bam.nr-data.net/1/8d01ff17d1?a=415461361&sa=1&v=1216.487a282&t=Unnamed%20Transaction&rst=1809&ck=1&ref=https://abcnews.com/&be=537&fe=1751&dc=1247&af=err,xhr,stn,ins,spa&perf=%7B%22timing%22:%7B%22of%22:1776800504792,%22n%22:0,%22f%22:1,%22dn%22:2,%22dne%22:2,%22c%22:2,%22s%22:2,%22ce%22:6,%22rq%22:6,%22rp%22:234,%22rpe%22:272,%22dl%22:240,%22di%22:806,%22ds%22:1247,%22de%22:1247,%22dc%22:1742,%22l%22:1750,%22le%22:1751%7D,%22navigation%22:%7B%7D%7D&fp=800&fcp=800&ja=%7B%22userab%22:%22abcn_du_cat_topic_feature_holdout-474*variant_b_redesign-1939,otv_web_content_rec-539*variant_c_trending-2268,otv_search_page_design_unification-546*variant_a_control-2299,abcn_popular_reads_exp-542*variant_b_7days_filter-2288%22,%22pageType%22:%22home%22,%22id%22:%22HomePage%22,%22section%22:%22home%22%7D&jsonp=NREUM.setTokenbam.nr-data.net/1/8d01ff17d1?a=4154... https://bam.nr-data.net/1/8d01ff17d1?a=415461361&sa=1&v=1216.487a282&t=Unnamed%20Transaction&rst=1809&ck=1&ref=https://abcnews.com/&be=537&fe=1751&dc=1247&af=err,xhr,stn,ins,spa&perf=%7B%22timing%22:%7B%22of%22:1776800504792,%22n%22:0,%22f%22:1,%22dn%22:2,%22dne%22:2,%22c%22:2,%22s%22:2,%22ce%22:6,%22rq%22:6,%22rp%22:234,%22rpe%22:272,%22dl%22:240,%22di%22:806,%22ds%22:1247,%22de%22:1247,%22dc%22:1742,%22l%22:1750,%22le%22:1751%7D,%22navigation%22:%7B%7D%7D&fp=800&fcp=800&ja=%7B%22userab%22:%22abcn_du_cat_topic_feature_holdout-474*variant_b_redesign-1939,otv_web_content_rec-539*variant_c_trending-2268,otv_search_page_design_unification-546*variant_a_control-2299,abcn_popular_reads_exp-542*variant_b_7days_filter-2288%22,%22pageType%22:%22home%22,%22id%22:%22HomePage%22,%22section%22:%22home%22%7D&jsonp=NREUM.setToken — 200 — 624 B — 509 ms — http/1.1https://dcf.espn.com/TWDC-DTCI/prod/code/ee00cbb1c51732236f4cb00852a1104f.js?conditionId0=4871166dcf.espn.com/TWDC-DTCI/prod/code/ee... https://dcf.espn.com/TWDC-DTCI/prod/code/ee00cbb1c51732236f4cb00852a1104f.js?conditionId0=4871166 — 200 — 1.1 KiB — 45 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/code/457b661e42f01838fade625430c8f13d.js?conditionId0=4907063dcf.espn.com/TWDC-DTCI/prod/code/45... https://dcf.espn.com/TWDC-DTCI/prod/code/457b661e42f01838fade625430c8f13d.js?conditionId0=4907063 — 200 — 2.2 KiB — 42 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/code/235f76ad2976e2ea1e62e67c7e08ee61.js?conditionId0=4910633dcf.espn.com/TWDC-DTCI/prod/code/23... https://dcf.espn.com/TWDC-DTCI/prod/code/235f76ad2976e2ea1e62e67c7e08ee61.js?conditionId0=4910633 — 200 — 111.9 KiB — 77 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/code/5f9a6d2a31d31c79df07d2124cc38c5d.js?conditionId0=4905157dcf.espn.com/TWDC-DTCI/prod/code/5f... https://dcf.espn.com/TWDC-DTCI/prod/code/5f9a6d2a31d31c79df07d2124cc38c5d.js?conditionId0=4905157 — 200 — 5.8 KiB — 76 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/code/3b82d93b05a40d0d15aa9b40a7dc60fa.js?conditionId0=4910200dcf.espn.com/TWDC-DTCI/prod/code/3b... https://dcf.espn.com/TWDC-DTCI/prod/code/3b82d93b05a40d0d15aa9b40a7dc60fa.js?conditionId0=4910200 — 200 — 59.5 KiB — 73 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/code/d0de89e5b157554f7b7e9a623efd74f2.js?conditionId0=4958026dcf.espn.com/TWDC-DTCI/prod/code/d0... https://dcf.espn.com/TWDC-DTCI/prod/code/d0de89e5b157554f7b7e9a623efd74f2.js?conditionId0=4958026 — 200 — 1.1 KiB — 45 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/code/00509912d2280b51b961359a082953c0.js?conditionId0=4910633dcf.espn.com/TWDC-DTCI/prod/code/00... https://dcf.espn.com/TWDC-DTCI/prod/code/00509912d2280b51b961359a082953c0.js?conditionId0=4910633 — 200 — 1.0 KiB — 45 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/code/ed42cda96e677527babd38164a4c4060.js?conditionId0=4910200dcf.espn.com/TWDC-DTCI/prod/code/ed... https://dcf.espn.com/TWDC-DTCI/prod/code/ed42cda96e677527babd38164a4c4060.js?conditionId0=4910200 — 200 — 7.5 KiB — 48 ms — h2https://cdn-gl.imrworldwide.com/conf/PA37ADC65-1F0F-49DB-8D3E-D2B0AE3C8C72.jscdn-gl.imrworldwide.com/conf/PA37AD... https://cdn-gl.imrworldwide.com/conf/PA37ADC65-1F0F-49DB-8D3E-D2B0AE3C8C72.js — 200 — 6.8 KiB — 47 ms — h2https://js.appboycdn.com/web-sdk/5.6/braze.min.jsjs.appboycdn.com/web-sdk/5.6/braze.... https://js.appboycdn.com/web-sdk/5.6/braze.min.js — 200 — 63.0 KiB — 80 ms — h2https://secure.espn.com/js/dcf/tags/vision/latest/vision-media.jssecure.espn.com/js/dcf/tags/vision/... https://secure.espn.com/js/dcf/tags/vision/latest/vision-media.js — 200 — 15.9 KiB — 48 ms — h2https://sb.scorecardresearch.com/cs/3000032/beacon.jssb.scorecardresearch.com/cs/3000032... https://sb.scorecardresearch.com/cs/3000032/beacon.js — 302 — 263 B — 87 ms — h2https://disney.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=C7A21CFE532E6E920A490D45%40AdobeOrg&d_nsid=0&d_coppa=true&ts=1776800506922disney.demdex.net/id?d_visid_ver=5.... https://disney.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=C7A21CFE532E6E920A490D45%40AdobeOrg&d_nsid=0&d_coppa=true&ts=1776800506922 — 200 — 666 B — 145 ms — h2https://static.chartbeat.com/js/chartbeat_video.jsstatic.chartbeat.com/js/chartbeat_v... https://static.chartbeat.com/js/chartbeat_video.js — 200 — 24.8 KiB — 22 ms — h2https://static.chartbeat.com/js/chartbeat_mab.jsstatic.chartbeat.com/js/chartbeat_m... https://static.chartbeat.com/js/chartbeat_mab.js — 200 — 10.1 KiB — 19 ms — h2https://cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.jscdn-gl.imrworldwide.com/novms/js/2/... https://cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.js — 200 — 73.4 KiB — 10 ms — h2https://sdk.iad-01.braze.com/api/v3/data/sdk.iad-01.braze.com/api/v3/data/ https://sdk.iad-01.braze.com/api/v3/data/ — 204 — 0 B — 217 ms — h2https://sdk.iad-01.braze.com/api/v3/data/sdk.iad-01.braze.com/api/v3/data/ https://sdk.iad-01.braze.com/api/v3/data/ — 204 — 0 B — 216 ms — h2https://sb.scorecardresearch.com/internal-cs/default/beacon.jssb.scorecardresearch.com/internal-c... https://sb.scorecardresearch.com/internal-cs/default/beacon.js — 200 — 6.7 KiB — 6 ms — h2blob:https://abcnews.com/82a57d01-2640-4a36-b1d1-d853bc21d072abcnews.com/82a57d01-2640-4a36-b1d1... blob:https://abcnews.com/82a57d01-2640-4a36-b1d1-d853bc21d072 — 200 — -1 B — 43 ms — blobhttps://cdn-gl.imrworldwide.com/novms/html/ls.htmlcdn-gl.imrworldwide.com/novms/html/... https://cdn-gl.imrworldwide.com/novms/html/ls.html — 200 — 3.9 KiB — 11 ms — h2https://vision.fn-pz.com/v3/config/abcnews-webvision.fn-pz.com/v3/config/abcnews-... https://vision.fn-pz.com/v3/config/abcnews-web — 204 — 0 B — 298 ms — h2https://mab.chartbeat.com/mab_strategy/headline_testing/get_strategy/?host=abcnews.go.com&domain=abcnews.com&path=%2Fmab.chartbeat.com/mab_strategy/head... https://mab.chartbeat.com/mab_strategy/headline_testing/get_strategy/?host=abcnews.go.com&domain=abcnews.com&path=%2F — 200 — 517 B — 14 ms — h2https://ping.chartbeat.net/ping?h=abcnews.go.com&p=%2F&u=BfKsQ0C8Qn_LMi0Cf&d=abcnews.com&g=12240&g0=homepage&g1=No%20Author&n=1&f=00001&c=0&x=0&m=0&y=8954&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fabcnews.com%2F&b=1750&t=wIJG4CqhlieDTWwGjzopc-C-5VSw&V=150&i=ABC%20News%20-%20Breaking%20News%2C%20Latest%20News%20and%20Videos&tz=0&sn=1&sv=CS-obLBgAHoHDFQ05nkHYRxD6FG2F&sr=external&sd=1&im=061b2fff&_ping.chartbeat.net/ping?h=abcnews.g... https://ping.chartbeat.net/ping?h=abcnews.go.com&p=%2F&u=BfKsQ0C8Qn_LMi0Cf&d=abcnews.com&g=12240&g0=homepage&g1=No%20Author&n=1&f=00001&c=0&x=0&m=0&y=8954&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fabcnews.com%2F&b=1750&t=wIJG4CqhlieDTWwGjzopc-C-5VSw&V=150&i=ABC%20News%20-%20Breaking%20News%2C%20Latest%20News%20and%20Videos&tz=0&sn=1&sv=CS-obLBgAHoHDFQ05nkHYRxD6FG2F&sr=external&sd=1&im=061b2fff&_ — 200 — 201 B — 328 ms — h2https://sw88.go.com/id?d_visid_ver=5.5.0&d_fieldgroup=A&mcorgid=C7A21CFE532E6E920A490D45%40AdobeOrg&mid=18072737370674242051953895620728030497&d_coppa=true&ts=1776800507084sw88.go.com/id?d_visid_ver=5.5.0&d_... https://sw88.go.com/id?d_visid_ver=5.5.0&d_fieldgroup=A&mcorgid=C7A21CFE532E6E920A490D45%40AdobeOrg&mid=18072737370674242051953895620728030497&d_coppa=true&ts=1776800507084 — 200 — 450 B — 67 ms — h2https://secure-dcr.imrworldwide.com/cgi-bin/gn?prd=session&c9=devid,&c13=asid,PA37ADC65-1F0F-49DB-8D3E-D2B0AE3C8C72&sessionId=thpvpzk2fs3hmngd6wrqpnpkoziou1776800507&c16=sdkv,bj.6.0.0&uoo=&fp_id=u0cgkgpn2uc1yo6gm1cci0hesja0o1776800507&fp_cr_tm=1776800507007&fp_acc_tm=1776800507007&fp_emm_tm=1776800507007&ve_id=&c30=bldv,6.0.0.747&uid2=&uid2_token=&hem_sha256=&hem_sha1=&hem_md5=&hem_unknown=&sdd=&retry=0secure-dcr.imrworldwide.com/cgi-bin... https://secure-dcr.imrworldwide.com/cgi-bin/gn?prd=session&c9=devid,&c13=asid,PA37ADC65-1F0F-49DB-8D3E-D2B0AE3C8C72&sessionId=thpvpzk2fs3hmngd6wrqpnpkoziou1776800507&c16=sdkv,bj.6.0.0&uoo=&fp_id=u0cgkgpn2uc1yo6gm1cci0hesja0o1776800507&fp_cr_tm=1776800507007&fp_acc_tm=1776800507007&fp_emm_tm=1776800507007&ve_id=&c30=bldv,6.0.0.747&uid2=&uid2_token=&hem_sha256=&hem_sha1=&hem_md5=&hem_unknown=&sdd=&retry=0 — 200 — 549 B — 159 ms — h2https://thpvpzk2fs3hmngd6wrqpnpkoziou1776800507.nuid.imrworldwide.com/thpvpzk2fs3hmngd6wrqpnpkoziou177680... https://thpvpzk2fs3hmngd6wrqpnpkoziou1776800507.nuid.imrworldwide.com/ — 200 — 351 B — 50 ms — h2https://sb.scorecardresearch.com/b?c1=2&c2=3000032&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776800507101&ns_c=UTF-8&cs_cfg=1101110&c7=https%3A%2F%2Fabcnews.com%2F&c8=ABC%20News%20-%20Breaking%20News%2C%20Latest%20News%20and%20Videos&c9=sb.scorecardresearch.com/b?c1=2&c2=... https://sb.scorecardresearch.com/b?c1=2&c2=3000032&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776800507101&ns_c=UTF-8&cs_cfg=1101110&c7=https%3A%2F%2Fabcnews.com%2F&c8=ABC%20News%20-%20Breaking%20News%2C%20Latest%20News%20and%20Videos&c9= — 204 — 225 B — 30 ms — h2https://bam.nr-data.net/events/1/8d01ff17d1?a=415461361&sa=1&v=1216.487a282&t=Unnamed%20Transaction&rst=2330&ck=1&ref=https://abcnews.com/bam.nr-data.net/events/1/8d01ff17d1... https://bam.nr-data.net/events/1/8d01ff17d1?a=415461361&sa=1&v=1216.487a282&t=Unnamed%20Transaction&rst=2330&ck=1&ref=https://abcnews.com/ — 200 — 364 B — 106 ms — http/1.1https://sw88.go.com/b/ss/wdgnewabcnews,wdgasec,wdgnewabcnweb,wdgnewabcnewsrollup/1/JS-2.27.0/s8406355777635?AQB=1&ndh=1&pf=1&t=21%2F3%2F2026%2019%3A41%3A47%202%200&mid=18072737370674242051953895620728030497&aamlh=6&ce=UTF-8&ns=abcnews&pageName=abcnews%3Ahomepage&g=https%3A%2F%2Fabcnews.com%2F&c.&ad_blocker=no&affiliate_name=none&app_version=2.0.0&banner_status=false&canonical_url=https%3A%2F%2Fabcnews.com%2F&client_time=1776800506915&content_type=homepage&device_platform=none&editorial_ad_keywords=none&editorial_ad_location=none&envName=production&login_status=logged%20out&mvpd=none&network=abcn&orientation=landscape&page_auto_refresh=false&page_name=abcnews%3Ahomepage&page_url=https%3A%2F%2Fabcnews.com%2F&platform=abcn%3Asite&portal=news&prev_page=abcnews%3Ahomepage&prev_url=https%3A%2F%2Fabcnews.com%2F&privacystate=GPC%3AOptIn&referrer=none&section1=homepage&section2=abcn%3Ahomepage&site=abcn&swid=2F320595-0E89-44F8-C46A-C2CC8D63FD51&takeover_status=none&userab_cookie=abcn_du_cat_topic_feature_holdout-474%2Avariant_b_redesign-1939%2Cotv_web_content_rec-539%2Avariant_c_trending-2268%2Cotv_search_page_design_unification-546%2Avariant_a_control-2299%2Cabcn_popular_reads_exp-542%2Avariant_b_7days_filter-2288&video_domain=none&.c&server=abcn&pageType=homepage&aamb=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=C7A21CFE532E6E920A490D45%40AdobeOrg&AQE=1sw88.go.com/b/ss/wdgnewabcnews,wdga... https://sw88.go.com/b/ss/wdgnewabcnews,wdgasec,wdgnewabcnweb,wdgnewabcnewsrollup/1/JS-2.27.0/s8406355777635?AQB=1&ndh=1&pf=1&t=21%2F3%2F2026%2019%3A41%3A47%202%200&mid=18072737370674242051953895620728030497&aamlh=6&ce=UTF-8&ns=abcnews&pageName=abcnews%3Ahomepage&g=https%3A%2F%2Fabcnews.com%2F&c.&ad_blocker=no&affiliate_name=none&app_version=2.0.0&banner_status=false&canonical_url=https%3A%2F%2Fabcnews.com%2F&client_time=1776800506915&content_type=homepage&device_platform=none&editorial_ad_keywords=none&editorial_ad_location=none&envName=production&login_status=logged%20out&mvpd=none&network=abcn&orientation=landscape&page_auto_refresh=false&page_name=abcnews%3Ahomepage&page_url=https%3A%2F%2Fabcnews.com%2F&platform=abcn%3Asite&portal=news&prev_page=abcnews%3Ahomepage&prev_url=https%3A%2F%2Fabcnews.com%2F&privacystate=GPC%3AOptIn&referrer=none&section1=homepage&section2=abcn%3Ahomepage&site=abcn&swid=2F320595-0E89-44F8-C46A-C2CC8D63FD51&takeover_status=none&userab_cookie=abcn_du_cat_topic_feature_holdout-474%2Avariant_b_redesign-1939%2Cotv_web_content_rec-539%2Avariant_c_trending-2268%2Cotv_search_page_design_unification-546%2Avariant_a_control-2299%2Cabcn_popular_reads_exp-542%2Avariant_b_7days_filter-2288&video_domain=none&.c&server=abcn&pageType=homepage&aamb=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=C7A21CFE532E6E920A490D45%40AdobeOrg&AQE=1 — 200 — 200 B — 25 ms — h2https://sdk.iad-01.braze.com/api/v3/data/sdk.iad-01.braze.com/api/v3/data/ https://sdk.iad-01.braze.com/api/v3/data/ — 201 — 672 B — 129 ms — h2https://sdk.iad-01.braze.com/api/v3/data/sdk.iad-01.braze.com/api/v3/data/ https://sdk.iad-01.braze.com/api/v3/data/ — 201 — 588 B — 257 ms — h2https://vision.fn-pz.com/v3/config/abcnews-webvision.fn-pz.com/v3/config/abcnews-... https://vision.fn-pz.com/v3/config/abcnews-web — 200 — 408 B — 297 ms — h2https://secure.espncdn.com/i/espnicons/Symbol_Defs--v49.svgsecure.espncdn.com/i/espnicons/Symb... https://secure.espncdn.com/i/espnicons/Symbol_Defs--v49.svg — 200 — 73.3 KiB — 49 ms — h2https://27f19c7c68e3eadf7756fb7efdb661dd8909acf9.ipv4.cws.conviva.com/0/wsg27f19c7c68e3eadf7756fb7efdb661dd890... https://27f19c7c68e3eadf7756fb7efdb661dd8909acf9.ipv4.cws.conviva.com/0/wsg — 200 — 0 B — 471 ms — http/1.1https://27f19c7c68e3eadf7756fb7efdb661dd8909acf9.ipv6.cws.conviva.com/0/wsg27f19c7c68e3eadf7756fb7efdb661dd890... https://27f19c7c68e3eadf7756fb7efdb661dd8909acf9.ipv6.cws.conviva.com/0/wsg — 200 — 0 B — 391 ms — http/1.1https://27f19c7c68e3eadf7756fb7efdb661dd8909acf9.ipv6.cws.conviva.com/0/wsg27f19c7c68e3eadf7756fb7efdb661dd890... https://27f19c7c68e3eadf7756fb7efdb661dd8909acf9.ipv6.cws.conviva.com/0/wsg — 200 — 598 B — 105 ms — http/1.1https://27f19c7c68e3eadf7756fb7efdb661dd8909acf9.ipv4.cws.conviva.com/0/wsg27f19c7c68e3eadf7756fb7efdb661dd890... https://27f19c7c68e3eadf7756fb7efdb661dd8909acf9.ipv4.cws.conviva.com/0/wsg — 200 — 598 B — 167 ms — http/1.1https://secure-dcr.imrworldwide.com/cgi-bin/gn?prd=dcr&ci=us-300437&ch=us-300437_c12_abcnewshomepage_P&asn=abcnewshomepage&fp_id=u0cgkgpn2uc1yo6gm1cci0hesja0o1776800507&fp_cr_tm=1776800507007&fp_acc_tm=1776800507007&fp_emm_tm=1776800507007&ve_id=&sessionId=thpvpzk2fs3hmngd6wrqpnpkoziou1776800507&prv=1&c6=vc,c12&ca=NA&c13=asid,PA37ADC65-1F0F-49DB-8D3E-D2B0AE3C8C72&c32=segA,NA&c33=segB,NA&c34=segC,NA&c15=apn,&sup=1&segment2=&segment1=&forward=0&plugv=&playerv=&ad=0&cr=V&c9=devid,&enc=true&c1=nuid,fqlxnlpptf1n02cd7yduaxotkrhv81776800507&at=view&rt=text&c16=sdkv,bj.6.0.0&c27=cln,0&crs=&lat=&lon=&c29=plid,17768005070046627&c30=bldv,6.0.0.747&st=dcr&c7=osgrp,&c8=devgrp,&c10=plt,&c40=adbid,&c14=osver,NA&c26=dmap,1&dd=&hrd=&wkd=&c35=adrsid,&c36=cref1,&c37=cref2,&c11=agg,1&c12=apv,&c51=adl,0&c52=noad,0&pc=NA&c53=fef,n&c54=oad,&c55=cref3,&c57=adldf,2&ai=abcnewshomepage&c3=st,c&c64=starttm,1776800508&adid=abcnewshomepage&c58=isLive,false&c59=sesid,&c61=createtm,1776800509&c63=pipMode,&uoo=&c68=bndlid,&nodeTM=&logTM=&c73=phtype,&c74=dvcnm,&c76=adbsnid,&c44=progen,&davty=0&si=https%3A%2F%2Fabcnews.com%2F&c66=mediaurl,&sdd=&c62=sendTime,1776800509&rnd=997188secure-dcr.imrworldwide.com/cgi-bin... https://secure-dcr.imrworldwide.com/cgi-bin/gn?prd=dcr&ci=us-300437&ch=us-300437_c12_abcnewshomepage_P&asn=abcnewshomepage&fp_id=u0cgkgpn2uc1yo6gm1cci0hesja0o1776800507&fp_cr_tm=1776800507007&fp_acc_tm=1776800507007&fp_emm_tm=1776800507007&ve_id=&sessionId=thpvpzk2fs3hmngd6wrqpnpkoziou1776800507&prv=1&c6=vc,c12&ca=NA&c13=asid,PA37ADC65-1F0F-49DB-8D3E-D2B0AE3C8C72&c32=segA,NA&c33=segB,NA&c34=segC,NA&c15=apn,&sup=1&segment2=&segment1=&forward=0&plugv=&playerv=&ad=0&cr=V&c9=devid,&enc=true&c1=nuid,fqlxnlpptf1n02cd7yduaxotkrhv81776800507&at=view&rt=text&c16=sdkv,bj.6.0.0&c27=cln,0&crs=&lat=&lon=&c29=plid,17768005070046627&c30=bldv,6.0.0.747&st=dcr&c7=osgrp,&c8=devgrp,&c10=plt,&c40=adbid,&c14=osver,NA&c26=dmap,1&dd=&hrd=&wkd=&c35=adrsid,&c36=cref1,&c37=cref2,&c11=agg,1&c12=apv,&c51=adl,0&c52=noad,0&pc=NA&c53=fef,n&c54=oad,&c55=cref3,&c57=adldf,2&ai=abcnewshomepage&c3=st,c&c64=starttm,1776800508&adid=abcnewshomepage&c58=isLive,false&c59=sesid,&c61=createtm,1776800509&c63=pipMode,&uoo=&c68=bndlid,&nodeTM=&logTM=&c73=phtype,&c74=dvcnm,&c76=adbsnid,&c44=progen,&davty=0&si=https%3A%2F%2Fabcnews.com%2F&c66=mediaurl,&sdd=&c62=sendTime,1776800509&rnd=997188 — 200 — 549 B — 113 ms — h2https://global.imrworldwide.com/cgi-bin/gn?prd=metadata&c9=devid,&c13=asid,PA37ADC65-1F0F-49DB-8D3E-D2B0AE3C8C72&sessionId=thpvpzk2fs3hmngd6wrqpnpkoziou1776800507&c30=bldv,6.0.0.747&pgUrl=https%3A%2F%2Fabcnews.com%2F&pgTitle=ABC%20News%20-%20Breaking%20News%2C%20Latest%20News%20and%20Videos&uoo=global.imrworldwide.com/cgi-bin/gn?... https://global.imrworldwide.com/cgi-bin/gn?prd=metadata&c9=devid,&c13=asid,PA37ADC65-1F0F-49DB-8D3E-D2B0AE3C8C72&sessionId=thpvpzk2fs3hmngd6wrqpnpkoziou1776800507&c30=bldv,6.0.0.747&pgUrl=https%3A%2F%2Fabcnews.com%2F&pgTitle=ABC%20News%20-%20Breaking%20News%2C%20Latest%20News%20and%20Videos&uoo= — 200 — 426 B — 563 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
68% of JavaScript execution is third-party
First-party Third-party 1087ms · 1037KB · €12/mo
hiveplayer-static.bamgrid.com
Other
Costly
Execution 351ms
Transfer 109 KB
Unused 79%
Monthly Cost €4/mo
Unattributable
Other
Costly
Execution 244ms
Transfer 0 KB
Monthly Cost €3/mo
assets-cdn.abcnews.com
Other
Optional
Execution 146ms
Transfer 816 KB
Unused 37%
Monthly Cost €2/mo
assets-cdn.abcnews.com
Other
Optional
Execution 139ms
Transfer 0 KB
Monthly Cost €2/mo
assets-cdn.abcnews.com
Other
Optional
Execution 110ms
Transfer 0 KB
Monthly Cost €1/mo
dcf.espn.com
Other
Optional
Execution 97ms
Transfer 112 KB
Unused 69%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • hiveplayer-static.bamgrid.com adds 351ms and costs ~€4/month
  • Unattributable adds 244ms and costs ~€3/month

68% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

hiveplayer-static.bamgrid.com takes 351ms 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

79% of hiveplayer-static.bamgrid.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

Unattributable takes 244ms 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

69% of dcf.espn.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