Skip to content
https://goodmorningamerica.com

Performance

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

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

89
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
86
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

1.07 s

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

1.92 s

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

34 ms

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

0.050

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

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

2.44 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
6 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
7.4 MB transferred, 142 requests
FIX
7.4 MB transferred, 142 requests
Critical::
Page weighs 14.1 MB (7.4 MB transferred)
Warning::
Images are 4.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.7 MB
Warning::
JavaScript is 2.0 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.0 MB
Info::
CSS is 208 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 208 KB
Warning::
142 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.6 g CO2 per page load
7.4 MB / 2.4 MB budget
7.4 MB transferred
142 requests
1.6 g CO2 per page load
Images 4.7 MiB 64%
JavaScript 2.0 MiB 26%
HTML 303.6 KiB 4%
CSS 208.0 KiB 3%
Fonts 147.3 KiB 2%
Other 73.5 KiB 1%
Other 1.7 KiB 0%
Other 1.1 KiB 0%
Other 686 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

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
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (7.4 MiB of 7.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
47 scripts, 546 KB unused
FIX
47 scripts, 546 KB unused
Warning::
https://cdn.registerdisney.go.com/v4/OneID.js: 94 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.abcotvs.net/gma/4f12e764cc89-release-0...: 81 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-101...: 62 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://dcf.espn.com/TWDC-DTCI/prod/code/220668949...: 60 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=DC-413...: 59 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 546 KB
546 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.registerdisney.go.com/v4/OneID.js134 KB94 KB (70%)3rd
https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/2719-ad7facff.js222 KB81 KB (36%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-1010108458&cx=c&gtm=4e64k0137 KB62 KB (45%)3rd
https://dcf.espn.com/TWDC-DTCI/prod/code/220668949fb1e1b96f5dc38c9e0eacfe.js?conditionId0=492409380 KB60 KB (76%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-4139589130 KB59 KB (46%)3rd
https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.js116 KB55 KB (48%)3rd
https://js.appboycdn.com/web-sdk/5.6/braze.min.js63 KB44 KB (70%)3rd
https://cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.js73 KB39 KB (54%)3rd
https://dcf.espn.com/TWDC-DTCI/prod/code/efdf0d4ee48eea78ee7f46a1547ee989.js?conditionId0=492409260 KB32 KB (53%)3rd
https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/9195-8fcad341.js33 KB20 KB (63%)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
142 resources · 7.4 MB · 546 KB savings available
FIX
142 resources · 7.4 MB · 546 KB savings available
Warning::
Page weight 6.4 MB over 1MB target
Got: 7.4 MB Expected: ≤ 1 MB
Info::
~546 KB of savings available
Warning::
139 third-party resources (100% of weight)
Info::
8 resources over 200KB
142 resources · 7.4 MiB · 139 third-party 6.4 MiB over 1MB target
Image 65% · 4.8 MiB
JavaScript 26% · 2.0 MiB
Document 4% · 304.2 KiB
CSS 3% · 208.0 KiB
Font 2% · 147.3 KiB
Other 0% · 3.6 KiB

~545.5 KiB of savings available

Remove unused JavaScript: 545.5 KiB
C
Image Optimization
Action
58 images, 0 KB saveable
REVIEW
58 images, 0 KB saveable
Warning::
https://s.abcnews.com/images/GMA/mcdonalds-gty-jef... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/GMA_DS_042126_V01... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/cat-workwear-ht-j... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/AdobeStock_163284... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/ham-1-ht-er-26040... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/Reilly-Meehan-1-h... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/Adirondack-ht-gmh... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/ELIZABETH3-GTY-AB... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/S59_NachoFries_18... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/MainImage_BookClu... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/260422_gma_natgeo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/260421_gma_cats3_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/harrry-meghan-1-r... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/MainImage_Jewelry... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/MainImage_90sToys... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/Tania-Finlayson-1... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/MainImage_Matchin... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/50STATESIN50WEEKS... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/Chicken-Sorrentin... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/260421_gma_spring... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/dandannoodles_177... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/GMA_DS_042126_V01... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/MainImage_YABookC... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/jubilee-2-ap-gmh-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/smoking-london-gt... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/US/culdesac-tempe-ari... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/spirit-airlines-1... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/michaelsymon-meat... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/champion-chefs-ab... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/RoyalsLogo_Purple... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/HARRY-GTY-AB-2604... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/MainImage_LastMin... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/MainImage_ShopeTh... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/pokemon-1-epa-gmh... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/260422_gma_glaser... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/greek-salad-ht-jt... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/Caroline-Chambers... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/leek-zucchini-piz... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/little-leaguer-wa... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/260422_gma_spring... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/US/devil-prada-1-gty-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/dc-elephant-2-gty... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/260422_gma_schulz... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/ShopGMA_OneLine_5... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/David-Vincent-Rea... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/MICHAEL1-LIONSGAT... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/trader-joes-1-ap-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/charles-camilla-g... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.abcnews.com/images/GMA/MainImage_Pregnan... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
58 images 4.7 MB
0 oversized -0 KB
56 legacy format
49 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

B
JS Execution Cost
810ms total JS execution
REVIEW
810ms total JS execution
Info::
https://goodmorningamerica.com/: 172ms CPU time
Info::
https://cdn.abcotvs.net/gma/4f12e764cc89-release-0...: 156ms CPU time
Info::
Unattributable: 150ms CPU time
Info::
https://dcf.espn.com/TWDC-DTCI/prod/code/220668949...: 88ms CPU time
Info::
https://cdn.abcotvs.net/gma/4f12e764cc89-release-0...: 73ms CPU time
Warning::
Third-party scripts: 638ms (79% of total)

Main Thread Breakdown

Script Evaluation 53% Other 19% Style & Layout 12% Script Parsing & Compilation 10%
ScriptTotalScriptingParse/CompileParty
https://goodmorningamerica.com/172ms3ms9ms1st
https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/section-11172ae6.js156ms121ms0ms3rd
Unattributable150ms8ms0ms3rd
https://dcf.espn.com/TWDC-DTCI/prod/code/220668949fb1e1b96f5dc38c9e0eacfe.js?conditionId0=492409388ms74ms13ms3rd
https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/gma-5c234152.js73ms72ms1ms3rd
https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/2719-ad7facff.js66ms28ms20ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-1010108458&cx=c&gtm=4e64k054ms45ms9ms3rd
https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.js52ms36ms13ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
4 fonts (147 KB)
PASS
4 fonts (147 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

147 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.1 s LCP 1.9 sdata:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SA7gAAAC8AAAAYGNtYXAaVsyrAA…x-font-ttf;charset=utf-... data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SA7gAAAC8AAAAYGNtYXAaVsyrAA… — 6.4 KiB — 64 ms — font-display: swaphttps://use.typekit.net/af/19ced7/00000000000000007735f992/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3l https://use.typekit.net/af/19ced7/00000000000000007735f992/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3 — 47.1 KiB — 15 ms — font-display: swaphttps://use.typekit.net/af/5d97ff/00000000000000007735f999/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/5d97ff/00000000000000007735f999/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 47.4 KiB — 13 ms — font-display: swaphttps://use.typekit.net/af/b718ff/00000000000000007735f98d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/b718ff/00000000000000007735f98d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 46.5 KiB — 11 ms — font-display: swap
x-font-ttf;charset=utf-... unknown swap
Size 6 KB
Load time 64 ms
Start 535 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 47 KB
Load time 15 ms
Start 590 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 47 KB
Load time 13 ms
Start 594 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 46 KB
Load time 11 ms
Start 594 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)

Fixing the unchecked items could save ~2 KB and ~4 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
HTTP Caching
max-age=6 (6 seconds)
PASS
max-age=6 (6 seconds)
Info::
Cache-Control header is set
Got: max-age=6
Info::
Effective TTL: 6 seconds (max-age=6)
Info::
Last-Modified header present
Cache-Control

max-age=6

DirectiveValueMeaning
max-age6Cache for 6 seconds
Effective TTL: 6 seconds
Network Waterfall
142 requests over 4737ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.1 s LCP 1.9 shttps://goodmorningamerica.com// https://goodmorningamerica.com/ — 200 — 34.2 KiB — 430 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 — 233 ms — h2https://use.typekit.net/bjl0jsv.cssuse.typekit.net/bjl0jsv.css https://use.typekit.net/bjl0jsv.css — 200 — 1.1 KiB — 64 ms — h2https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/fusion-60b27ceb.csscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/fusion-60b27ceb.css — 200 — 72.0 KiB — 30 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/gma-c8be75d3.csscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/gma-c8be75d3.css — 200 — 58.4 KiB — 27 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/3049-219c447d.csscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/3049-219c447d.css — 200 — 5.2 KiB — 28 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/5201-a41b6d3c.csscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/5201-a41b6d3c.css — 200 — 4.0 KiB — 28 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/7975-b0d76381.csscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/7975-b0d76381.css — 200 — 2.9 KiB — 23 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/9195-3d06bc35.csscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/9195-3d06bc35.css — 200 — 20.9 KiB — 29 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/section-bc0c5706.csscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/section-bc0c5706.css — 200 — 1.7 KiB — 22 ms — http/1.1https://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 — 790 B — 21 ms — h2https://goodmorningamerica.com/manifest.json/manifest.json https://goodmorningamerica.com/manifest.json — 404 — 341 B — 278 ms — h2https://p.typekit.net/p.css?s=1&k=bjl0jsv&ht=tk&f=24539.24540.24545.24546.24547.24548.24549.24552&a=100012030&app=typekit&e=cssp.typekit.net/p.css?s=1&k=bjl0jsv&h... https://p.typekit.net/p.css?s=1&k=bjl0jsv&ht=tk&f=24539.24540.24545.24546.24547.24548.24549.24552&a=100012030&app=typekit&e=css — 200 — 172 B — 61 ms — h2https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/runtime-c98150ff.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/runtime-c98150ff.js — 200 — 2.6 KiB — 8 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/2719-ad7facff.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/2719-ad7facff.js — 200 — 222.5 KiB — 49 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/5665-481a503b.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/5665-481a503b.js — 200 — 6.1 KiB — 17 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/5345-975d71c4.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/5345-975d71c4.js — 200 — 3.0 KiB — 14 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/217-846f7c9c.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/217-846f7c9c.js — 200 — 10.5 KiB — 17 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/7639-000f1488.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/7639-000f1488.js — 200 — 3.2 KiB — 15 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=DC-4139589www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-4139589 — 200 — 129.6 KiB — 162 ms — h2data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 — 200 — 0 B — 0 ms — datahttps://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/3049-e61906fb.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/3049-e61906fb.js — 200 — 24.3 KiB — 17 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/9240-5b7725b9.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/9240-5b7725b9.js — 200 — 21.3 KiB — 14 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/867-87747439.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/867-87747439.js — 200 — 30.2 KiB — 20 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/8998-aed36a23.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/8998-aed36a23.js — 200 — 4.3 KiB — 18 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/7877-993f1580.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/7877-993f1580.js — 200 — 6.9 KiB — 20 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/5201-3d7a8df3.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/5201-3d7a8df3.js — 200 — 7.8 KiB — 13 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/9195-8fcad341.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/9195-8fcad341.js — 200 — 32.6 KiB — 14 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/_manifest.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/_manifest.js — 200 — 1.6 KiB — 15 ms — http/1.1data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' vie…www.w3.org/2000/svg' xml:space='pre... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' vie… — 200 — 0 B — 0 ms — data
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.1 s LCP 1.9 shttps://goodmorningamerica.com// https://goodmorningamerica.com/ — 200 — 34.2 KiB — 430 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 — 233 ms — h2https://use.typekit.net/bjl0jsv.cssuse.typekit.net/bjl0jsv.css https://use.typekit.net/bjl0jsv.css — 200 — 1.1 KiB — 64 ms — h2https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/fusion-60b27ceb.csscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/fusion-60b27ceb.css — 200 — 72.0 KiB — 30 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/gma-c8be75d3.csscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/gma-c8be75d3.css — 200 — 58.4 KiB — 27 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/3049-219c447d.csscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/3049-219c447d.css — 200 — 5.2 KiB — 28 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/5201-a41b6d3c.csscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/5201-a41b6d3c.css — 200 — 4.0 KiB — 28 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/7975-b0d76381.csscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/7975-b0d76381.css — 200 — 2.9 KiB — 23 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/9195-3d06bc35.csscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/9195-3d06bc35.css — 200 — 20.9 KiB — 29 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/section-bc0c5706.csscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/section-bc0c5706.css — 200 — 1.7 KiB — 22 ms — http/1.1https://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 — 790 B — 21 ms — h2https://goodmorningamerica.com/manifest.json/manifest.json https://goodmorningamerica.com/manifest.json — 404 — 341 B — 278 ms — h2https://p.typekit.net/p.css?s=1&k=bjl0jsv&ht=tk&f=24539.24540.24545.24546.24547.24548.24549.24552&a=100012030&app=typekit&e=cssp.typekit.net/p.css?s=1&k=bjl0jsv&h... https://p.typekit.net/p.css?s=1&k=bjl0jsv&ht=tk&f=24539.24540.24545.24546.24547.24548.24549.24552&a=100012030&app=typekit&e=css — 200 — 172 B — 61 ms — h2https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/runtime-c98150ff.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/runtime-c98150ff.js — 200 — 2.6 KiB — 8 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/2719-ad7facff.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/2719-ad7facff.js — 200 — 222.5 KiB — 49 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/5665-481a503b.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/5665-481a503b.js — 200 — 6.1 KiB — 17 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/5345-975d71c4.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/5345-975d71c4.js — 200 — 3.0 KiB — 14 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/217-846f7c9c.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/217-846f7c9c.js — 200 — 10.5 KiB — 17 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/7639-000f1488.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/7639-000f1488.js — 200 — 3.2 KiB — 15 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=DC-4139589www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-4139589 — 200 — 129.6 KiB — 162 ms — h2data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 — 200 — 0 B — 0 ms — datahttps://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/3049-e61906fb.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/3049-e61906fb.js — 200 — 24.3 KiB — 17 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/9240-5b7725b9.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/9240-5b7725b9.js — 200 — 21.3 KiB — 14 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/867-87747439.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/867-87747439.js — 200 — 30.2 KiB — 20 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/8998-aed36a23.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/8998-aed36a23.js — 200 — 4.3 KiB — 18 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/7877-993f1580.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/7877-993f1580.js — 200 — 6.9 KiB — 20 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/5201-3d7a8df3.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/5201-3d7a8df3.js — 200 — 7.8 KiB — 13 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/9195-8fcad341.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/9195-8fcad341.js — 200 — 32.6 KiB — 14 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/_manifest.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/_manifest.js — 200 — 1.6 KiB — 15 ms — http/1.1data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' vie…www.w3.org/2000/svg' xml:space='pre... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' vie… — 200 — 0 B — 0 ms — datahttps://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/gma-5c234152.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/gma-5c234152.js — 200 — 19.0 KiB — 16 ms — http/1.1data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SA7gAAAC8AAAAYGNtYXAaVsyrAA…data:application/x-font-ttf;charset... data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SA7gAAAC8AAAAYGNtYXAaVsyrAA… — 200 — 6.4 KiB — 64 ms — datahttps://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/section-11172ae6.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/section-11172ae6.js — 200 — 4.6 KiB — 8 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/_manifest.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/_manifest.js — 200 — 0 B — 6 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/gma-5c234152.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/gma-5c234152.js — 200 — 0 B — 4 ms — http/1.1https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/section-11172ae6.jscdn.abcotvs.net/gma/4f12e764cc89-re... https://cdn.abcotvs.net/gma/4f12e764cc89-release-03-05-2026.0/client/gma/section-11172ae6.js — 200 — 0 B — 4 ms — http/1.1https://use.typekit.net/af/19ced7/00000000000000007735f992/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3use.typekit.net/af/19ced7/000000000... https://use.typekit.net/af/19ced7/00000000000000007735f992/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3 — 200 — 47.1 KiB — 15 ms — h2https://use.typekit.net/af/5d97ff/00000000000000007735f999/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/5d97ff/000000000... https://use.typekit.net/af/5d97ff/00000000000000007735f999/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 47.4 KiB — 13 ms — h2https://use.typekit.net/af/b718ff/00000000000000007735f98d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/b718ff/000000000... https://use.typekit.net/af/b718ff/00000000000000007735f98d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 46.5 KiB — 11 ms — h2https://fastcast.semfs.engsvc.go.com/public/websockethostfastcast.semfs.engsvc.go.com/public... https://fastcast.semfs.engsvc.go.com/public/websockethost — 200 — 426 B — 305 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-1010108458&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-1010108458&cx=c&gtm=4e64k0 — 200 — 136.6 KiB — 60 ms — h2https://www.google.com/ccm/collect?rcb=11&frm=0&en=page_view&dl=https%3A%2F%2Fgoodmorningamerica.com%2F&scrsrc=www.googletagmanager.com&rnd=1216053163.1776896402&dt=GMA%20-%20Good%20Morning%20America&auid=1247748772.1776896402&navt=n&npa=1&gtm=45fe64k0v9190976546za200zd9190976546xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266400&apve=1&apvf=f&apvc=1&tids=DC-4139589&tid=DC-4139589&tft=1776896401775&tfd=943www.google.com/ccm/collect?rcb=11&f... https://www.google.com/ccm/collect?rcb=11&frm=0&en=page_view&dl=https%3A%2F%2Fgoodmorningamerica.com%2F&scrsrc=www.googletagmanager.com&rnd=1216053163.1776896402&dt=GMA%20-%20Good%20Morning%20America&auid=1247748772.1776896402&navt=n&npa=1&gtm=45fe64k0v9190976546za200zd9190976546xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266400&apve=1&apvf=f&apvc=1&tids=DC-4139589&tid=DC-4139589&tft=1776896401775&tfd=943 — 200 — 21 B — 112 ms — h3https://s.abcnews.com/images/GMA/GMA_DS_042126_V01_sd_1776788752904_hpMain_1x1_1600.jpgs.abcnews.com/images/GMA/GMA_DS_042... https://s.abcnews.com/images/GMA/GMA_DS_042126_V01_sd_1776788752904_hpMain_1x1_1600.jpg — 200 — 225.6 KiB — 17 ms — h2https://s.abcnews.com/images/GMA/ELIZABETH3-GTY-AB-260422_1776884233581_hpMain_1x1_608.jpgs.abcnews.com/images/GMA/ELIZABETH3... https://s.abcnews.com/images/GMA/ELIZABETH3-GTY-AB-260422_1776884233581_hpMain_1x1_608.jpg — 200 — 47.4 KiB — 15 ms — h2https://s.abcnews.com/images/GMA/smoking-london-gty-jef-260422_1776874797903_hpMain_1x1_608.jpgs.abcnews.com/images/GMA/smoking-lo... https://s.abcnews.com/images/GMA/smoking-london-gty-jef-260422_1776874797903_hpMain_1x1_608.jpg — 200 — 37.7 KiB — 21 ms — h2https://s.abcnews.com/images/US/culdesac-tempe-arizona-1-gty-jef-260422_1776871593478_hpMain_1x1_608.jpgs.abcnews.com/images/US/culdesac-te... https://s.abcnews.com/images/US/culdesac-tempe-arizona-1-gty-jef-260422_1776871593478_hpMain_1x1_608.jpg — 200 — 47.8 KiB — 16 ms — h2https://s.abcnews.com/images/GMA/dc-elephant-2-gty-gmh-260422_1776862361443_hpMain_1x1_992.jpgs.abcnews.com/images/GMA/dc-elephan... https://s.abcnews.com/images/GMA/dc-elephant-2-gty-gmh-260422_1776862361443_hpMain_1x1_992.jpg — 200 — 145.7 KiB — 22 ms — h2https://s.abcnews.com/images/GMA/MICHAEL1-LIONSGATE-AB-260421_1776815429492_hpMain_1x1_992.jpgs.abcnews.com/images/GMA/MICHAEL1-L... https://s.abcnews.com/images/GMA/MICHAEL1-LIONSGATE-AB-260421_1776815429492_hpMain_1x1_992.jpg — 200 — 116.6 KiB — 22 ms — h2https://s.abcnews.com/images/GMA/ShopGMA_OneLine_5000x5000_v01_KS_blue.pngs.abcnews.com/images/GMA/ShopGMA_On... https://s.abcnews.com/images/GMA/ShopGMA_OneLine_5000x5000_v01_KS_blue.png — 200 — 148.3 KiB — 21 ms — h2https://s.abcnews.com/images/GMA/cat-workwear-ht-jt-260421_1776799716798_hpMain_16x9_1600.jpgs.abcnews.com/images/GMA/cat-workwe... https://s.abcnews.com/images/GMA/cat-workwear-ht-jt-260421_1776799716798_hpMain_16x9_1600.jpg — 200 — 192.6 KiB — 38 ms — h2https://s.abcnews.com/images/GMA/GMA_DS_042126_V01_sd_1776788752904_hpMain_1x1_608.jpgs.abcnews.com/images/GMA/GMA_DS_042... https://s.abcnews.com/images/GMA/GMA_DS_042126_V01_sd_1776788752904_hpMain_1x1_608.jpg — 200 — 50.3 KiB — 23 ms — h2https://s.abcnews.com/images/GMA/MainImage_LastMinGifts_031726_1773783615689_hpMain_1x1_608.jpgs.abcnews.com/images/GMA/MainImage_... https://s.abcnews.com/images/GMA/MainImage_LastMinGifts_031726_1773783615689_hpMain_1x1_608.jpg — 200 — 51.7 KiB — 26 ms — h2https://s.abcnews.com/images/GMA/MainImage_MatchingSets_031726_1773784079492_hpMain_1x1_608.jpgs.abcnews.com/images/GMA/MainImage_... https://s.abcnews.com/images/GMA/MainImage_MatchingSets_031726_1773784079492_hpMain_1x1_608.jpg — 200 — 56.4 KiB — 33 ms — h2https://s.abcnews.com/images/GMA/mcdonalds-gty-jef-260422_1776862559652_hpMain_1x1_992.jpgs.abcnews.com/images/GMA/mcdonalds-... https://s.abcnews.com/images/GMA/mcdonalds-gty-jef-260422_1776862559652_hpMain_1x1_992.jpg — 200 — 51.6 KiB — 35 ms — h2https://s.abcnews.com/images/GMA/260422_gma_glaser1_hpMain_1x1_992.jpgs.abcnews.com/images/GMA/260422_gma... https://s.abcnews.com/images/GMA/260422_gma_glaser1_hpMain_1x1_992.jpg — 200 — 61.7 KiB — 23 ms — h2https://s.abcnews.com/images/GMA/MainImage_ShopeTheBook_030326_v01_1772560163008_hpMain_16x9_1600.jpgs.abcnews.com/images/GMA/MainImage_... https://s.abcnews.com/images/GMA/MainImage_ShopeTheBook_030326_v01_1772560163008_hpMain_16x9_1600.jpg — 200 — 284.5 KiB — 50 ms — h2https://s.abcnews.com/images/GMA/50STATESIN50WEEKStitleframe_1751219572659_hpMain_1x1_608.jpgs.abcnews.com/images/GMA/50STATESIN... https://s.abcnews.com/images/GMA/50STATESIN50WEEKStitleframe_1751219572659_hpMain_1x1_608.jpg — 200 — 54.2 KiB — 38 ms — h2https://s.abcnews.com/images/GMA/MainImage_YABookClub_032026_1774035752996_hpMain_1x1_608.jpgs.abcnews.com/images/GMA/MainImage_... https://s.abcnews.com/images/GMA/MainImage_YABookClub_032026_1774035752996_hpMain_1x1_608.jpg — 200 — 87.5 KiB — 41 ms — h2https://s.abcnews.com/images/GMA/MainImage_BookClubs_April26_1775500659715_hpMain_1x1_608.jpgs.abcnews.com/images/GMA/MainImage_... https://s.abcnews.com/images/GMA/MainImage_BookClubs_April26_1775500659715_hpMain_1x1_608.jpg — 200 — 57.8 KiB — 48 ms — h2https://s.abcnews.com/images/GMA/pokemon-1-epa-gmh-260421_1776800792216_hpMain_16x9_1600.jpgs.abcnews.com/images/GMA/pokemon-1-... https://s.abcnews.com/images/GMA/pokemon-1-epa-gmh-260421_1776800792216_hpMain_16x9_1600.jpg — 200 — 212.9 KiB — 52 ms — h2https://s.abcnews.com/images/GMA/trader-joes-1-ap-jef-260417_1776429848785_hpMain_1x1_608.jpgs.abcnews.com/images/GMA/trader-joe... https://s.abcnews.com/images/GMA/trader-joes-1-ap-jef-260417_1776429848785_hpMain_1x1_608.jpg — 200 — 38.8 KiB — 41 ms — h2https://s.abcnews.com/images/GMA/spirit-airlines-1-gty-jef-260416_1776359932934_hpMain_1x1_608.jpgs.abcnews.com/images/GMA/spirit-air... https://s.abcnews.com/images/GMA/spirit-airlines-1-gty-jef-260416_1776359932934_hpMain_1x1_608.jpg — 200 — 16.9 KiB — 45 ms — h2https://s.abcnews.com/images/GMA/AdobeStock_1632849888_Editorial_Use_Only_1776167067199_hpMain_1x1_608.jpegs.abcnews.com/images/GMA/AdobeStock... https://s.abcnews.com/images/GMA/AdobeStock_1632849888_Editorial_Use_Only_1776167067199_hpMain_1x1_608.jpeg — 200 — 28.2 KiB — 43 ms — h2https://s.abcnews.com/images/GMA/Chicken-Sorrentina-ht-gmh-260421_1776795449674_hpMain_16x9_992.jpgs.abcnews.com/images/GMA/Chicken-So... https://s.abcnews.com/images/GMA/Chicken-Sorrentina-ht-gmh-260421_1776795449674_hpMain_16x9_992.jpg — 200 — 107.6 KiB — 49 ms — h2https://s.abcnews.com/images/GMA/greek-salad-ht-jt-260416_1776370273646_hpMain_16x9_992.jpgs.abcnews.com/images/GMA/greek-sala... https://s.abcnews.com/images/GMA/greek-salad-ht-jt-260416_1776370273646_hpMain_16x9_992.jpg — 200 — 60.0 KiB — 50 ms — h2https://s.abcnews.com/images/GMA/leek-zucchini-pizza-ht-jef-260415_1776277961983_hpMain_16x9_992.jpgs.abcnews.com/images/GMA/leek-zucch... https://s.abcnews.com/images/GMA/leek-zucchini-pizza-ht-jef-260415_1776277961983_hpMain_16x9_992.jpg — 200 — 99.3 KiB — 50 ms — h2https://s.abcnews.com/images/GMA/michaelsymon-meatballs_1776255283703_hpMain_16x9_992.jpgs.abcnews.com/images/GMA/michaelsym... https://s.abcnews.com/images/GMA/michaelsymon-meatballs_1776255283703_hpMain_16x9_992.jpg — 200 — 96.9 KiB — 45 ms — h2https://s.abcnews.com/images/GMA/ham-1-ht-er-260402_1775151874332_hpMain_16x9_992.jpgs.abcnews.com/images/GMA/ham-1-ht-e... https://s.abcnews.com/images/GMA/ham-1-ht-er-260402_1775151874332_hpMain_16x9_992.jpg — 200 — 91.9 KiB — 46 ms — h2https://s.abcnews.com/images/GMA/dandannoodles_1775129378673_hpMain_16x9_992.jpgs.abcnews.com/images/GMA/dandannood... https://s.abcnews.com/images/GMA/dandannoodles_1775129378673_hpMain_16x9_992.jpg — 200 — 88.6 KiB — 47 ms — h2https://s.abcnews.com/images/GMA/Reilly-Meehan-1-ht-gmh-260330_1774904687726_hpMain_16x9_992.jpgs.abcnews.com/images/GMA/Reilly-Mee... https://s.abcnews.com/images/GMA/Reilly-Meehan-1-ht-gmh-260330_1774904687726_hpMain_16x9_992.jpg — 200 — 48.9 KiB — 44 ms — h2https://s.abcnews.com/images/GMA/S59_NachoFries_1870_1773142068305_hpMain_16x9_992.jpgs.abcnews.com/images/GMA/S59_NachoF... https://s.abcnews.com/images/GMA/S59_NachoFries_1870_1773142068305_hpMain_16x9_992.jpg — 200 — 122.6 KiB — 52 ms — h2https://s.abcnews.com/images/GMA/Caroline-Chambers-3-abc-gmh-260223_1771858013558_hpMain_16x9_992.jpgs.abcnews.com/images/GMA/Caroline-C... https://s.abcnews.com/images/GMA/Caroline-Chambers-3-abc-gmh-260223_1771858013558_hpMain_16x9_992.jpg — 200 — 62.1 KiB — 51 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/serverComponent.php?namespace=Bootstrapper&staticJsPath=/TWDC-DTCI/prod/code/&ClientID=2750&PageID=https%3A%2F%2Fgoodmorningamerica.com%2F%3Fcds%3Dn%26country%3Dxx%26region%3Demea%26gpc%3Dxx%26shouldFire%3Dy%26nAsyncNgeo%3Dn%26portal%3Dnews%26site%3Dgma%26siteRegion%3D%26realHost%3Dgoodmorningamerica.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%2Fgoodmorningamerica.com%2F%3Fcds%3Dn%26country%3Dxx%26region%3Demea%26gpc%3Dxx%26shouldFire%3Dy%26nAsyncNgeo%3Dn%26portal%3Dnews%26site%3Dgma%26siteRegion%3D%26realHost%3Dgoodmorningamerica.com%26kpTlium%3Dn%26eventStep%3Dnon-ecom&custDomain=dcf.espn.com — 200 — 722 B — 812 ms — h2https://s.abcnews.com/images/GMA/champion-chefs-abc-jef-260220_1771597254997_hpMain_16x9_992.jpgs.abcnews.com/images/GMA/champion-c... https://s.abcnews.com/images/GMA/champion-chefs-abc-jef-260220_1771597254997_hpMain_16x9_992.jpg — 200 — 84.2 KiB — 40 ms — h2https://s.abcnews.com/images/GMA/260422_gma_spring1_hpMain_16x9_1600.jpgs.abcnews.com/images/GMA/260422_gma... https://s.abcnews.com/images/GMA/260422_gma_spring1_hpMain_16x9_1600.jpg — 200 — 133.9 KiB — 44 ms — h2https://s.abcnews.com/images/GMA/260422_gma_natgeo_hpMain_1x1_608.jpgs.abcnews.com/images/GMA/260422_gma... https://s.abcnews.com/images/GMA/260422_gma_natgeo_hpMain_1x1_608.jpg — 200 — 51.4 KiB — 39 ms — h2https://s.abcnews.com/images/GMA/260421_gma_cats3_hpMain_1x1_608.jpgs.abcnews.com/images/GMA/260421_gma... https://s.abcnews.com/images/GMA/260421_gma_cats3_hpMain_1x1_608.jpg — 200 — 61.0 KiB — 40 ms — h2https://s.abcnews.com/images/GMA/260421_gma_springclean_hpMain_1x1_608.jpgs.abcnews.com/images/GMA/260421_gma... https://s.abcnews.com/images/GMA/260421_gma_springclean_hpMain_1x1_608.jpg — 200 — 38.1 KiB — 41 ms — h2https://s.abcnews.com/images/GMA/MainImage_90sToys_042226_1776865598393_hpMain_1x1_992.jpgs.abcnews.com/images/GMA/MainImage_... https://s.abcnews.com/images/GMA/MainImage_90sToys_042226_1776865598393_hpMain_1x1_992.jpg — 200 — 195.7 KiB — 44 ms — h2https://s.abcnews.com/images/US/devil-prada-1-gty-gmh-260420_1776723630359_hpMain_1x1_992.jpgs.abcnews.com/images/US/devil-prada... https://s.abcnews.com/images/US/devil-prada-1-gty-gmh-260420_1776723630359_hpMain_1x1_992.jpg — 200 — 115.0 KiB — 29 ms — h2https://s.abcnews.com/images/GMA/Adirondack-ht-gmh-260420_1776714328366_hpMain_16x9_1600.jpgs.abcnews.com/images/GMA/Adirondack... https://s.abcnews.com/images/GMA/Adirondack-ht-gmh-260420_1776714328366_hpMain_16x9_1600.jpg — 200 — 203.1 KiB — 24 ms — h2https://s.abcnews.com/images/GMA/Tania-Finlayson-1-ht-gmh-260421_1776790029140_hpMain_1x1_608.jpgs.abcnews.com/images/GMA/Tania-Finl... https://s.abcnews.com/images/GMA/Tania-Finlayson-1-ht-gmh-260421_1776790029140_hpMain_1x1_608.jpg — 200 — 69.0 KiB — 23 ms — h2https://s.abcnews.com/images/GMA/little-leaguer-walk-ht-jef-260416_1776363184852_hpMain_1x1_608.jpgs.abcnews.com/images/GMA/little-lea... https://s.abcnews.com/images/GMA/little-leaguer-walk-ht-jef-260416_1776363184852_hpMain_1x1_608.jpg — 200 — 87.3 KiB — 25 ms — h2https://s.abcnews.com/images/GMA/David-Vincent-Ream-ht-gmh-260413_1776111643639_hpMain_1x1_608.jpgs.abcnews.com/images/GMA/David-Vinc... https://s.abcnews.com/images/GMA/David-Vincent-Ream-ht-gmh-260413_1776111643639_hpMain_1x1_608.jpg — 200 — 69.0 KiB — 25 ms — h2https://s.abcnews.com/images/GMA/RoyalsLogo_Purple_v01_sd_MR_20220927.pngs.abcnews.com/images/GMA/RoyalsLogo... https://s.abcnews.com/images/GMA/RoyalsLogo_Purple_v01_sd_MR_20220927.png — 200 — 161.2 KiB — 26 ms — h2https://s.abcnews.com/images/GMA/jubilee-2-ap-gmh-260420_1776701095978_hpMain_16x9_1600.jpgs.abcnews.com/images/GMA/jubilee-2-... https://s.abcnews.com/images/GMA/jubilee-2-ap-gmh-260420_1776701095978_hpMain_16x9_1600.jpg — 200 — 146.3 KiB — 12 ms — h2https://s.abcnews.com/images/GMA/HARRY-GTY-AB-260416_1776368348541_hpMain_1x1_608.jpgs.abcnews.com/images/GMA/HARRY-GTY-... https://s.abcnews.com/images/GMA/HARRY-GTY-AB-260416_1776368348541_hpMain_1x1_608.jpg — 200 — 67.3 KiB — 16 ms — h2https://s.abcnews.com/images/GMA/charles-camilla-gty-jt-260414_1776200725404_hpMain_1x1_608.jpgs.abcnews.com/images/GMA/charles-ca... https://s.abcnews.com/images/GMA/charles-camilla-gty-jt-260414_1776200725404_hpMain_1x1_608.jpg — 200 — 41.8 KiB — 19 ms — h2https://s.abcnews.com/images/GMA/harrry-meghan-1-rt-gmh-260414_1776168641756_hpMain_1x1_608.jpgs.abcnews.com/images/GMA/harrry-meg... https://s.abcnews.com/images/GMA/harrry-meghan-1-rt-gmh-260414_1776168641756_hpMain_1x1_608.jpg — 200 — 42.0 KiB — 14 ms — h2https://s.abcnews.com/images/GMA/MainImage_PregnancyStyle_042226_1776877884792_hpMain_1x1_1600.jpgs.abcnews.com/images/GMA/MainImage_... https://s.abcnews.com/images/GMA/MainImage_PregnancyStyle_042226_1776877884792_hpMain_1x1_1600.jpg — 200 — 158.6 KiB — 16 ms — h2https://s.abcnews.com/images/GMA/MainImage_Jewelry_021826_v01_1771447524470_hpMain_1x1_1600.jpgs.abcnews.com/images/GMA/MainImage_... https://s.abcnews.com/images/GMA/MainImage_Jewelry_021826_v01_1771447524470_hpMain_1x1_1600.jpg — 200 — 197.5 KiB — 22 ms — h2https://www.google.com/ccm/collect?rcb=12&frm=0&en=page_view&dl=https%3A%2F%2Fgoodmorningamerica.com%2F&scrsrc=www.googletagmanager.com&rnd=1216053163.1776896402&dt=GMA%20-%20Good%20Morning%20America&auid=1247748772.1776896402&navt=n&npa=1&gtm=45be64k0v875658418za200zb9190976546zd9190976546xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401~117384405&apve=1&apvf=f&apvc=0&tids=AW-1010108458~AW-10808973506&tid=AW-1010108458&tft=1776896401956&tfd=1124www.google.com/ccm/collect?rcb=12&f... https://www.google.com/ccm/collect?rcb=12&frm=0&en=page_view&dl=https%3A%2F%2Fgoodmorningamerica.com%2F&scrsrc=www.googletagmanager.com&rnd=1216053163.1776896402&dt=GMA%20-%20Good%20Morning%20America&auid=1247748772.1776896402&navt=n&npa=1&gtm=45be64k0v875658418za200zb9190976546zd9190976546xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401~117384405&apve=1&apvf=f&apvc=0&tids=AW-1010108458~AW-10808973506&tid=AW-1010108458&tft=1776896401956&tfd=1124 — 200 — 21 B — 35 ms — h3https://s.abcnews.com/images/GMA/260422_gma_schulze_fed3_713_hpMain_1x1_1600.jpgs.abcnews.com/images/GMA/260422_gma... https://s.abcnews.com/images/GMA/260422_gma_schulze_fed3_713_hpMain_1x1_1600.jpg — 200 — 122.7 KiB — 7 ms — h2https://cdn.registerdisney.go.com/v4/OneID.jscdn.registerdisney.go.com/v4/OneID.... https://cdn.registerdisney.go.com/v4/OneID.js — 200 — 134.1 KiB — 57 ms — h2https://goodmorningamerica.com/manifest.json/manifest.json https://goodmorningamerica.com/manifest.json — 404 — 345 B — 35 ms — h2https://s.abcnews.com/images/GMA/favicon-32x32.pngs.abcnews.com/images/GMA/favicon-32... https://s.abcnews.com/images/GMA/favicon-32x32.png — 200 — 1.5 KiB — 7 ms — h2https://cdn.registerdisney.go.com/v4/bundle/web/DATG-GOODMORNINGAMERICAWEB.WEB/en-US?cssOverride=https%3A%2F%2Fwww.goodmorningamerica.com%2Fstatic%2FgmaVue%2Fcss%2FoneId.css&logLevel=INFOcdn.registerdisney.go.com/v4/bundle... https://cdn.registerdisney.go.com/v4/bundle/web/DATG-GOODMORNINGAMERICAWEB.WEB/en-US?cssOverride=https%3A%2F%2Fwww.goodmorningamerica.com%2Fstatic%2FgmaVue%2Fcss%2FoneId.css&logLevel=INFO — 200 — 237.0 KiB — 16 ms — h2https://www.goodmorningamerica.com/responder?clientId=DATG-GOODMORNINGAMERICAWEB.WEB&environment=PRODwww.goodmorningamerica.com/responde... https://www.goodmorningamerica.com/responder?clientId=DATG-GOODMORNINGAMERICAWEB.WEB&environment=PROD — 200 — 658 B — 280 ms — h2https://www.google.com/recaptcha/enterprise.js?render=6LcizusZAAAAACBo-w1Uk2QWn8sPnvz-FX-1mObe&hl=enwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js?render=6LcizusZAAAAACBo-w1Uk2QWn8sPnvz-FX-1mObe&hl=en — 200 — 1.1 KiB — 70 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 215 ms — h2https://cdn.registerdisney.go.com/v4/responder.jscdn.registerdisney.go.com/v4/respon... https://cdn.registerdisney.go.com/v4/responder.js — 200 — 3.7 KiB — 3 ms — h2https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LcizusZAAAAACBo-w1Uk2QWn8sPnvz-FX-1mObe&co=aHR0cHM6Ly9jZG4ucmVnaXN0ZXJkaXNuZXkuZ28uY29tOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=olm1vg3no73gwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LcizusZAAAAACBo-w1Uk2QWn8sPnvz-FX-1mObe&co=aHR0cHM6Ly9jZG4ucmVnaXN0ZXJkaXNuZXkuZ28uY29tOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=olm1vg3no73g — 200 — 27.8 KiB — 61 ms — h3https://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 — 323 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 — 323 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/code/220668949fb1e1b96f5dc38c9e0eacfe.js?conditionId0=4924093dcf.espn.com/TWDC-DTCI/prod/code/22... https://dcf.espn.com/TWDC-DTCI/prod/code/220668949fb1e1b96f5dc38c9e0eacfe.js?conditionId0=4924093 — 200 — 79.7 KiB — 368 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 — 326 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/code/efdf0d4ee48eea78ee7f46a1547ee989.js?conditionId0=4924092dcf.espn.com/TWDC-DTCI/prod/code/ef... https://dcf.espn.com/TWDC-DTCI/prod/code/efdf0d4ee48eea78ee7f46a1547ee989.js?conditionId0=4924092 — 200 — 59.9 KiB — 332 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 — 325 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/code/61f4abe589b4816f26e75853bf5bd769.js?conditionId0=4924093dcf.espn.com/TWDC-DTCI/prod/code/61... https://dcf.espn.com/TWDC-DTCI/prod/code/61f4abe589b4816f26e75853bf5bd769.js?conditionId0=4924093 — 200 — 1.1 KiB — 325 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/code/d4d81534833a6b93300ce4b5e98e48c0.js?conditionId0=4924092dcf.espn.com/TWDC-DTCI/prod/code/d4... https://dcf.espn.com/TWDC-DTCI/prod/code/d4d81534833a6b93300ce4b5e98e48c0.js?conditionId0=4924092 — 200 — 6.8 KiB — 326 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 41.6 KiB — 80 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.7 KiB — 161 ms — h3https://secure.espncdn.com/i/espnicons/Symbol_Defs--v43.svgsecure.espncdn.com/i/espnicons/Symb... https://secure.espncdn.com/i/espnicons/Symbol_Defs--v43.svg — 200 — 70.8 KiB — 66 ms — h2https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 235 ms — h3https://cdn-gl.imrworldwide.com/conf/PD6675FA3-CCCD-496D-AC9A-FC7EAAC714E3.jscdn-gl.imrworldwide.com/conf/PD6675... https://cdn-gl.imrworldwide.com/conf/PD6675FA3-CCCD-496D-AC9A-FC7EAAC714E3.js — 200 — 6.8 KiB — 62 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 — 62.8 KiB — 91 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 — 81 ms — h2https://sb.scorecardresearch.com/cs/3000032/beacon.jssb.scorecardresearch.com/cs/3000032... https://sb.scorecardresearch.com/cs/3000032/beacon.js — 302 — 262 B — 59 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 11 ms — h3https://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=1776896403066disney.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=1776896403066 — 200 — 672 B — 133 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 — 33 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 — 31 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 — 9 ms — h2https://log.go.com/log?appid=DTCI-ONEID-UI&client_id=DATG-GOODMORNINGAMERICAWEB.WEB-PROD&sdk_version=web%204.4.279&lightbox_version=4.2.110&timestamp=1776896403076&action_name=log%3Aversion%3Amismatch&info=outer(4.4.279)%2Cinner(4.2.110)&conversation_id=2dac68af-9b52-4c53-b835-719ef54f2a13&swid=null&anon=truelog.go.com/log?appid=DTCI-ONEID-UI&... https://log.go.com/log?appid=DTCI-ONEID-UI&client_id=DATG-GOODMORNINGAMERICAWEB.WEB-PROD&sdk_version=web%204.4.279&lightbox_version=4.2.110&timestamp=1776896403076&action_name=log%3Aversion%3Amismatch&info=outer(4.4.279)%2Cinner(4.2.110)&conversation_id=2dac68af-9b52-4c53-b835-719ef54f2a13&swid=null&anon=true — 200 — 352 B — 320 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 — 12 ms — h2https://sb.scorecardresearch.com/b?c1=2&c2=3000032&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776896403094&ns_c=UTF-8&cs_cfg=1101110&c7=https%3A%2F%2Fgoodmorningamerica.com%2F&c8=GMA%20-%20Good%20Morning%20America&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=1776896403094&ns_c=UTF-8&cs_cfg=1101110&c7=https%3A%2F%2Fgoodmorningamerica.com%2F&c8=GMA%20-%20Good%20Morning%20America&c9= — 204 — 224 B — 32 ms — h2https://sdk.iad-06.braze.com/api/v3/data/sdk.iad-06.braze.com/api/v3/data/ https://sdk.iad-06.braze.com/api/v3/data/ — 204 — 0 B — 178 ms — h2https://sdk.iad-06.braze.com/api/v3/data/sdk.iad-06.braze.com/api/v3/data/ https://sdk.iad-06.braze.com/api/v3/data/ — 204 — 0 B — 174 ms — h2https://mab.chartbeat.com/mab_strategy/headline_testing/get_strategy/?host=goodmorningamerica.com&domain=goodmorningamerica.com&path=%2Fmab.chartbeat.com/mab_strategy/head... https://mab.chartbeat.com/mab_strategy/headline_testing/get_strategy/?host=goodmorningamerica.com&domain=goodmorningamerica.com&path=%2F — 200 — 522 B — 8 ms — h2https://ping.chartbeat.net/ping?h=goodmorningamerica.com&p=%2F&u=IfPyGCWfYDfl4Xel&d=goodmorningamerica.com&g=12240&g0=homepage&g1=No%20Author&n=1&f=00001&c=0&x=0&m=0&y=10076&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fgoodmorningamerica.com%2F&b=1151&t=CR7cAnBs1yhpJVwatCjLuZ_DhQeEY&V=150&i=GMA&tz=0&sn=1&sv=C2S0uMBSdeLDCKC1RIDTNDTv6grr&sr=external&sd=1&im=067bffff&_ping.chartbeat.net/ping?h=goodmorni... https://ping.chartbeat.net/ping?h=goodmorningamerica.com&p=%2F&u=IfPyGCWfYDfl4Xel&d=goodmorningamerica.com&g=12240&g0=homepage&g1=No%20Author&n=1&f=00001&c=0&x=0&m=0&y=10076&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fgoodmorningamerica.com%2F&b=1151&t=CR7cAnBs1yhpJVwatCjLuZ_DhQeEY&V=150&i=GMA&tz=0&sn=1&sv=C2S0uMBSdeLDCKC1RIDTNDTv6grr&sr=external&sd=1&im=067bffff&_ — 200 — 201 B — 333 ms — h2blob:https://goodmorningamerica.com/8465c96b-3eee-4a03-a4fb-5809518a4ad9goodmorningamerica.com/8465c96b-3ee... blob:https://goodmorningamerica.com/8465c96b-3eee-4a03-a4fb-5809518a4ad9 — 200 — -1 B — 32 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://sw88.go.com/id?d_visid_ver=5.5.0&d_fieldgroup=A&mcorgid=C7A21CFE532E6E920A490D45%40AdobeOrg&mid=33522220131936428741589932223263867614&d_coppa=true&ts=1776896403218sw88.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=33522220131936428741589932223263867614&d_coppa=true&ts=1776896403218 — 200 — 456 B — 70 ms — h2https://vision.fn-pz.com/v3/config/gma-webvision.fn-pz.com/v3/config/gma-web https://vision.fn-pz.com/v3/config/gma-web — 204 — 0 B — 300 ms — h2https://secure-dcr.imrworldwide.com/cgi-bin/gn?prd=session&c9=devid,&c13=asid,PD6675FA3-CCCD-496D-AC9A-FC7EAAC714E3&sessionId=4f9wmejljqvimc7ypg1sj5ztffrgo1776896403&c16=sdkv,bj.6.0.0&uoo=&fp_id=mj2kni2deiwvojezxyrhwdncuykkg1776896403&fp_cr_tm=1776896403190&fp_acc_tm=1776896403190&fp_emm_tm=1776896403190&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,PD6675FA3-CCCD-496D-AC9A-FC7EAAC714E3&sessionId=4f9wmejljqvimc7ypg1sj5ztffrgo1776896403&c16=sdkv,bj.6.0.0&uoo=&fp_id=mj2kni2deiwvojezxyrhwdncuykkg1776896403&fp_cr_tm=1776896403190&fp_acc_tm=1776896403190&fp_emm_tm=1776896403190&ve_id=&c30=bldv,6.0.0.747&uid2=&uid2_token=&hem_sha256=&hem_sha1=&hem_md5=&hem_unknown=&sdd=&retry=0 — 200 — 548 B — 117 ms — h2https://4f9wmejljqvimc7ypg1sj5ztffrgo1776896403.nuid.imrworldwide.com/4f9wmejljqvimc7ypg1sj5ztffrgo177689... https://4f9wmejljqvimc7ypg1sj5ztffrgo1776896403.nuid.imrworldwide.com/ — 200 — 351 B — 65 ms — h2https://sdk.iad-06.braze.com/api/v3/data/sdk.iad-06.braze.com/api/v3/data/ https://sdk.iad-06.braze.com/api/v3/data/ — 201 — 212 B — 125 ms — h2https://sw88.go.com/b/ss/wdgnewwdgnewgmaweb/1/JS-2.27.0/s77792227890183?AQB=1&ndh=1&pf=1&t=22%2F3%2F2026%2022%3A20%3A3%203%200&mid=33522220131936428741589932223263867614&aamlh=6&ce=UTF-8&pageName=gma%3Ahome&g=goodmorningamerica.com%2F&c.&ad_blocker=no&affiliate_name=none&app_version=2.0.0&canonical_url=goodmorningamerica.com%2F&client_time=1776896403056&content_type=homepage&device_platform=desktop&editorial_ad_keywords=none&editorial_ad_location=none&editorial_other_subjects=gma&envName=production&login_status=logged%20out&mvpd=none&network=gma&orientation=landscape&page_auto_refresh=false&page_name=gma%3Ahome&page_url=goodmorningamerica.com%2F&platform=web&portal=news&prev_page=none&prev_url=none&privacystate=GPC%3AOptIn&referrer=none&section1=homepage&section2=gma%3Ahomepage&site=gma&swid=none&userab_cookie=0&.c&server=gma&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/wdgnewwdgnewgmaweb... https://sw88.go.com/b/ss/wdgnewwdgnewgmaweb/1/JS-2.27.0/s77792227890183?AQB=1&ndh=1&pf=1&t=22%2F3%2F2026%2022%3A20%3A3%203%200&mid=33522220131936428741589932223263867614&aamlh=6&ce=UTF-8&pageName=gma%3Ahome&g=goodmorningamerica.com%2F&c.&ad_blocker=no&affiliate_name=none&app_version=2.0.0&canonical_url=goodmorningamerica.com%2F&client_time=1776896403056&content_type=homepage&device_platform=desktop&editorial_ad_keywords=none&editorial_ad_location=none&editorial_other_subjects=gma&envName=production&login_status=logged%20out&mvpd=none&network=gma&orientation=landscape&page_auto_refresh=false&page_name=gma%3Ahome&page_url=goodmorningamerica.com%2F&platform=web&portal=news&prev_page=none&prev_url=none&privacystate=GPC%3AOptIn&referrer=none&section1=homepage&section2=gma%3Ahomepage&site=gma&swid=none&userab_cookie=0&.c&server=gma&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 — 24 ms — h2https://sdk.iad-06.braze.com/api/v3/data/sdk.iad-06.braze.com/api/v3/data/ https://sdk.iad-06.braze.com/api/v3/data/ — 201 — 107 B — 134 ms — h2https://vision.fn-pz.com/v3/config/gma-webvision.fn-pz.com/v3/config/gma-web https://vision.fn-pz.com/v3/config/gma-web — 200 — 410 B — 294 ms — h2https://secure-dcr.imrworldwide.com/cgi-bin/gn?prd=dcr&ci=us-300437&ch=us-300437_c12_gmahome_P&asn=gmahome&fp_id=mj2kni2deiwvojezxyrhwdncuykkg1776896403&fp_cr_tm=1776896403190&fp_acc_tm=1776896403190&fp_emm_tm=1776896403190&ve_id=&sessionId=4f9wmejljqvimc7ypg1sj5ztffrgo1776896403&prv=1&c6=vc,c12&ca=NA&c13=asid,PD6675FA3-CCCD-496D-AC9A-FC7EAAC714E3&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,nl8e77rcggk8cnosrvrd7rkjxah4b1776896403&at=view&rt=text&c16=sdkv,bj.6.0.0&c27=cln,0&crs=&lat=&lon=&c29=plid,17768964031866901&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=gmahome&c3=st,c&c64=starttm,1776896404&adid=gmahome&c58=isLive,false&c59=sesid,&c61=createtm,1776896405&c63=pipMode,&uoo=&c68=bndlid,&nodeTM=&logTM=&c73=phtype,&c74=dvcnm,&c76=adbsnid,&c44=progen,&davty=0&si=https%3A%2F%2Fgoodmorningamerica.com%2F&c66=mediaurl,&sdd=&c62=sendTime,1776896405&rnd=456282secure-dcr.imrworldwide.com/cgi-bin... https://secure-dcr.imrworldwide.com/cgi-bin/gn?prd=dcr&ci=us-300437&ch=us-300437_c12_gmahome_P&asn=gmahome&fp_id=mj2kni2deiwvojezxyrhwdncuykkg1776896403&fp_cr_tm=1776896403190&fp_acc_tm=1776896403190&fp_emm_tm=1776896403190&ve_id=&sessionId=4f9wmejljqvimc7ypg1sj5ztffrgo1776896403&prv=1&c6=vc,c12&ca=NA&c13=asid,PD6675FA3-CCCD-496D-AC9A-FC7EAAC714E3&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,nl8e77rcggk8cnosrvrd7rkjxah4b1776896403&at=view&rt=text&c16=sdkv,bj.6.0.0&c27=cln,0&crs=&lat=&lon=&c29=plid,17768964031866901&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=gmahome&c3=st,c&c64=starttm,1776896404&adid=gmahome&c58=isLive,false&c59=sesid,&c61=createtm,1776896405&c63=pipMode,&uoo=&c68=bndlid,&nodeTM=&logTM=&c73=phtype,&c74=dvcnm,&c76=adbsnid,&c44=progen,&davty=0&si=https%3A%2F%2Fgoodmorningamerica.com%2F&c66=mediaurl,&sdd=&c62=sendTime,1776896405&rnd=456282 — 200 — 548 B — 119 ms — h2https://global.imrworldwide.com/cgi-bin/gn?prd=metadata&c9=devid,&c13=asid,PD6675FA3-CCCD-496D-AC9A-FC7EAAC714E3&sessionId=4f9wmejljqvimc7ypg1sj5ztffrgo1776896403&c30=bldv,6.0.0.747&pgUrl=https%3A%2F%2Fgoodmorningamerica.com%2F&pgTitle=GMA%20-%20Good%20Morning%20America&uoo=global.imrworldwide.com/cgi-bin/gn?... https://global.imrworldwide.com/cgi-bin/gn?prd=metadata&c9=devid,&c13=asid,PD6675FA3-CCCD-496D-AC9A-FC7EAAC714E3&sessionId=4f9wmejljqvimc7ypg1sj5ztffrgo1776896403&c30=bldv,6.0.0.747&pgUrl=https%3A%2F%2Fgoodmorningamerica.com%2F&pgTitle=GMA%20-%20Good%20Morning%20America&uoo= — 200 — 426 B — 344 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
79% of JavaScript execution is third-party
First-party Third-party 638ms · 554KB · €3/mo
cdn.abcotvs.net
Other
Optional
Execution 156ms
Transfer 0 KB
Monthly Cost €1/mo
Unattributable
Other
Optional
Execution 150ms
Transfer 0 KB
Monthly Cost €1/mo
dcf.espn.com
Other
Optional
Execution 88ms
Transfer 80 KB
Unused 76%
Monthly Cost €0/mo
cdn.abcotvs.net
Other
Optional
Execution 73ms
Transfer 0 KB
Monthly Cost €0/mo
cdn.abcotvs.net
Other
Optional
Execution 66ms
Transfer 222 KB
Unused 36%
Monthly Cost €0/mo
Google Tag Manager
Tag Manager
Optional
Execution 54ms
Transfer 137 KB
Unused 45%
Monthly Cost €0/mo
dcf.espn.com
Other
Optional
Execution 52ms
Transfer 116 KB
Unused 48%
Monthly Cost €0/mo

79% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

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