Skip to content
https://blip.tv

Performance

· 16 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
75
GRADE
C
FIX
5
REVIEW
1
PASS
9
INFO
1

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

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

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

19.32 s

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

28.37 s

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

368 ms

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

0.071

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

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

28.60 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
16
9 PASS 1 REVIEW 5 FIX
F
Page Weight Budget
Action
5.2 MB transferred, 171 requests
FIX
5.2 MB transferred, 171 requests
Critical::
Page weighs 20.4 MB (5.2 MB transferred)
Warning::
JavaScript is 3.0 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.0 MB
Info::
CSS is 516 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 516 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::
171 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.1 g CO2 per page load
5.2 MB / 2.4 MB budget
5.2 MB transferred
171 requests
1.1 g CO2 per page load
JavaScript 3.0 MiB 57%
HTML 1.3 MiB 25%
CSS 516.4 KiB 10%
Fonts 269.7 KiB 5%
Images 109.0 KiB 2%
Other 27.2 KiB 1%
Other 725 B 0%
Other 488 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 (5.2 MiB of 5.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
59 scripts, 335 KB unused
FIX
59 scripts, 335 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.
Warning::
https://dcf.espn.com/TWDC-DTCI/prod/code/9f52bb9e0...: 48 KB unused (60%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.js: unminified — 115 KB could be saved
Info::
Total unused JavaScript: 335 KB
335 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://dcf.espn.com/TWDC-DTCI/prod/code/9f52bb9e0a08485fc10c3a9be65fa2eb.js?conditionId0=492944581 KB48 KB (60%)3rd
https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.js116 KB3rd
https://static-mh.content.disney.io/matterhorn/assets/jquery-dc8b911876ec.js31 KB3rd
https://static-mh.content.disney.io/matterhorn/assets/head-317bbeaeef25.js15 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/application-1b319f84436b.js75 KB3rd
https://static-mh.content.disney.io/matterhorn/assets/modules/rich_image-a00d67a5ad0f.js2 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

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

D
Page Weight Inventory
Action
171 resources · 5.2 MB · 335 KB savings available
FIX
171 resources · 5.2 MB · 335 KB savings available
Warning::
Page weight 4.2 MB over 1MB target
Got: 5.2 MB Expected: ≤ 1 MB
Info::
~335 KB of savings available
Warning::
170 third-party resources (100% of weight)
Info::
6 resources over 200KB
171 resources · 5.2 MiB · 170 third-party 4.2 MiB over 1MB target
JavaScript 57% · 3.0 MiB
Document 25% · 1.3 MiB
CSS 10% · 516.4 KiB
Font 5% · 269.7 KiB
Image 2% · 112.9 KiB
Other 0% · 23.7 KiB

~335.3 KiB of savings available

Remove unused JavaScript: 335.3 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
32 images, 0 KB saveable
REVIEW
32 images, 0 KB saveable
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.
32 images 59 KB
0 oversized -0 KB
13 legacy format
5 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

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 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 FCP 19.3 s LCP 28.4 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 — 81 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 — 4 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 — 64 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 — 7 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/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 — 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 — 11 ms — font-display: swap
matterhorn-regular-eed8... woff swap
Size 30 KB
Load time 81 ms
Start 150 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 539 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 4 ms
Start 612 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 64 ms
Start 1.9 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 7 ms
Start 2.3 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 2.3 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 2.6 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 11 ms
Start 2.6 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 11 ms
Start 2.6 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+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
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
171 requests over 4685ms
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 FCP 19.3 s LCP 28.4 shttps://blip.tv// https://blip.tv/ — 301 — 175 B — 77 ms — h2https://www.disney.com/www.disney.com/ https://www.disney.com/ — 200 — 75.7 KiB — 58 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 — 243 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 — 88 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 — 81 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 — 81 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 — 752 B — 51 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 — 54 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 — 55 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 — 55 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 — 66 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 — 61 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 — 62 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 — 78 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 — 55 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 — 74 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 — 77 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 — 69 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 — 7.3 KiB — 63 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 — 61 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 — 79 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 — 93 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 — 34 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 — 906 B — 33 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 — 7 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 — 5 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 — 8 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 — 8 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 — 25 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 — 22 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 FCP 19.3 s LCP 28.4 shttps://blip.tv// https://blip.tv/ — 301 — 175 B — 77 ms — h2https://www.disney.com/www.disney.com/ https://www.disney.com/ — 200 — 75.7 KiB — 58 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 — 243 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 — 88 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 — 81 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 — 81 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 — 752 B — 51 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 — 54 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 — 55 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 — 55 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 — 66 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 — 61 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 — 62 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 — 78 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 — 55 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 — 74 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 — 77 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 — 69 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 — 7.3 KiB — 63 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 — 61 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 — 79 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 — 93 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 — 34 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 — 906 B — 33 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 — 7 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 — 5 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 — 8 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 — 8 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 — 25 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 — 22 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://cdn.registerdisney.go.com/v4/OneID.jscdn.registerdisney.go.com/v4/OneID.... https://cdn.registerdisney.go.com/v4/OneID.js — 200 — 134.1 KiB — 50 ms — h2https://www.disney.com/akam/13/7b38a7dbwww.disney.com/akam/13/7b38a7db https://www.disney.com/akam/13/7b38a7db — 200 — 9.4 KiB — 318 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 — 3 ms — h3https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 113 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 — 3 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 — 18 ms — h2https://cdn.espn.com/onetrust/otCCPAiab.jscdn.espn.com/onetrust/otCCPAiab.js https://cdn.espn.com/onetrust/otCCPAiab.js — 200 — 6.9 KiB — 87 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 — 24 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 — 14 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 — 334 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 — 9.9 KiB — 11 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/utility/social/social_modal_sprite@2x-bc1296d40e23.pngstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/utility/social/social_modal_sprite@2x-bc1296d40e23.png — 200 — 8.2 KiB — 4 ms — h3https://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 — 4 ms — h3https://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 — 577.6 KiB — 49 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 — 611 B — 489 ms — h3data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw== — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAACWCAYAAABkW7XSAAAQAElEQVR4AeycCXzVNbbHk3tbyl5AN…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAACWCAYAAABkW7XSAAAQAElEQVR4AeycCXzVNbbHk3tbyl5AN… — 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 — 107 ms — h2https://static-mh.content.disney.io/matterhorn/assets/icons/icon_search@2x-79baa4b308de.pngstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/icons/icon_search@2x-79baa4b308de.png — 200 — 817 B — 5 ms — h3data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ… — 200 — 0 B — 0 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 — 200 — 187.4 KiB — 134 ms — h3http://www.disney.fr/www.disney.fr/ http://www.disney.fr/ — 307 — 0 B — 9 ms — http/1.1https://www.disney.fr/www.disney.fr/ https://www.disney.fr/ — 200 — 50.5 KiB — 947 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=grecaptcha1776890799595&render=6Lck8IUfAAAAABpd98whDTBeR8-QFbpFUYbFcz6P&hl=enwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js?onload=grecaptcha1776890799595&render=6Lck8IUfAAAAABpd98whDTBeR8-QFbpFUYbFcz6P&hl=en — 200 — 1.1 KiB — 83 ms — h3https://www.disney.com/akam/13/7b38a7dbwww.disney.com/akam/13/7b38a7db https://www.disney.com/akam/13/7b38a7db — 304 — 16 B — 139 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 — 164 ms — h2https://www.disney.com/akam/13/pixel_7b38a7dbwww.disney.com/akam/13/pixel_7b38a7... https://www.disney.com/akam/13/pixel_7b38a7db — 200 — 12 B — 20 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAACWCAYAAABkW7XSAAAQAElEQVR4AeycCXzVNbbHk3tbyl5AN…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAACWCAYAAABkW7XSAAAQAElEQVR4AeycCXzVNbbHk3tbyl5AN… — 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://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 37 ms — h3https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6Lck8IUfAAAAABpd98whDTBeR8-QFbpFUYbFcz6P&co=aHR0cHM6Ly9jZG4ucmVnaXN0ZXJkaXNuZXkuZ28uY29tOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=omtu4gswydwwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6Lck8IUfAAAAABpd98whDTBeR8-QFbpFUYbFcz6P&co=aHR0cHM6Ly9jZG4ucmVnaXN0ZXJkaXNuZXkuZ28uY29tOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=omtu4gswydw — 200 — 27.6 KiB — 52 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 — 67 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 — 136 ms — h3https://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 — -1 — 0 B — 0 ms — https://www.disney.com/akam/13/pixel_7b38a7dbwww.disney.com/akam/13/pixel_7b38a7... https://www.disney.com/akam/13/pixel_7b38a7db — 200 — 12 B — 11 ms — h3https://lumiere-a.akamaihd.net/v1/images/eu_thedevilwearsprada2_tablet_hero_11b9006a.jpeg?region=0,0,1572,920lumiere-a.akamaihd.net/v1/images/eu... https://lumiere-a.akamaihd.net/v1/images/eu_thedevilwearsprada2_tablet_hero_11b9006a.jpeg?region=0,0,1572,920 — -1 — 0 B — 151 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 — 213 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 — 67 ms — h2https://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 — 97 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 — 110 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 — 111 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 — 129 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 — 204 ms — https://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 — 64 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 — 59 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 — 62 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 — 46 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 — 62 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.8 KiB — 20 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 — 25 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 — 39 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 — 38 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 — 32 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 — 19 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 — 43 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 — 45 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 — 7.3 KiB — 46 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 — 45 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 — 36 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 — 60 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 — 24 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 — 26 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 — 4 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 — 11 ms — h2https://www.disney.fr/akam/13/427b0266www.disney.fr/akam/13/427b0266 https://www.disney.fr/akam/13/427b0266 — 200 — 9.4 KiB — 11 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 — 75 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 — 5 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 — 9.8 KiB — 6 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 — 14 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 — 364 B — 296 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 — 7 ms — h2https://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@2x-bc1296d40e23.pngstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/utility/social/social_modal_sprite@2x-bc1296d40e23.png — 200 — 8.2 KiB — 4 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAACWCAYAAABkW7XSAAAQAElEQVR4AeycCXzVNbbHk3tbyl5AN…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAACWCAYAAABkW7XSAAAQAElEQVR4AeycCXzVNbbHk3tbyl5AN… — 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=5hjtqd&p=prod&s=364&d=8EZ7InZlcnNpb24iOiIxLjAuMCIsImdhdGV3YXkiOiIyLjMuODAyIiwiY2xpZW50SWQiOjI3NTAsInB1Ymxpc2hQYXRoIjoicHJvZCIsImluc3RhbmNlJwBgIjVoanRxFgDwCnBhY2tldCI6MCwibW9kZSI6ImVuZm9yY2VXAPAob29raWVzIjp7fSwiZW52aXJvbm1lbnQiOiJNYXR0ZXJob3JuIEdEUFIgTm9uSUFCIiwiZG9jdSQA8hRSZWZlcnJlciI6IiIsInJlcXVlc3RzIjpbeyJkZXN0aW5hdNgAYCIsInR5cHkA8A9iaWxsaW5nIiwic3RhcnQiOjE3NzY4OTA4MDA4NDGCAKBkIjotMSwic291oQABWgBkc3RhdHVzZgBAYXNvbmUAgV0sImRhdGFQpgAEEgDCbGlzdCI6W10sImlkXQDAODkwODAwODQxfV19dcf.espn.com/privacy/v1/b/b.rnc?n=0... https://dcf.espn.com/privacy/v1/b/b.rnc?n=0&c=2750&i=5hjtqd&p=prod&s=364&d=8EZ7InZlcnNpb24iOiIxLjAuMCIsImdhdGV3YXkiOiIyLjMuODAyIiwiY2xpZW50SWQiOjI3NTAsInB1Ymxpc2hQYXRoIjoicHJvZCIsImluc3RhbmNlJwBgIjVoanRxFgDwCnBhY2tldCI6MCwibW9kZSI6ImVuZm9yY2VXAPAob29raWVzIjp7fSwiZW52aXJvbm1lbnQiOiJNYXR0ZXJob3JuIEdEUFIgTm9uSUFCIiwiZG9jdSQA8hRSZWZlcnJlciI6IiIsInJlcXVlc3RzIjpbeyJkZXN0aW5hdNgAYCIsInR5cHkA8A9iaWxsaW5nIiwic3RhcnQiOjE3NzY4OTA4MDA4NDGCAKBkIjotMSwic291oQABWgBkc3RhdHVzZgBAYXNvbmUAgV0sImRhdGFQpgAEEgDCbGlzdCI6W10sImlkXQDAODkwODAwODQxfV19 — 204 — 106 B — 40 ms — h2https://lumiere-a.akamaihd.net/v1/images/eu_thedevilwearsprada2_hero_c264a71c.jpeg?region=0,0,3200,1372&width=768lumiere-a.akamaihd.net/v1/images/eu... https://lumiere-a.akamaihd.net/v1/images/eu_thedevilwearsprada2_hero_c264a71c.jpeg?region=0,0,3200,1372&width=768 — -1 — 0 B — 56 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 — 55 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 — 28 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 — 5 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 — 455 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 — 4 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 — 725 B — 431 ms — h2https://lumiere-a.akamaihd.net/v1/images/eu_thedevilwearsprada2_mobile_hero_1b53fa6d.jpeg?region=0,0,750,564lumiere-a.akamaihd.net/v1/images/eu... https://lumiere-a.akamaihd.net/v1/images/eu_thedevilwearsprada2_mobile_hero_1b53fa6d.jpeg?region=0,0,750,564 — -1 — 0 B — 40 ms — https://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 — 28 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 — 40 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 — 40 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 — 39 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 — 39 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 — 39 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/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 — 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 — 11 ms — h3https://static-mh.content.disney.io/matterhorn/assets/goc/nav-logo-dark@2x-2b3eb08c507c.pngstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/nav-logo-dark@2x-2b3eb08c507c.png — 200 — 4.9 KiB — 10 ms — h3https://lumiere-a.akamaihd.net/v1/images/fr_dlp-adventure-world_mob_m_fb76b41a.jpeg?region=0,0,800,600&width=768lumiere-a.akamaihd.net/v1/images/fr... https://lumiere-a.akamaihd.net/v1/images/fr_dlp-adventure-world_mob_m_fb76b41a.jpeg?region=0,0,800,600&width=768 — -1 — 0 B — 19 ms — https://lumiere-a.akamaihd.net/v1/images/eu_orangutan_mob_m_12427110.jpeg?region=0,0,800,600&width=768lumiere-a.akamaihd.net/v1/images/eu... https://lumiere-a.akamaihd.net/v1/images/eu_orangutan_mob_m_12427110.jpeg?region=0,0,800,600&width=768 — -1 — 0 B — 38 ms — https://lumiere-a.akamaihd.net/v1/images/ds_ballet-dolls_mob_acb3fa49.jpeg?region=0,0,800,600&width=768lumiere-a.akamaihd.net/v1/images/ds... https://lumiere-a.akamaihd.net/v1/images/ds_ballet-dolls_mob_acb3fa49.jpeg?region=0,0,800,600&width=768 — -1 — 0 B — 38 ms — https://lumiere-a.akamaihd.net/v1/images/wdw_q3_updates_fy26_mob_m_d00f6354.jpeg?region=0,0,800,600&width=768lumiere-a.akamaihd.net/v1/images/wd... https://lumiere-a.akamaihd.net/v1/images/wdw_q3_updates_fy26_mob_m_d00f6354.jpeg?region=0,0,800,600&width=768 — -1 — 0 B — 32 ms — https://static-mh.content.disney.io/matterhorn/assets/utility/close/dismissible_cross@2x-cb131e854e98.pngstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/utility/close/dismissible_cross@2x-cb131e854e98.png — 200 — 273 B — 8 ms — h3https://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=grecaptcha1776890801337&render=6Lc4B_gZAAAAAGHsJNaEiB1SQrSPu1jz29G4mNK0&hl=frwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js?onload=grecaptcha1776890801337&render=6Lc4B_gZAAAAAGHsJNaEiB1SQrSPu1jz29G4mNK0&hl=fr — 200 — 1.1 KiB — 64 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 — 9 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 — 166 ms — h2https://www.disney.fr/akam/13/427b0266www.disney.fr/akam/13/427b0266 https://www.disney.fr/akam/13/427b0266 — 404 — 19 B — 8 ms — h3https://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://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 — 41 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 — 50 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 — 42 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 — 44 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 — 47 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 — 49 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 — 45 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 — 49 ms — h2https://sw88.go.com/id?d_visid_ver=5.5.0&d_fieldgroup=A&mcorgid=CC0A3704532E6FD70A490D44%40AdobeOrg&mid=46510848348550236545322074645733742708&d_coppa=true&ts=1776890801566sw88.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=46510848348550236545322074645733742708&d_coppa=true&ts=1776890801566 — 200 — 452 B — 141 ms — h2https://dcf.espn.com/privacy/v1/c/b.rnc?n=0&c=2750&i=5g7zgk&p=prod&s=350&d=9Cd7InZlcnNpb24iOiIxLjAuMCIsImdhdGV3YXkiOiIyLjMuODAyIiwiY2xpZW50SWQiOjI3NTAQAPAcTmFtZSI6IlRXREMtRFRDSSIsInB1Ymxpc2hQYXRoIjoicHJvZCIsIm1vZCgAkHdoaXRlbGlzdFEA8Bdvb2tpZXMiOnt9LCJkdCI6MTc3Njg5MDgwMTU1Niwic2V0dGluZyEAAD8A8DZhbCI6ImVudGVycHJpc2UiLCJlbnZpcm9ubWVudCI6Ik1hdHRlcmhvcm4gR0RQUiBOb25JQUIiLCJkZWZhdWx0cyI6eyKoAMFfVmVuZG9yX0NvbnM7AJAwfX0sImV2ZW4kACJbewsAQSI6ImOhAGBDaGFuZ2XEAPAAQWRvYmUgQW5hbHl0aWNzMAEAXwALugDgNSwiaXNUYWciOjF9XX0dcf.espn.com/privacy/v1/c/b.rnc?n=0... https://dcf.espn.com/privacy/v1/c/b.rnc?n=0&c=2750&i=5g7zgk&p=prod&s=350&d=9Cd7InZlcnNpb24iOiIxLjAuMCIsImdhdGV3YXkiOiIyLjMuODAyIiwiY2xpZW50SWQiOjI3NTAQAPAcTmFtZSI6IlRXREMtRFRDSSIsInB1Ymxpc2hQYXRoIjoicHJvZCIsIm1vZCgAkHdoaXRlbGlzdFEA8Bdvb2tpZXMiOnt9LCJkdCI6MTc3Njg5MDgwMTU1Niwic2V0dGluZyEAAD8A8DZhbCI6ImVudGVycHJpc2UiLCJlbnZpcm9ubWVudCI6Ik1hdHRlcmhvcm4gR0RQUiBOb25JQUIiLCJkZWZhdWx0cyI6eyKoAMFfVmVuZG9yX0NvbnM7AJAwfX0sImV2ZW4kACJbewsAQSI6ImOhAGBDaGFuZ2XEAPAAQWRvYmUgQW5hbHl0aWNzMAEAXwALugDgNSwiaXNUYWciOjF9XX0 — 204 — 106 B — 33 ms — h2https://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=zejcbtts9zifwww.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=zejcbtts9zif — 200 — 27.7 KiB — 41 ms — h3https://sw88.go.com/b/ss/wdgintemea/1/JS-2.27.0/s66568522147193?AQB=1&ndh=1&pf=1&t=22%2F3%2F2026%2020%3A46%3A41%203%200&mid=46510848348550236545322074645733742708&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=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&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/s66568522147193?AQB=1&ndh=1&pf=1&t=22%2F3%2F2026%2020%3A46%3A41%203%200&mid=46510848348550236545322074645733742708&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=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&mcorgid=CC0A3704532E6FD70A490D44%40AdobeOrg&AQE=1 — 200 — 199 B — 35 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 — 68 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 — 136 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 — 173 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 — 16 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://dcf.espn.com/privacy/v1/b/b.rnc?n=1&c=2750&i=5hjtqd&p=prod&s=1000&d=8EZ7InZlcnNpb24iOiIxLjAuMCIsImdhdGV3YXkiOiIyLjMuODAyIiwiY2xpZW50SWQiOjI3NTAsInB1Ymxpc2hQYXRoIjoicHJvZCIsImluc3RhbmNlJwBgIjVoanRxFgDwCnBhY2tldCI6MSwibW9kZSI6ImVuZm9yY2VXAPE6b29raWVzIjp7fSwiZW52aXJvbm1lbnQiOiJNYXR0ZXJob3JuIEdEUFIgTm9uSUFCIiwicmVxdWVzdHMiOlt7ImRlc3RpbmF0acIA8CVodHRwczovL2Nvbm5lY3QuZmFjZWJvb2submV0L2VuX1VTL2ZiZXZlbnRzLmpzIiwidHlwkQDQc2NyaXB0Iiwic3RhcqsAwDc3Njg5MDgwMTUzNJkAR2QiOjEUAGA2LCJzb3XDACI6IjwA8ABfRE9NQXR0ck1vZGlmaWX4AOFzdGF0dXMiOiJibG9jaxMAYHJlYXNvbroA8QQiV2hpdGVsaXN0Il0sImRhdGFQ8AABHQAxXSwiGgDwBDpbIlRXRENfVmVuZG9yX0NvbnMcAUJdLCJpkQDfNTAxNjcyODI4Nn0sewwBBPALanMuYWRzcnZyLm9yZy91cF9sb2FkZXIuMS7wAQ8GARUfNwYBAB84BgF0rzQ5MzI2ODA5NTgGAQf_Ind3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbS9ndGFnL2pzP2lkPUFXLTEwMTE4MjYzMzgdAhMfORcBAB85FwF00DU0Mzc4NjQ0MDd9XX0dcf.espn.com/privacy/v1/b/b.rnc?n=1... https://dcf.espn.com/privacy/v1/b/b.rnc?n=1&c=2750&i=5hjtqd&p=prod&s=1000&d=8EZ7InZlcnNpb24iOiIxLjAuMCIsImdhdGV3YXkiOiIyLjMuODAyIiwiY2xpZW50SWQiOjI3NTAsInB1Ymxpc2hQYXRoIjoicHJvZCIsImluc3RhbmNlJwBgIjVoanRxFgDwCnBhY2tldCI6MSwibW9kZSI6ImVuZm9yY2VXAPE6b29raWVzIjp7fSwiZW52aXJvbm1lbnQiOiJNYXR0ZXJob3JuIEdEUFIgTm9uSUFCIiwicmVxdWVzdHMiOlt7ImRlc3RpbmF0acIA8CVodHRwczovL2Nvbm5lY3QuZmFjZWJvb2submV0L2VuX1VTL2ZiZXZlbnRzLmpzIiwidHlwkQDQc2NyaXB0Iiwic3RhcqsAwDc3Njg5MDgwMTUzNJkAR2QiOjEUAGA2LCJzb3XDACI6IjwA8ABfRE9NQXR0ck1vZGlmaWX4AOFzdGF0dXMiOiJibG9jaxMAYHJlYXNvbroA8QQiV2hpdGVsaXN0Il0sImRhdGFQ8AABHQAxXSwiGgDwBDpbIlRXRENfVmVuZG9yX0NvbnMcAUJdLCJpkQDfNTAxNjcyODI4Nn0sewwBBPALanMuYWRzcnZyLm9yZy91cF9sb2FkZXIuMS7wAQ8GARUfNwYBAB84BgF0rzQ5MzI2ODA5NTgGAQf_Ind3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbS9ndGFnL2pzP2lkPUFXLTEwMTE4MjYzMzgdAhMfORcBAB85FwF00DU0Mzc4NjQ0MDd9XX0 — 204 — 106 B — 35 ms — h2
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