Skip to content
https://blip.tv

Performance

· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
75
GRADE
C
FIX
4
REVIEW
2
PASS
7
INFO
1

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

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

2.23 s

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

3.66 s

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

4 ms

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

0.016

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

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

4.36 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
14
7 PASS 2 REVIEW 4 FIX
F
Page Weight Budget
Action
3.6 MB transferred, 158 requests
FIX
3.6 MB transferred, 158 requests
Warning::
Page weighs 17.4 MB (3.6 MB transferred)
Warning::
JavaScript is 2.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.1 MB
Info::
CSS is 475 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 475 KB
Info::
Fonts are 270 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 270 KB
Warning::
158 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.76 g CO2 per page load
3.6 MB / 2.4 MB budget
3.6 MB transferred
158 requests
0.76 g CO2 per page load
JavaScript 2.1 MiB 58%
HTML 739.7 KiB 20%
CSS 474.8 KiB 13%
Fonts 269.7 KiB 7%
Images 64.2 KiB 2%
Other 4.2 KiB 0%
Other 1.2 KiB 0%
Other 475 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

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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (3.6 MiB of 3.6 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
Page Weight Inventory
Action
158 resources · 3.6 MB · 287 KB savings available
FIX
158 resources · 3.6 MB · 287 KB savings available
Warning::
Page weight 2.6 MB over 1MB target
Got: 3.6 MB Expected: ≤ 1 MB
Info::
~287 KB of savings available
Warning::
157 third-party resources (100% of weight)
Info::
3 resources over 200KB
158 resources · 3.6 MiB · 157 third-party 2.6 MiB over 1MB target
JavaScript 58% · 2.1 MiB
Document 20% · 739.9 KiB
CSS 13% · 474.8 KiB
Font 7% · 269.7 KiB
Image 2% · 68.2 KiB
Other 0% · 1.2 KiB

~287.0 KiB of savings available

Remove unused JavaScript: 287.0 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
29 images, 0 KB saveable
REVIEW
29 images, 0 KB saveable
Warning::
https://static-mh.content.disney.io/matterhorn/ass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://lumiere-a.akamaihd.net/v1/images/icon_soci... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://lumiere-a.akamaihd.net/v1/images/twitter_x... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://lumiere-a.akamaihd.net/v1/images/icon_soci... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://lumiere-a.akamaihd.net/v1/images/icon_soci... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://lumiere-a.akamaihd.net/v1/images/icon_soci... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
29 images 52 KB
0 oversized -0 KB
12 legacy format
6 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

C
JS Bundles
Action
54 scripts, 287 KB unused
REVIEW
54 scripts, 287 KB unused
Warning::
https://static-mh.content.disney.io/matterhorn/ass...: 118 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static-mh.content.disney.io/matterhorn/ass...: 118 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static-mh.content.disney.io/matterhorn/ass...: 51 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 287 KB
287 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://static-mh.content.disney.io/matterhorn/assets/modules/background_styles-0fd832d25c4e.js0 KB118 KB (38%)3rd
https://static-mh.content.disney.io/matterhorn/assets/modules/background_styles-0fd832d25c4e.js0 KB118 KB (38%)3rd
https://static-mh.content.disney.io/matterhorn/assets/modules/property-dbdc4d13378c.js7 KB51 KB (71%)3rd
https://static-mh.content.disney.io/matterhorn/assets/application-1b319f84436b.js76 KB3rd
https://dcf.espn.com/TWDC-DTCI/prod/code/3e00e82d9a5634cc893760754305128e.js?conditionId0=49296213 KB3rd
https://a.espncdn.com/players/web-player-bundle/5.5.24/espn-web-player-bundle.min.js190 KB3rd
https://static-mh.content.disney.io/matterhorn/assets/head-317bbeaeef25.js15 KB3rd
https://static-mh.content.disney.io/matterhorn/assets/modules/rich_image-a00d67a5ad0f.js2 KB3rd
https://static-mh.content.disney.io/matterhorn/assets/modules/flex_content_hero-3c591439291d.js17 KB3rd
https://static-mh.content.disney.io/matterhorn/assets/modules/flex_grid-1c28d91549ba.js11 KB3rd

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

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+
JS Execution Cost
No JS execution data
PASS
No JS execution data
Info::
No significant JS execution detected
A+
Font Loading
9 fonts (270 KB)
PASS
9 fonts (270 KB)
Info::
9 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

9

270 KB total

Render-blocking

0

of 9

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 2.2 s LCP 3.7 shttps://static-mh.content.disney.io/matterhorn/assets/matterhorn/sans/matterhorn-regular-eed88f0756d6.woffmatterhorn-regular-eed8... https://static-mh.content.disney.io/matterhorn/assets/matterhorn/sans/matterhorn-regular-eed88f0756d6.woff — 30.3 KiB — 76 ms — font-display: swaphttps://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Roman-0679a1b070d1.woffInspireTWDC-Roman-0679a... https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Roman-0679a1b070d1.woff — 31.4 KiB — 6 ms — font-display: swaphttps://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Black-0ed2e6f92809.woffInspireTWDC-Black-0ed2e... https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Black-0ed2e6f92809.woff — 30.2 KiB — 6 ms — font-display: swaphttps://static-mh.content.disney.io/matterhorn/assets/matterhorn/sans/matterhorn-regular-eed88f0756d6.woffmatterhorn-regular-eed8... https://static-mh.content.disney.io/matterhorn/assets/matterhorn/sans/matterhorn-regular-eed88f0756d6.woff — 30.3 KiB — 62 ms — font-display: swaphttps://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Roman-0679a1b070d1.woffInspireTWDC-Roman-0679a... https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Roman-0679a1b070d1.woff — 31.4 KiB — 5 ms — font-display: swaphttps://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Black-0ed2e6f92809.woffInspireTWDC-Black-0ed2e... https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Black-0ed2e6f92809.woff — 30.2 KiB — 5 ms — font-display: swaphttps://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Heavy-0457015efab9.woffInspireTWDC-Heavy-04570... https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Heavy-0457015efab9.woff — 30.9 KiB — 4 ms — font-display: swaphttps://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Italic-8e2a9d76e87c.woffInspireTWDC-Italic-8e2a... https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Italic-8e2a9d76e87c.woff — 31.6 KiB — 11 ms — font-display: swaphttps://static-mh.content.disney.io/matterhorn/assets/m4-b366701d6945.woffm4-b366701d6945.woff https://static-mh.content.disney.io/matterhorn/assets/m4-b366701d6945.woff — 23.4 KiB — 10 ms — font-display: swap
matterhorn-regular-eed8... woff swap
Size 30 KB
Load time 76 ms
Start 183 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
InspireTWDC-Roman-0679a... woff swap
Size 31 KB
Load time 6 ms
Start 681 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
InspireTWDC-Black-0ed2e... woff swap
Size 30 KB
Load time 6 ms
Start 735 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
matterhorn-regular-eed8... woff swap
Size 30 KB
Load time 62 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
InspireTWDC-Roman-0679a... woff swap
Size 31 KB
Load time 5 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
InspireTWDC-Black-0ed2e... woff swap
Size 30 KB
Load time 5 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
InspireTWDC-Heavy-04570... woff swap
Size 31 KB
Load time 4 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
InspireTWDC-Italic-8e2a... woff swap
Size 32 KB
Load time 11 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
m4-b366701d6945.woff woff swap
Size 23 KB
Load time 10 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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 ~81 KB and ~162 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+
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

Network Waterfall
158 requests over 32681ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s FCP 2.2 s LCP 3.7 shttps://blip.tv// https://blip.tv/ — 301 — 194 B — 79 ms — h2https://www.disney.com/www.disney.com/ https://www.disney.com/ — 200 — 75.7 KiB — 111 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 — 348 ms — h2https://static-mh.content.disney.io/matterhorn/assets/jquery-dc8b911876ec.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/jquery-dc8b911876ec.js — 200 — 31.4 KiB — 86 ms — h2https://static-mh.content.disney.io/matterhorn/assets/matterhorn/sans/matterhorn-regular-eed88f0756d6.woffstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/matterhorn/sans/matterhorn-regular-eed88f0756d6.woff — 200 — 30.3 KiB — 76 ms — h2https://static-mh.content.disney.io/matterhorn/assets/application-50b5947c6f39.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/application-50b5947c6f39.css — 200 — 55.2 KiB — 77 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/background_styles-1903f7131478.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/background_styles-1903f7131478.css — 200 — 751 B — 57 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/property-164d32a58e85.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/property-164d32a58e85.css — 200 — 2.3 KiB — 85 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/rich_image-7ac318d6c07a.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/rich_image-7ac318d6c07a.css — 200 — 1.3 KiB — 63 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/flex_content_hero-5e83dd58e3ac.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/flex_content_hero-5e83dd58e3ac.css — 200 — 5.7 KiB — 64 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/flex_grid-f897e0901675.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/flex_grid-f897e0901675.css — 200 — 27.5 KiB — 74 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/rich_text-aac3153a7742.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/rich_text-aac3153a7742.css — 200 — 1.7 KiB — 68 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/rich_image-2e839cec85d4.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/rich_image-2e839cec85d4.css — 200 — 790 B — 71 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/flex_content_hero-833d1ccc32c9.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/flex_content_hero-833d1ccc32c9.css — 200 — 8.5 KiB — 73 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/flex_grid-f17386088f20.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/flex_grid-f17386088f20.css — 200 — 8.9 KiB — 73 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/rich_text-532b5e51d17a.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/rich_text-532b5e51d17a.css — 200 — 5.4 KiB — 71 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/application-3403f7d29806.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/application-3403f7d29806.css — 200 — 10.6 KiB — 80 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/disneyuschrome-a2b75e306208.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/disneyuschrome-a2b75e306208.css — 200 — 17.4 KiB — 77 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/disneyuschrome-desktop-e34d2438f086.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/disneyuschrome-desktop-e34d2438f086.css — 200 — 10.4 KiB — 78 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/lib/incredibles_search-24807f0c54c2.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/lib/incredibles_search-24807f0c54c2.css — 200 — 3.3 KiB — 76 ms — h2https://static-mh.content.disney.io/matterhorn/assets/head-317bbeaeef25.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/head-317bbeaeef25.js — 200 — 15.2 KiB — 57 ms — h2https://a.espncdn.com/players/web-player-bundle/5.5.24/espn-web-player-bundle.min.jsa.espncdn.com/players/web-player-bu... https://a.espncdn.com/players/web-player-bundle/5.5.24/espn-web-player-bundle.min.js — 200 — 190.3 KiB — 71 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/disney_logo_dark@2x-45d70f7dd57b.pngstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/disney_logo_dark@2x-45d70f7dd57b.png — 200 — 4.7 KiB — 30 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/inc-search-input-icon-blue-331475a2cf98.svgstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/inc-search-input-icon-blue-331475a2cf98.svg — 200 — 907 B — 30 ms — h2https://static-mh.content.disney.io/matterhorn/assets/application-1b319f84436b.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/application-1b319f84436b.js — 200 — 75.4 KiB — 15 ms — h3https://static-mh.content.disney.io/matterhorn/assets/modules/background_styles-0fd832d25c4e.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/background_styles-0fd832d25c4e.js — 200 — 443 B — 14 ms — h3https://static-mh.content.disney.io/matterhorn/assets/modules/property-dbdc4d13378c.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/property-dbdc4d13378c.js — 200 — 7.2 KiB — 4 ms — h3https://static-mh.content.disney.io/matterhorn/assets/modules/rich_image-a00d67a5ad0f.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/rich_image-a00d67a5ad0f.js — 200 — 1.6 KiB — 6 ms — h3https://static-mh.content.disney.io/matterhorn/assets/modules/flex_content_hero-3c591439291d.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/flex_content_hero-3c591439291d.js — 200 — 16.8 KiB — 5 ms — h3https://static-mh.content.disney.io/matterhorn/assets/modules/flex_grid-1c28d91549ba.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/flex_grid-1c28d91549ba.js — 200 — 11.4 KiB — 5 ms — h3
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s FCP 2.2 s LCP 3.7 shttps://blip.tv// https://blip.tv/ — 301 — 194 B — 79 ms — h2https://www.disney.com/www.disney.com/ https://www.disney.com/ — 200 — 75.7 KiB — 111 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 — 348 ms — h2https://static-mh.content.disney.io/matterhorn/assets/jquery-dc8b911876ec.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/jquery-dc8b911876ec.js — 200 — 31.4 KiB — 86 ms — h2https://static-mh.content.disney.io/matterhorn/assets/matterhorn/sans/matterhorn-regular-eed88f0756d6.woffstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/matterhorn/sans/matterhorn-regular-eed88f0756d6.woff — 200 — 30.3 KiB — 76 ms — h2https://static-mh.content.disney.io/matterhorn/assets/application-50b5947c6f39.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/application-50b5947c6f39.css — 200 — 55.2 KiB — 77 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/background_styles-1903f7131478.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/background_styles-1903f7131478.css — 200 — 751 B — 57 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/property-164d32a58e85.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/property-164d32a58e85.css — 200 — 2.3 KiB — 85 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/rich_image-7ac318d6c07a.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/rich_image-7ac318d6c07a.css — 200 — 1.3 KiB — 63 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/flex_content_hero-5e83dd58e3ac.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/flex_content_hero-5e83dd58e3ac.css — 200 — 5.7 KiB — 64 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/flex_grid-f897e0901675.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/flex_grid-f897e0901675.css — 200 — 27.5 KiB — 74 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/rich_text-aac3153a7742.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/rich_text-aac3153a7742.css — 200 — 1.7 KiB — 68 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/rich_image-2e839cec85d4.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/rich_image-2e839cec85d4.css — 200 — 790 B — 71 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/flex_content_hero-833d1ccc32c9.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/flex_content_hero-833d1ccc32c9.css — 200 — 8.5 KiB — 73 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/flex_grid-f17386088f20.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/flex_grid-f17386088f20.css — 200 — 8.9 KiB — 73 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/rich_text-532b5e51d17a.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/rich_text-532b5e51d17a.css — 200 — 5.4 KiB — 71 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/application-3403f7d29806.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/application-3403f7d29806.css — 200 — 10.6 KiB — 80 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/disneyuschrome-a2b75e306208.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/disneyuschrome-a2b75e306208.css — 200 — 17.4 KiB — 77 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/disneyuschrome-desktop-e34d2438f086.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/disneyuschrome-desktop-e34d2438f086.css — 200 — 10.4 KiB — 78 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/lib/incredibles_search-24807f0c54c2.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/lib/incredibles_search-24807f0c54c2.css — 200 — 3.3 KiB — 76 ms — h2https://static-mh.content.disney.io/matterhorn/assets/head-317bbeaeef25.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/head-317bbeaeef25.js — 200 — 15.2 KiB — 57 ms — h2https://a.espncdn.com/players/web-player-bundle/5.5.24/espn-web-player-bundle.min.jsa.espncdn.com/players/web-player-bu... https://a.espncdn.com/players/web-player-bundle/5.5.24/espn-web-player-bundle.min.js — 200 — 190.3 KiB — 71 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/disney_logo_dark@2x-45d70f7dd57b.pngstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/disney_logo_dark@2x-45d70f7dd57b.png — 200 — 4.7 KiB — 30 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/inc-search-input-icon-blue-331475a2cf98.svgstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/inc-search-input-icon-blue-331475a2cf98.svg — 200 — 907 B — 30 ms — h2https://static-mh.content.disney.io/matterhorn/assets/application-1b319f84436b.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/application-1b319f84436b.js — 200 — 75.4 KiB — 15 ms — h3https://static-mh.content.disney.io/matterhorn/assets/modules/background_styles-0fd832d25c4e.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/background_styles-0fd832d25c4e.js — 200 — 443 B — 14 ms — h3https://static-mh.content.disney.io/matterhorn/assets/modules/property-dbdc4d13378c.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/property-dbdc4d13378c.js — 200 — 7.2 KiB — 4 ms — h3https://static-mh.content.disney.io/matterhorn/assets/modules/rich_image-a00d67a5ad0f.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/rich_image-a00d67a5ad0f.js — 200 — 1.6 KiB — 6 ms — h3https://static-mh.content.disney.io/matterhorn/assets/modules/flex_content_hero-3c591439291d.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/flex_content_hero-3c591439291d.js — 200 — 16.8 KiB — 5 ms — h3https://static-mh.content.disney.io/matterhorn/assets/modules/flex_grid-1c28d91549ba.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/flex_grid-1c28d91549ba.js — 200 — 11.4 KiB — 5 ms — h3https://static-mh.content.disney.io/matterhorn/assets/modules/rich_text-17d07470cfda.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/rich_text-17d07470cfda.js — 200 — 6.3 KiB — 4 ms — h3https://cdn.registerdisney.go.com/v4/OneID.jscdn.registerdisney.go.com/v4/OneID.... https://cdn.registerdisney.go.com/v4/OneID.js — 200 — 134.1 KiB — 43 ms — h2https://www.disney.com/akam/13/7b38a7dbwww.disney.com/akam/13/7b38a7db https://www.disney.com/akam/13/7b38a7db — 200 — 9.4 KiB — 164 ms — h2https://static-mh.content.disney.io/matterhorn/assets/logos/disney_logo_dark-baa807690db7.pngstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/logos/disney_logo_dark-baa807690db7.png — 200 — 2.5 KiB — 4 ms — h3https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 141 ms — https://cdn.espn.com/onetrust/otCCPAiab.jscdn.espn.com/onetrust/otCCPAiab.js https://cdn.espn.com/onetrust/otCCPAiab.js — 200 — 6.9 KiB — 49 ms — h2https://static-mh.content.disney.io/matterhorn/assets/application-50b5947c6f39.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/application-50b5947c6f39.css — 200 — 0 B — 3 ms — h2https://a.dilcdn.com/g/domains/www.disney.com.jsa.dilcdn.com/g/domains/www.disney.c... https://a.dilcdn.com/g/domains/www.disney.com.js — 200 — 226 B — 38 ms — h2https://a.espncdn.com/players/web-player-bundle/5.5.24/espn-web-player-bundle.cssa.espncdn.com/players/web-player-bu... https://a.espncdn.com/players/web-player-bundle/5.5.24/espn-web-player-bundle.css — 200 — 46.6 KiB — 12 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/disneyuschrome-0dfb00f3aea6.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/disneyuschrome-0dfb00f3aea6.js — 200 — 9.3 KiB — 10 ms — h3https://tredir.go.com/capmon/GetDE/?set=j&param=geo&raw=truetredir.go.com/capmon/GetDE/?set=j&p... https://tredir.go.com/capmon/GetDE/?set=j&param=geo&raw=true — 200 — 365 B — 300 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/disneyuschrome-mobile-39fc724540e9.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/disneyuschrome-mobile-39fc724540e9.css — 200 — 6.7 KiB — 9 ms — h3https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Roman-0679a1b070d1.woffstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Roman-0679a1b070d1.woff — 200 — 31.4 KiB — 6 ms — h2https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Black-0ed2e6f92809.woffstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Black-0ed2e6f92809.woff — 200 — 30.2 KiB — 6 ms — h3https://static-mh.content.disney.io/matterhorn/assets/utility/social/social_modal_sprite-a5edf581acbd.pngstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/utility/social/social_modal_sprite-a5edf581acbd.png — 200 — 4.9 KiB — 3 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAACWCAYAAABkW7XSAAAQAElEQVR4AeycCZhUxbXHT3UPMwg4q…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAACWCAYAAABkW7XSAAAQAElEQVR4AeycCZhUxbXHT3UPMwg4q… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACGFjVEwAAAABAAAAAcMq2TYAAAANS…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACGFjVEwAAAABAAAAAcMq2TYAAAANS… — 200 — 0 B — 0 ms — datahttps://www.googletagservices.com/tag/js/gpt.jswww.googletagservices.com/tag/js/gp... https://www.googletagservices.com/tag/js/gpt.js — 200 — 34.1 KiB — 127 ms — h2https://cdn.registerdisney.go.com/v4/bundle/web/DTCI-MATTERHORN.DCOM.WEB/en-US?logLevel=INFOcdn.registerdisney.go.com/v4/bundle... https://cdn.registerdisney.go.com/v4/bundle/web/DTCI-MATTERHORN.DCOM.WEB/en-US?logLevel=INFO — 200 — 646 B — 7 ms — h2https://www.disney.com/_did/?clientId=DTCI-MATTERHORN.DCOM.WEB&environment=PRODwww.disney.com/_did/?clientId=DTCI-... https://www.disney.com/_did/?clientId=DTCI-MATTERHORN.DCOM.WEB&environment=PROD — 200 — 612 B — 134 ms — h3data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw== — 200 — 0 B — 1 ms — datahttps://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097963securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097963 — -1 — 0 B — 0 ms — https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — -1 — 0 B — 0 ms — http://www.disney.fr/www.disney.fr/ http://www.disney.fr/ — 307 — 0 B — 11 ms — http/1.1https://www.disney.fr/www.disney.fr/ https://www.disney.fr/ — 200 — 50.6 KiB — 73 ms — h2https://www.disney.com/akam/13/7b38a7dbwww.disney.com/akam/13/7b38a7db https://www.disney.com/akam/13/7b38a7db — 304 — 16 B — 7 ms — h3https://lumiere-a.akamaihd.net/v1/images/eu_thedevilwearsprada2_hero_c264a71c.jpeg?region=0,0,3200,1372lumiere-a.akamaihd.net/v1/images/eu... https://lumiere-a.akamaihd.net/v1/images/eu_thedevilwearsprada2_hero_c264a71c.jpeg?region=0,0,3200,1372 — -1 — 0 B — 168 ms — https://lumiere-a.akamaihd.net/v1/images/icon_social_facebook_dark_9d7616bf.svg?region=0,0,32,32lumiere-a.akamaihd.net/v1/images/ic... https://lumiere-a.akamaihd.net/v1/images/icon_social_facebook_dark_9d7616bf.svg?region=0,0,32,32 — -1 — 0 B — 100 ms — https://lumiere-a.akamaihd.net/v1/images/icon_social_instagram_dark_b5f8e532.svg?region=0,0,32,32lumiere-a.akamaihd.net/v1/images/ic... https://lumiere-a.akamaihd.net/v1/images/icon_social_instagram_dark_b5f8e532.svg?region=0,0,32,32 — -1 — 0 B — 107 ms — https://lumiere-a.akamaihd.net/v1/images/twitter_x_logo_ff25ea4d.svg?region=0,0,32,32lumiere-a.akamaihd.net/v1/images/tw... https://lumiere-a.akamaihd.net/v1/images/twitter_x_logo_ff25ea4d.svg?region=0,0,32,32 — -1 — 0 B — 121 ms — https://lumiere-a.akamaihd.net/v1/images/icon_social_pinterest_dark_aa86ec65.svg?region=0,0,32,32lumiere-a.akamaihd.net/v1/images/ic... https://lumiere-a.akamaihd.net/v1/images/icon_social_pinterest_dark_aa86ec65.svg?region=0,0,32,32 — -1 — 0 B — 142 ms — https://lumiere-a.akamaihd.net/v1/images/icon_social_youtube_dark_6136d901.svg?region=0,0,32,32lumiere-a.akamaihd.net/v1/images/ic... https://lumiere-a.akamaihd.net/v1/images/icon_social_youtube_dark_6136d901.svg?region=0,0,32,32 — -1 — 0 B — 219 ms — https://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 — 229 ms — h2https://static-mh.content.disney.io/matterhorn/assets/jquery-dc8b911876ec.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/jquery-dc8b911876ec.js — 200 — 31.4 KiB — 66 ms — h2https://static-mh.content.disney.io/matterhorn/assets/matterhorn/sans/matterhorn-regular-eed88f0756d6.woffstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/matterhorn/sans/matterhorn-regular-eed88f0756d6.woff — 200 — 30.3 KiB — 62 ms — h2https://static-mh.content.disney.io/matterhorn/assets/application-50b5947c6f39.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/application-50b5947c6f39.css — 200 — 55.2 KiB — 55 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/background_styles-1903f7131478.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/background_styles-1903f7131478.css — 200 — 728 B — 32 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/flex_content_hero-5e83dd58e3ac.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/flex_content_hero-5e83dd58e3ac.css — 200 — 5.7 KiB — 32 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/flex_grid-f897e0901675.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/flex_grid-f897e0901675.css — 200 — 27.5 KiB — 32 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/rich_text-aac3153a7742.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/rich_text-aac3153a7742.css — 200 — 1.7 KiB — 31 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/slider-d5abb621a29a.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/slider-d5abb621a29a.css — 200 — 4.3 KiB — 27 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/flex_content_hero-833d1ccc32c9.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/flex_content_hero-833d1ccc32c9.css — 200 — 8.5 KiB — 31 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/flex_grid-f17386088f20.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/flex_grid-f17386088f20.css — 200 — 8.9 KiB — 43 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/rich_text-532b5e51d17a.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/rich_text-532b5e51d17a.css — 200 — 5.4 KiB — 48 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/slider-f292fef4dd50.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/modules/slider-f292fef4dd50.css — 200 — 4.5 KiB — 40 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/application-3403f7d29806.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/incredibles/application-3403f7d29806.css — 200 — 10.6 KiB — 32 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/disneyuschrome-a2b75e306208.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/disneyuschrome-a2b75e306208.css — 200 — 17.4 KiB — 54 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/disneyuschrome-desktop-e34d2438f086.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/disneyuschrome-desktop-e34d2438f086.css — 200 — 10.4 KiB — 38 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/lib/incredibles_search-24807f0c54c2.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/lib/incredibles_search-24807f0c54c2.css — 200 — 3.3 KiB — 44 ms — h2https://static-mh.content.disney.io/matterhorn/assets/head-317bbeaeef25.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/head-317bbeaeef25.js — 200 — 15.2 KiB — 49 ms — h2https://a.espncdn.com/players/web-player-bundle/5.5.24/espn-web-player-bundle.min.jsa.espncdn.com/players/web-player-bu... https://a.espncdn.com/players/web-player-bundle/5.5.24/espn-web-player-bundle.min.js — 200 — 190.3 KiB — 65 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/disney_logo_dark@2x-45d70f7dd57b.pngstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/disney_logo_dark@2x-45d70f7dd57b.png — 200 — 4.7 KiB — 30 ms — h2https://static-mh.content.disney.io/matterhorn/assets/application-1b319f84436b.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/application-1b319f84436b.js — 200 — 76.0 KiB — 31 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/background_styles-0fd832d25c4e.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/background_styles-0fd832d25c4e.js — 200 — 443 B — 4 ms — h3https://static-mh.content.disney.io/matterhorn/assets/modules/flex_content_hero-3c591439291d.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/flex_content_hero-3c591439291d.js — 200 — 16.8 KiB — 3 ms — h3https://static-mh.content.disney.io/matterhorn/assets/modules/flex_grid-1c28d91549ba.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/flex_grid-1c28d91549ba.js — 200 — 11.4 KiB — 3 ms — h3https://static-mh.content.disney.io/matterhorn/assets/modules/rich_text-17d07470cfda.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/rich_text-17d07470cfda.js — 200 — 6.3 KiB — 5 ms — h3https://static-mh.content.disney.io/matterhorn/assets/modules/slider-f6eec86a9714.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/slider-f6eec86a9714.js — 200 — 15.7 KiB — 4 ms — h3https://cdn.registerdisney.go.com/v4/OneID.jscdn.registerdisney.go.com/v4/OneID.... https://cdn.registerdisney.go.com/v4/OneID.js — 200 — 134.1 KiB — 10 ms — h2https://www.disney.fr/akam/13/427b0266www.disney.fr/akam/13/427b0266 https://www.disney.fr/akam/13/427b0266 — 200 — 9.4 KiB — 9 ms — h2https://static-mh.content.disney.io/matterhorn/assets/logos/disney_logo_dark-baa807690db7.pngstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/logos/disney_logo_dark-baa807690db7.png — 200 — 2.4 KiB — 4 ms — h3https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 83 ms — https://static-mh.content.disney.io/matterhorn/assets/application-50b5947c6f39.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/application-50b5947c6f39.css — 200 — 0 B — 8 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/disneyuschrome-mobile-39fc724540e9.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/disneyuschrome-mobile-39fc724540e9.css — 200 — 6.7 KiB — 4 ms — h3https://a.dilcdn.com/g/domains/www.disney.fr.jsa.dilcdn.com/g/domains/www.disney.f... https://a.dilcdn.com/g/domains/www.disney.fr.js — 200 — 225 B — 25 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/disneyuschrome-0dfb00f3aea6.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/disneyuschrome-0dfb00f3aea6.js — 200 — 9.3 KiB — 4 ms — h3https://a.espncdn.com/players/web-player-bundle/5.5.24/espn-web-player-bundle.cssa.espncdn.com/players/web-player-bu... https://a.espncdn.com/players/web-player-bundle/5.5.24/espn-web-player-bundle.css — 200 — 46.6 KiB — 9 ms — h2https://tredir.go.com/capmon/GetDE/?set=j&param=geo&raw=truetredir.go.com/capmon/GetDE/?set=j&p... https://tredir.go.com/capmon/GetDE/?set=j&param=geo&raw=true — 200 — 365 B — 301 ms — h2https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Roman-0679a1b070d1.woffstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Roman-0679a1b070d1.woff — 200 — 31.4 KiB — 5 ms — h2https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Black-0ed2e6f92809.woffstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Black-0ed2e6f92809.woff — 200 — 30.2 KiB — 5 ms — h3https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Heavy-0457015efab9.woffstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Heavy-0457015efab9.woff — 200 — 30.9 KiB — 4 ms — h3https://static-mh.content.disney.io/matterhorn/assets/utility/social/social_modal_sprite-a5edf581acbd.pngstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/utility/social/social_modal_sprite-a5edf581acbd.png — 200 — 4.9 KiB — 14 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAACWCAYAAABkW7XSAAAQAElEQVR4AeycCZhUxbXHT3UPMwg4q…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAACWCAYAAABkW7XSAAAQAElEQVR4AeycCZhUxbXHT3UPMwg4q… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACGFjVEwAAAABAAAAAcMq2TYAAAANS…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACGFjVEwAAAABAAAAAcMq2TYAAAANS… — 200 — 0 B — 0 ms — datahttps://dcf.espn.com/privacy/v1/b/b.rnc?n=0&c=2750&i=6vgp13&p=prod&s=364&d=8EZ7InZlcnNpb24iOiIxLjAuMCIsImdhdGV3YXkiOiIyLjMuODAyIiwiY2xpZW50SWQiOjI3NTAsInB1Ymxpc2hQYXRoIjoicHJvZCIsImluc3RhbmNlJwDwFCI2dmdwMTMiLCJwYWNrZXQiOjAsIm1vZGUiOiJlbmZvcmNlVwDwKG9va2llcyI6e30sImVudmlyb25tZW50IjoiTWF0dGVyaG9ybiBHRFBSIE5vbklBQiIsImRvY3UkAPIUUmVmZXJyZXIiOiIiLCJyZXF1ZXN0cyI6W3siZGVzdGluYXTYAGAiLCJ0eXB5APAPYmlsbGluZyIsInN0YXJ0IjoxNzc2ODkwODIzMzE0ggCgZCI6LTEsInNvdaEAAVoAZHN0YXR1c2YAQGFzb25lAIFdLCJkYXRhUKYABBIAwmxpc3QiOltdLCJpZF0AwDg5MDgyMzMxNH1dfQdcf.espn.com/privacy/v1/b/b.rnc?n=0... https://dcf.espn.com/privacy/v1/b/b.rnc?n=0&c=2750&i=6vgp13&p=prod&s=364&d=8EZ7InZlcnNpb24iOiIxLjAuMCIsImdhdGV3YXkiOiIyLjMuODAyIiwiY2xpZW50SWQiOjI3NTAsInB1Ymxpc2hQYXRoIjoicHJvZCIsImluc3RhbmNlJwDwFCI2dmdwMTMiLCJwYWNrZXQiOjAsIm1vZGUiOiJlbmZvcmNlVwDwKG9va2llcyI6e30sImVudmlyb25tZW50IjoiTWF0dGVyaG9ybiBHRFBSIE5vbklBQiIsImRvY3UkAPIUUmVmZXJyZXIiOiIiLCJyZXF1ZXN0cyI6W3siZGVzdGluYXTYAGAiLCJ0eXB5APAPYmlsbGluZyIsInN0YXJ0IjoxNzc2ODkwODIzMzE0ggCgZCI6LTEsInNvdaEAAVoAZHN0YXR1c2YAQGFzb25lAIFdLCJkYXRhUKYABBIAwmxpc3QiOltdLCJpZF0AwDg5MDgyMzMxNH1dfQ — 204 — 106 B — 34 ms — h2https://lumiere-a.akamaihd.net/v1/images/eu_thedevilwearsprada2_hero_c264a71c.jpeg?region=0,0,3200,1372&width=1536lumiere-a.akamaihd.net/v1/images/eu... https://lumiere-a.akamaihd.net/v1/images/eu_thedevilwearsprada2_hero_c264a71c.jpeg?region=0,0,3200,1372&width=1536 — -1 — 0 B — 18 ms — https://static-mh.content.disney.io/matterhorn/assets/videoplayer-ec87f9f5f122.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/videoplayer-ec87f9f5f122.js — 200 — 6.7 KiB — 5 ms — h3https://cdn.registerdisney.go.com/v4/bundle/web/WDI-DISNEY.FR.DEFAULT.WEB/fr-FR?logLevel=INFOcdn.registerdisney.go.com/v4/bundle... https://cdn.registerdisney.go.com/v4/bundle/web/WDI-DISNEY.FR.DEFAULT.WEB/fr-FR?logLevel=INFO — 200 — 583.8 KiB — 65 ms — h2data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw== — 200 — 0 B — 0 ms — datahttps://www.disney.fr/_did/?clientId=WDI-DISNEY.FR.DEFAULT.WEB&environment=PRODwww.disney.fr/_did/?clientId=WDI-DI... https://www.disney.fr/_did/?clientId=WDI-DISNEY.FR.DEFAULT.WEB&environment=PROD — 301 — 15 B — 27 ms — h3https://static-mh.content.disney.io/matterhorn/assets/videoplayer-10bd63bd9a77.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/videoplayer-10bd63bd9a77.css — 200 — 2.5 KiB — 6 ms — h3https://www.disney.fr/_did?clientId=WDI-DISNEY.FR.DEFAULT.WEB&environment=PRODwww.disney.fr/_did?clientId=WDI-DIS... https://www.disney.fr/_did?clientId=WDI-DISNEY.FR.DEFAULT.WEB&environment=PROD — 200 — 610 B — 167 ms — h3data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNzAgNzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d…data:image/svg+xml;base64,PHN2ZyB2a... data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNzAgNzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d… — 200 — 0 B — 0 ms — datahttps://static-mh.content.disney.io/matterhorn/assets/utility/arrows/slider_arrow-227a2c578bf7.svgstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/utility/arrows/slider_arrow-227a2c578bf7.svg — 200 — 793 B — 3 ms — h3https://dcf.espn.com/TWDC-DTCI/prod/serverComponent.php?namespace=Bootstrapper&staticJsPath=/TWDC-DTCI/prod/code/&ClientID=2750&PageID=https%3A%2F%2Fwww.disney.fr%2F%3Fcds%3Dn%26country%3Dxx%26region%3Dgdpr%26gpc%3Dxx%26shouldFire%3Dy%26nAsyncNgeo%3Dn%26portal%3Dmatterhorn%26site%3Dwww.disney.fr%26siteRegion%3Demea%26realHost%3Dwww.disney.fr%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%2Fwww.disney.fr%2F%3Fcds%3Dn%26country%3Dxx%26region%3Dgdpr%26gpc%3Dxx%26shouldFire%3Dy%26nAsyncNgeo%3Dn%26portal%3Dmatterhorn%26site%3Dwww.disney.fr%26siteRegion%3Demea%26realHost%3Dwww.disney.fr%26kpTlium%3Dn%26eventStep%3Dnon-ecom&custDomain=dcf.espn.com — 200 — 726 B — 436 ms — h2https://lumiere-a.akamaihd.net/v1/images/devil_wears_prada_2_fre-logo_r_9bece1b9.png?region=0,0,934,592lumiere-a.akamaihd.net/v1/images/de... https://lumiere-a.akamaihd.net/v1/images/devil_wears_prada_2_fre-logo_r_9bece1b9.png?region=0,0,934,592 — -1 — 0 B — 27 ms — https://lumiere-a.akamaihd.net/v1/images/icon_social_facebook_dark_9d7616bf.svg?region=0,0,32,32lumiere-a.akamaihd.net/v1/images/ic... https://lumiere-a.akamaihd.net/v1/images/icon_social_facebook_dark_9d7616bf.svg?region=0,0,32,32 — -1 — 0 B — 63 ms — https://lumiere-a.akamaihd.net/v1/images/icon_social_instagram_dark_b5f8e532.svg?region=0,0,32,32lumiere-a.akamaihd.net/v1/images/ic... https://lumiere-a.akamaihd.net/v1/images/icon_social_instagram_dark_b5f8e532.svg?region=0,0,32,32 — -1 — 0 B — 63 ms — https://lumiere-a.akamaihd.net/v1/images/twitter_x_logo_ff25ea4d.svg?region=0,0,32,32lumiere-a.akamaihd.net/v1/images/tw... https://lumiere-a.akamaihd.net/v1/images/twitter_x_logo_ff25ea4d.svg?region=0,0,32,32 — -1 — 0 B — 63 ms — https://lumiere-a.akamaihd.net/v1/images/icon_social_pinterest_dark_aa86ec65.svg?region=0,0,32,32lumiere-a.akamaihd.net/v1/images/ic... https://lumiere-a.akamaihd.net/v1/images/icon_social_pinterest_dark_aa86ec65.svg?region=0,0,32,32 — -1 — 0 B — 62 ms — https://lumiere-a.akamaihd.net/v1/images/icon_social_youtube_dark_6136d901.svg?region=0,0,32,32lumiere-a.akamaihd.net/v1/images/ic... https://lumiere-a.akamaihd.net/v1/images/icon_social_youtube_dark_6136d901.svg?region=0,0,32,32 — -1 — 0 B — 62 ms — https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Italic-8e2a9d76e87c.woffstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/InspireTWDC-Italic-8e2a9d76e87c.woff — 200 — 31.6 KiB — 11 ms — h3https://static-mh.content.disney.io/matterhorn/assets/m4-b366701d6945.woffstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/m4-b366701d6945.woff — 200 — 23.4 KiB — 10 ms — h3https://static-mh.content.disney.io/matterhorn/assets/goc/nav-logo-dark-b74cdebe79d4.pngstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/nav-logo-dark-b74cdebe79d4.png — 200 — 2.6 KiB — 8 ms — h3https://lumiere-a.akamaihd.net/v1/images/fr_dlp-adventure-world_po_r_5437465f.jpeg?region=0,0,800,920&width=320lumiere-a.akamaihd.net/v1/images/fr... https://lumiere-a.akamaihd.net/v1/images/fr_dlp-adventure-world_po_r_5437465f.jpeg?region=0,0,800,920&width=320 — -1 — 0 B — 28 ms — https://lumiere-a.akamaihd.net/v1/images/eu_orangutan_po_r_fd141057.jpeg?region=0,0,800,920&width=320lumiere-a.akamaihd.net/v1/images/eu... https://lumiere-a.akamaihd.net/v1/images/eu_orangutan_po_r_fd141057.jpeg?region=0,0,800,920&width=320 — -1 — 0 B — 21 ms — https://lumiere-a.akamaihd.net/v1/images/ds_ballet-dolls_po_d22239f0.jpeg?region=0,0,800,920&width=320lumiere-a.akamaihd.net/v1/images/ds... https://lumiere-a.akamaihd.net/v1/images/ds_ballet-dolls_po_d22239f0.jpeg?region=0,0,800,920&width=320 — -1 — 0 B — 24 ms — https://lumiere-a.akamaihd.net/v1/images/wdw_q3_updates_fy26_po_r_fc4a0bed.jpeg?region=0,0,800,920&width=320lumiere-a.akamaihd.net/v1/images/wd... https://lumiere-a.akamaihd.net/v1/images/wdw_q3_updates_fy26_po_r_fc4a0bed.jpeg?region=0,0,800,920&width=320 — -1 — 0 B — 27 ms — https://www.disney.fr/akam/13/427b0266www.disney.fr/akam/13/427b0266 https://www.disney.fr/akam/13/427b0266 — 304 — 16 B — 20 ms — h3https://static-mh.content.disney.io/matterhorn/assets/utility/close/dismissible_cross-f5017f37a857.pngstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/utility/close/dismissible_cross-f5017f37a857.png — 200 — 309 B — 5 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAACWCAYAAABkW7XSAAAQAElEQVR4AeycCZhUxbXHT3UPMwg4q…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAACWCAYAAABkW7XSAAAQAElEQVR4AeycCZhUxbXHT3UPMwg4q… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACGFjVEwAAAABAAAAAcMq2TYAAAANS…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACGFjVEwAAAABAAAAAcMq2TYAAAANS… — 200 — 0 B — 0 ms — datahttps://cdn.registerdisney.go.com/v4/responder.jscdn.registerdisney.go.com/v4/respon... https://cdn.registerdisney.go.com/v4/responder.js — 200 — 3.7 KiB — 4 ms — h2https://cdn.registerdisney.go.com/v4/asset/bundler/DISNEY/v4/images/v1/disney-background-web.webpcdn.registerdisney.go.com/v4/asset/... https://cdn.registerdisney.go.com/v4/asset/bundler/DISNEY/v4/images/v1/disney-background-web.webp — 200 — 30.9 KiB — 4 ms — h2https://cdn.registerdisney.go.com/v4/asset/bundler/DISNEY/v4/images/v1/disney-logo.svgcdn.registerdisney.go.com/v4/asset/... https://cdn.registerdisney.go.com/v4/asset/bundler/DISNEY/v4/images/v1/disney-logo.svg — 200 — 4.1 KiB — 5 ms — h2https://www.google.com/recaptcha/enterprise.js?onload=grecaptcha1776890823847&render=6Lc4B_gZAAAAAGHsJNaEiB1SQrSPu1jz29G4mNK0&hl=frwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js?onload=grecaptcha1776890823847&render=6Lc4B_gZAAAAAGHsJNaEiB1SQrSPu1jz29G4mNK0&hl=fr — 200 — 1.1 KiB — 60 ms — h3https://www.disney.fr/akam/13/pixel_427b0266www.disney.fr/akam/13/pixel_427b026... https://www.disney.fr/akam/13/pixel_427b0266 — 200 — 12 B — 11 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__fr.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__fr.js — 200 — 364.4 KiB — 163 ms — h2https://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 — 49 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/code/9f52bb9e0a08485fc10c3a9be65fa2eb.js?conditionId0=4929445dcf.espn.com/TWDC-DTCI/prod/code/9f... https://dcf.espn.com/TWDC-DTCI/prod/code/9f52bb9e0a08485fc10c3a9be65fa2eb.js?conditionId0=4929445 — 200 — 81.4 KiB — 60 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 — 45 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/code/3329ce33fa46c2658a62dd358d057c6c.js?conditionId0=4929589dcf.espn.com/TWDC-DTCI/prod/code/33... https://dcf.espn.com/TWDC-DTCI/prod/code/3329ce33fa46c2658a62dd358d057c6c.js?conditionId0=4929589 — 200 — 3.4 KiB — 48 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/code/65fae9e3b6a4021c13d875fc0fed374d.js?conditionId0=4929614dcf.espn.com/TWDC-DTCI/prod/code/65... https://dcf.espn.com/TWDC-DTCI/prod/code/65fae9e3b6a4021c13d875fc0fed374d.js?conditionId0=4929614 — 200 — 1.8 KiB — 52 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/code/3e00e82d9a5634cc893760754305128e.js?conditionId0=4929621dcf.espn.com/TWDC-DTCI/prod/code/3e... https://dcf.espn.com/TWDC-DTCI/prod/code/3e00e82d9a5634cc893760754305128e.js?conditionId0=4929621 — 200 — 2.7 KiB — 53 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/code/c1ca389fc66de8a1e55681c5d13e92cc.js?conditionId0=4963500dcf.espn.com/TWDC-DTCI/prod/code/c1... https://dcf.espn.com/TWDC-DTCI/prod/code/c1ca389fc66de8a1e55681c5d13e92cc.js?conditionId0=4963500 — 200 — 1.3 KiB — 54 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/code/909069a5a0335fa91a37dbdecdf1887c.js?conditionId0=4967873dcf.espn.com/TWDC-DTCI/prod/code/90... https://dcf.espn.com/TWDC-DTCI/prod/code/909069a5a0335fa91a37dbdecdf1887c.js?conditionId0=4967873 — 200 — 1.3 KiB — 55 ms — h2https://sw88.go.com/id?d_visid_ver=5.5.0&d_fieldgroup=A&mcorgid=CC0A3704532E6FD70A490D44%40AdobeOrg&mid=57042812844784834643766200897956350114&d_coppa=true&ts=1776890824077sw88.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=CC0A3704532E6FD70A490D44%40AdobeOrg&mid=57042812844784834643766200897956350114&d_coppa=true&ts=1776890824077 — 200 — 452 B — 83 ms — h2https://dcf.espn.com/privacy/v1/c/b.rnc?n=0&c=2750&i=5ipidb&p=prod&s=350&d=9Cd7InZlcnNpb24iOiIxLjAuMCIsImdhdGV3YXkiOiIyLjMuODAyIiwiY2xpZW50SWQiOjI3NTAQAPAcTmFtZSI6IlRXREMtRFRDSSIsInB1Ymxpc2hQYXRoIjoicHJvZCIsIm1vZCgAkHdoaXRlbGlzdFEA8Bdvb2tpZXMiOnt9LCJkdCI6MTc3Njg5MDgyNDA2NSwic2V0dGluZyEAAD8A8DZhbCI6ImVudGVycHJpc2UiLCJlbnZpcm9ubWVudCI6Ik1hdHRlcmhvcm4gR0RQUiBOb25JQUIiLCJkZWZhdWx0cyI6eyKoAMFfVmVuZG9yX0NvbnM7AJAwfX0sImV2ZW4kACJbewsAQSI6ImOhAGBDaGFuZ2XEAPAAQWRvYmUgQW5hbHl0aWNzMAEAXwALugDgNCwiaXNUYWciOjF9XX0dcf.espn.com/privacy/v1/c/b.rnc?n=0... https://dcf.espn.com/privacy/v1/c/b.rnc?n=0&c=2750&i=5ipidb&p=prod&s=350&d=9Cd7InZlcnNpb24iOiIxLjAuMCIsImdhdGV3YXkiOiIyLjMuODAyIiwiY2xpZW50SWQiOjI3NTAQAPAcTmFtZSI6IlRXREMtRFRDSSIsInB1Ymxpc2hQYXRoIjoicHJvZCIsIm1vZCgAkHdoaXRlbGlzdFEA8Bdvb2tpZXMiOnt9LCJkdCI6MTc3Njg5MDgyNDA2NSwic2V0dGluZyEAAD8A8DZhbCI6ImVudGVycHJpc2UiLCJlbnZpcm9ubWVudCI6Ik1hdHRlcmhvcm4gR0RQUiBOb25JQUIiLCJkZWZhdWx0cyI6eyKoAMFfVmVuZG9yX0NvbnM7AJAwfX0sImV2ZW4kACJbewsAQSI6ImOhAGBDaGFuZ2XEAPAAQWRvYmUgQW5hbHl0aWNzMAEAXwALugDgNCwiaXNUYWciOjF9XX0 — 204 — 106 B — 33 ms — h2https://sw88.go.com/b/ss/wdgintemea/1/JS-2.27.0/s61300219225225?AQB=1&ndh=1&pf=1&t=22%2F3%2F2026%2020%3A47%3A4%203%200&mid=57042812844784834643766200897956350114&ce=UTF-8&pageName=emea%3Afr%3Adisney%3Ahomepage&g=https%3A%2F%2Fwww.disney.fr&c.&ab_test=N%2FA&anonymized=nochoice&auto_start=no&cms_version=mh&consent_mode=gdpr&content_type=other&country=fr&envName=prod&language=fr&login_status=logged%20out&page_id=55a18819e96d6f26f56897d0&page_name=emea%3Afr%3Adisney%3Ahomepage&page_title=disney.fr%20%20le%20site%20officiel%20de%20l%E2%80%99univers%20disney&page_url=https%3A%2F%2Fwww.disney.fr&platform=web&portal=matterhorn&privacystate=Matterhorn%20GDPR%20NonIAB%3AOptOut&referrer=none&region=emea&section=home&section1=home&site=www.disney.fr&siteDomain=disney.fr&siteSubDomain=www.disney.fr&slug=home&sponsor=home&story_id=55a18819e96d6f26f56897d0&tms_version=v13&swid=nochoice&.c&server=www.disney.fr&pageType=other&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=CC0A3704532E6FD70A490D44%40AdobeOrg&AQE=1sw88.go.com/b/ss/wdgintemea/1/JS-2.... https://sw88.go.com/b/ss/wdgintemea/1/JS-2.27.0/s61300219225225?AQB=1&ndh=1&pf=1&t=22%2F3%2F2026%2020%3A47%3A4%203%200&mid=57042812844784834643766200897956350114&ce=UTF-8&pageName=emea%3Afr%3Adisney%3Ahomepage&g=https%3A%2F%2Fwww.disney.fr&c.&ab_test=N%2FA&anonymized=nochoice&auto_start=no&cms_version=mh&consent_mode=gdpr&content_type=other&country=fr&envName=prod&language=fr&login_status=logged%20out&page_id=55a18819e96d6f26f56897d0&page_name=emea%3Afr%3Adisney%3Ahomepage&page_title=disney.fr%20%20le%20site%20officiel%20de%20l%E2%80%99univers%20disney&page_url=https%3A%2F%2Fwww.disney.fr&platform=web&portal=matterhorn&privacystate=Matterhorn%20GDPR%20NonIAB%3AOptOut&referrer=none&region=emea&section=home&section1=home&site=www.disney.fr&siteDomain=disney.fr&siteSubDomain=www.disney.fr&slug=home&sponsor=home&story_id=55a18819e96d6f26f56897d0&tms_version=v13&swid=nochoice&.c&server=www.disney.fr&pageType=other&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=CC0A3704532E6FD70A490D44%40AdobeOrg&AQE=1 — 200 — 200 B — 33 ms — h2https://www.disney.fr/akam/13/pixel_427b0266www.disney.fr/akam/13/pixel_427b026... https://www.disney.fr/akam/13/pixel_427b0266 — 200 — 11 B — 10 ms — h3https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6Lc4B_gZAAAAAGHsJNaEiB1SQrSPu1jz29G4mNK0&co=aHR0cHM6Ly9jZG4ucmVnaXN0ZXJkaXNuZXkuZ28uY29tOjQ0Mw..&hl=fr&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=ilty2mcqm8ocwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6Lc4B_gZAAAAAGHsJNaEiB1SQrSPu1jz29G4mNK0&co=aHR0cHM6Ly9jZG4ucmVnaXN0ZXJkaXNuZXkuZ28uY29tOjQ0Mw..&hl=fr&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=ilty2mcqm8oc — 200 — 27.8 KiB — 41 ms — h3https://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 — 65 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__fr.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__fr.js — 200 — 363.7 KiB — 133 ms — h3https://www.google.com/recaptcha/enterprise/webworker.js?hl=fr&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/webworker.js?hl=fr&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 174 ms — h3https://static-mh.content.disney.io/matterhorn/assets/favicon-94e3862e7fb9.icostatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/favicon-94e3862e7fb9.ico — 200 — 4.0 KiB — 4 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__fr.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__fr.js — 200 — 0 B — 14 ms — h3https://dcf.espn.com/privacy/v1/b/b.rnc?n=1&c=2750&i=6vgp13&p=prod&s=1000&d=8EZ7InZlcnNpb24iOiIxLjAuMCIsImdhdGV3YXkiOiIyLjMuODAyIiwiY2xpZW50SWQiOjI3NTAsInB1Ymxpc2hQYXRoIjoicHJvZCIsImluc3RhbmNlJwDwFCI2dmdwMTMiLCJwYWNrZXQiOjEsIm1vZGUiOiJlbmZvcmNlVwDxOm9va2llcyI6e30sImVudmlyb25tZW50IjoiTWF0dGVyaG9ybiBHRFBSIE5vbklBQiIsInJlcXVlc3RzIjpbeyJkZXN0aW5hdGnCAPAlaHR0cHM6Ly9jb25uZWN0LmZhY2Vib29rLm5ldC9lbl9VUy9mYmV2ZW50cy5qcyIsInR5cJEA0HNjcmlwdCIsInN0YXKrAMA3NzY4OTA4MjQwMzOZAEdkIjoxFABgNCwic291wwAiOiI8APAAX0RPTUF0dHJNb2RpZmllDgHhc3RhdHVzIjoiYmxvY2sTAGByZWFzb266APEEIldoaXRlbGlzdCJdLCJkYXRhUPAAAR0AMV0sIhoA8AQ6WyJUV0RDX1ZlbmRvcl9Db25zHAFCXSwiaZEA3zUwMTY3NTA3ODV9LHsMAQTwC2pzLmFkc3J2ci5vcmcvdXBfbG9hZGVyLjEu8AEPBgEULjQyBgEvNDMGAXSvNDkzMjcwMzQ2MwYBB_8id3d3Lmdvb2dsZXRhZ21hbmFnZXIuY29tL2d0YWcvanM_aWQ9QVctMTAxMTgyNjMzOB0CEi80NRcBAB81FwF00DU0Mzc4ODY5MTN9XX0dcf.espn.com/privacy/v1/b/b.rnc?n=1... https://dcf.espn.com/privacy/v1/b/b.rnc?n=1&c=2750&i=6vgp13&p=prod&s=1000&d=8EZ7InZlcnNpb24iOiIxLjAuMCIsImdhdGV3YXkiOiIyLjMuODAyIiwiY2xpZW50SWQiOjI3NTAsInB1Ymxpc2hQYXRoIjoicHJvZCIsImluc3RhbmNlJwDwFCI2dmdwMTMiLCJwYWNrZXQiOjEsIm1vZGUiOiJlbmZvcmNlVwDxOm9va2llcyI6e30sImVudmlyb25tZW50IjoiTWF0dGVyaG9ybiBHRFBSIE5vbklBQiIsInJlcXVlc3RzIjpbeyJkZXN0aW5hdGnCAPAlaHR0cHM6Ly9jb25uZWN0LmZhY2Vib29rLm5ldC9lbl9VUy9mYmV2ZW50cy5qcyIsInR5cJEA0HNjcmlwdCIsInN0YXKrAMA3NzY4OTA4MjQwMzOZAEdkIjoxFABgNCwic291wwAiOiI8APAAX0RPTUF0dHJNb2RpZmllDgHhc3RhdHVzIjoiYmxvY2sTAGByZWFzb266APEEIldoaXRlbGlzdCJdLCJkYXRhUPAAAR0AMV0sIhoA8AQ6WyJUV0RDX1ZlbmRvcl9Db25zHAFCXSwiaZEA3zUwMTY3NTA3ODV9LHsMAQTwC2pzLmFkc3J2ci5vcmcvdXBfbG9hZGVyLjEu8AEPBgEULjQyBgEvNDMGAXSvNDkzMjcwMzQ2MwYBB_8id3d3Lmdvb2dsZXRhZ21hbmFnZXIuY29tL2d0YWcvanM_aWQ9QVctMTAxMTgyNjMzOB0CEi80NRcBAB81FwF00DU0Mzc4ODY5MTN9XX0 — 204 — 106 B — 35 ms — h2https://browser-intake-datadoghq.com/api/v2/rum?ddsource=browser&dd-api-key=pubd83c3b581e016b93e0fe432a8bdf3a38&dd-evp-origin-version=6.25.4&dd-evp-origin=browser&dd-request-id=9323c0cc-e3cb-410d-9809-53e0ebe70845&batch_time=1776890853871&_dd.api=fetch-keepalivebrowser-intake-datadoghq.com/api/v2... https://browser-intake-datadoghq.com/api/v2/rum?ddsource=browser&dd-api-key=pubd83c3b581e016b93e0fe432a8bdf3a38&dd-evp-origin-version=6.25.4&dd-evp-origin=browser&dd-request-id=9323c0cc-e3cb-410d-9809-53e0ebe70845&batch_time=1776890853871&_dd.api=fetch-keepalive — 202 — 464 B — 493 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback