Skip to content
https://marvel.com

Performance

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

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

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

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

1.96 s

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

2.23 s

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

252 ms

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

0.026

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

1.96 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.35 s

Page Load Progression

447 ms
893 ms
1.3 s
1.8 s
2.2 s
2.7 s
3.1 s
3.6 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
8.1 MB transferred, 167 requests
FIX
8.1 MB transferred, 167 requests
Critical::
Page weighs 18.4 MB (8.1 MB transferred)
Warning::
Images are 4.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.2 MB
Warning::
JavaScript is 2.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.4 MB
Info::
Fonts are 421 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 421 KB
Warning::
167 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.7 g CO2 per page load
8.1 MB / 2.4 MB budget
8.1 MB transferred
167 requests
1.7 g CO2 per page load
Images 4.2 MiB 52%
JavaScript 2.4 MiB 30%
HTML 751.4 KiB 9%
Fonts 420.6 KiB 5%
Other 182.5 KiB 2%
CSS 157.4 KiB 2%
Other 2.8 KiB 0%
Other 2.0 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

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 (8.1 MiB of 8.1 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
35 scripts, 936 KB unused
FIX
35 scripts, 936 KB unused
Warning::
https://js.chargebee.com/v2/chargebee.js: 209 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets-cdn.marvel.com/marvel-fitt/2779c219...: 165 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://a.espncdn.com/players/web-player-bundle/5....: 157 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://imasdk.googleapis.com/js/sdkloader/ima3.js: 108 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.registerdisney.go.com/v4/OneID.js: 94 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 936 KB
936 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://js.chargebee.com/v2/chargebee.js281 KB209 KB (75%)3rd
https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/841-97b00421.js379 KB165 KB (49%)3rd
https://a.espncdn.com/players/web-player-bundle/5.5.17/dtci.video.min.js234 KB157 KB (67%)3rd
https://imasdk.googleapis.com/js/sdkloader/ima3.js146 KB108 KB (74%)3rd
https://cdn.registerdisney.go.com/v4/OneID.js134 KB94 KB (71%)3rd
https://a.espncdn.com/players/web-player-bundle/5.5.17/espn-web-player-bundle.min.js196 KB82 KB (43%)3rd
https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.js115 KB42 KB (37%)3rd
https://dcf.espn.com/TWDC-DTCI/prod/code/7e29c49e7f06213edae8a586de81c21f.js?conditionId0=490527060 KB28 KB (48%)3rd
https://www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js52 KB27 KB (53%)3rd
https://dcf.espn.com/TWDC-DTCI/prod/code/62e09be7a105ca899a266394b82ae9ff.js?conditionId0=490820130 KB22 KB (75%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
167 resources · 8.1 MB · 936 KB savings available
FIX
167 resources · 8.1 MB · 936 KB savings available
Warning::
Page weight 7.1 MB over 1MB target
Got: 8.1 MB Expected: ≤ 1 MB
Info::
~936 KB of savings available
Warning::
166 third-party resources (100% of weight)
Info::
9 resources over 200KB
167 resources · 8.1 MiB · 166 third-party 7.1 MiB over 1MB target
Image 52% · 4.2 MiB
JavaScript 32% · 2.6 MiB
Document 9% · 751.4 KiB
Font 5% · 420.6 KiB
CSS 2% · 157.4 KiB
Other 0% · 3.6 KiB
Media 0% · 0 B

~936.2 KiB of savings available

Remove unused JavaScript: 936.2 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
104 images, 0 KB saveable
REVIEW
104 images, 0 KB saveable
Warning::
https://www.marvel.com/assets/marvel-logo.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.marvel.com/content/1x/daredevilbornaga... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.marvel.com/content/2x/disneybtn_asset2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.marvel.com/content/1x/theofficialmarve... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.marvel.com/assets/svg/account.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.marvel.com/content/1x/mulogo_lob_log_e... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.marvel.com/content/1x/spidermanbrandne... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
104 images 4.1 MB
0 oversized -0 KB
100 legacy format
7 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1642ms total JS execution
REVIEW
1642ms total JS execution
Warning::
https://www.marvel.com/: 527ms CPU time
Warning::
https://a.espncdn.com/players/web-player-bundle/5....: 406ms CPU time
Info::
Unattributable: 180ms CPU time
Info::
https://assets-cdn.marvel.com/marvel-fitt/2779c219...: 131ms CPU time
Info::
https://www.datadoghq-browser-agent.com/us1/v5/dat...: 123ms CPU time
Warning::
Third-party scripts: 1642ms (100% of total)

Main Thread Breakdown

Script Evaluation 60% Other 15% Style & Layout 9% Script Parsing & Compilation 8%
ScriptTotalScriptingParse/CompileParty
https://www.marvel.com/527ms184ms21ms3rd
https://a.espncdn.com/players/web-player-bundle/5.5.17/dtci.video-plugins.min.js406ms371ms3ms3rd
Unattributable180ms3ms0ms3rd
https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/marvel-fitt-66bf8ff1.js131ms108ms15ms3rd
https://www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js123ms108ms3ms3rd
https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.js116ms94ms13ms3rd
https://js.chargebee.com/v2/chargebee.js88ms63ms25ms3rd
https://dcf.espn.com/TWDC-DTCI/prod/code/7e29c49e7f06213edae8a586de81c21f.js?conditionId0=490527072ms65ms3ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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

Web fonts

7

421 KB total

Render-blocking

0

of 7

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 2.0 s LCP 2.2 shttps://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdinsemicond-medium.woffurwdinsemicond-medium.woff https://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdinsemicond-medium.woff — 63.5 KiB — 20 ms — font-display: swaphttps://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdin-regular.woffurwdin-regular.woff https://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdin-regular.woff — 63.1 KiB — 23 ms — font-display: swaphttps://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdinsemicond-demi.woffurwdinsemicond-demi.woff https://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdinsemicond-demi.woff — 63.3 KiB — 21 ms — font-display: swaphttps://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdin-regular.woff2urwdin-regular.woff2 https://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdin-regular.woff2 — 43.4 KiB — 612 ms — font-display: swaphttps://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdincond-black.woffurwdincond-black.woff https://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdincond-black.woff — 61.2 KiB — 26 ms — font-display: swaphttps://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdincond-bold.woffurwdincond-bold.woff https://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdincond-bold.woff — 61.5 KiB — 25 ms — font-display: swaphttps://cdn.marvel.com/u/prod/marvel/font/roboto/roboto-regular.woffroboto-regular.woff https://cdn.marvel.com/u/prod/marvel/font/roboto/roboto-regular.woff — 64.5 KiB — 8 ms — font-display: swap
urwdinsemicond-medium.woff woff swap
Size 63 KB
Load time 20 ms
Start 572 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
urwdin-regular.woff woff swap
Size 63 KB
Load time 23 ms
Start 572 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
urwdinsemicond-demi.woff woff swap
Size 63 KB
Load time 21 ms
Start 572 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
urwdin-regular.woff2 woff2 swap
Size 43 KB
Load time 612 ms
Start 572 ms
Risk FOUT — text flashes from fallback to web font
urwdincond-black.woff woff swap
Size 61 KB
Load time 26 ms
Start 572 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
urwdincond-bold.woff woff swap
Size 62 KB
Load time 25 ms
Start 573 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
roboto-regular.woff woff swap
Size 65 KB
Load time 8 ms
Start 1.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 ~113 KB and ~226 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
Network Waterfall
167 requests over 5371ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 2.0 s LCP 2.2 shttps://marvel.com// https://marvel.com/ — 302 — 257 B — 9 ms — h2https://www.marvel.com/www.marvel.com/ https://www.marvel.com/ — 200 — 137.8 KiB — 12 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 — 246 ms — h2https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/runtime-5ec91746.jsassets-cdn.marvel.com/marvel-fitt/2... https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/runtime-5ec91746.js — 200 — 2.2 KiB — 19 ms — h2https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/css/fusion-be008882.cssassets-cdn.marvel.com/marvel-fitt/2... https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/css/fusion-be008882.css — 200 — 27.9 KiB — 19 ms — h2https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/css/marvel-fitt-a4e3e978.cssassets-cdn.marvel.com/marvel-fitt/2... https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/css/marvel-fitt-a4e3e978.css — 200 — 41.3 KiB — 21 ms — h2https://cdn.registerdisney.go.com/v4/OneID.jscdn.registerdisney.go.com/v4/OneID.... https://cdn.registerdisney.go.com/v4/OneID.js — 200 — 134.1 KiB — 46 ms — h2https://js.chargebee.com/v2/chargebee.jsjs.chargebee.com/v2/chargebee.js https://js.chargebee.com/v2/chargebee.js — 200 — 281.4 KiB — 27 ms — h2https://www.marvel.com/assets/marvel-logo.svgwww.marvel.com/assets/marvel-logo.s... https://www.marvel.com/assets/marvel-logo.svg — 200 — 1.1 KiB — 37 ms — h2https://cdn.marvel.com/content/2x/disneybtn_asset2x_2024.pngcdn.marvel.com/content/2x/disneybtn... https://cdn.marvel.com/content/2x/disneybtn_asset2x_2024.png — 200 — 1.7 KiB — 542 ms — h2https://cdn.marvel.com/content/1x/ddbas2_com_mas_dsk_01.jpgcdn.marvel.com/content/1x/ddbas2_co... https://cdn.marvel.com/content/1x/ddbas2_com_mas_dsk_01.jpg — 200 — 43.9 KiB — 573 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 286 ms — https://cdn.marvel.com/content/1x/daredevilbornagains2_lob_log_def_01.pngcdn.marvel.com/content/1x/daredevil... https://cdn.marvel.com/content/1x/daredevilbornagains2_lob_log_def_01.png — 200 — 14.3 KiB — 314 ms — h2https://cdn.marvel.com/content/1x/spidermanbrandnewday_lob_mas_dsk_02.jpgcdn.marvel.com/content/1x/spiderman... https://cdn.marvel.com/content/1x/spidermanbrandnewday_lob_mas_dsk_02.jpg — 200 — 82.9 KiB — 742 ms — h2https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/841-97b00421.jsassets-cdn.marvel.com/marvel-fitt/2... https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/841-97b00421.js — 200 — 379.2 KiB — 77 ms — h2https://cdn.marvel.com/content/1x/spidermanbrandnewday_lob_log_def_01.pngcdn.marvel.com/content/1x/spiderman... https://cdn.marvel.com/content/1x/spidermanbrandnewday_lob_log_def_01.png — 200 — 30.0 KiB — 309 ms — h2https://cdn.marvel.com/content/1x/mvlbm007-023_dsk.jpgcdn.marvel.com/content/1x/mvlbm007-... https://cdn.marvel.com/content/1x/mvlbm007-023_dsk.jpg — 200 — 94.5 KiB — 299 ms — h2https://cdn.marvel.com/content/1x/theofficialmarvelpodcast_lob_log_def_03.pngcdn.marvel.com/content/1x/theoffici... https://cdn.marvel.com/content/1x/theofficialmarvelpodcast_lob_log_def_03.png — 200 — 8.4 KiB — 279 ms — h2https://cdn.marvel.com/content/1x/mardcsmsupman_com_mas_dsk_01_0.jpgcdn.marvel.com/content/1x/mardcsmsu... https://cdn.marvel.com/content/1x/mardcsmsupman_com_mas_dsk_01_0.jpg — 200 — 166.4 KiB — 367 ms — h2https://cdn.marvel.com/content/1x/20260325_com_mas_dsk_01.jpgcdn.marvel.com/content/1x/20260325_... https://cdn.marvel.com/content/1x/20260325_com_mas_dsk_01.jpg — 200 — 97.8 KiB — 296 ms — h2https://cdn.marvel.com/u/prod/marvel/i/mg/a/80/6957e7ff5d1f4/portrait_uncanny.jpgcdn.marvel.com/u/prod/marvel/i/mg/a... https://cdn.marvel.com/u/prod/marvel/i/mg/a/80/6957e7ff5d1f4/portrait_uncanny.jpg — 200 — 39.8 KiB — 609 ms — h2https://cdn.marvel.com/u/prod/marvel/i/mg/a/80/6957e7efed336/portrait_uncanny.jpgcdn.marvel.com/u/prod/marvel/i/mg/a... https://cdn.marvel.com/u/prod/marvel/i/mg/a/80/6957e7efed336/portrait_uncanny.jpg — 200 — 44.6 KiB — 636 ms — h2https://cdn.marvel.com/u/prod/marvel/i/mg/6/e0/6957e7ff23b30/portrait_uncanny.jpgcdn.marvel.com/u/prod/marvel/i/mg/6... https://cdn.marvel.com/u/prod/marvel/i/mg/6/e0/6957e7ff23b30/portrait_uncanny.jpg — 200 — 28.0 KiB — 714 ms — h2https://cdn.marvel.com/u/prod/marvel/i/mg/5/20/6957e871989be/portrait_uncanny.jpgcdn.marvel.com/u/prod/marvel/i/mg/5... https://cdn.marvel.com/u/prod/marvel/i/mg/5/20/6957e871989be/portrait_uncanny.jpg — 200 — 59.3 KiB — 781 ms — h2https://cdn.marvel.com/u/prod/marvel/i/mg/2/60/6957e7993398e/portrait_uncanny.jpgcdn.marvel.com/u/prod/marvel/i/mg/2... https://cdn.marvel.com/u/prod/marvel/i/mg/2/60/6957e7993398e/portrait_uncanny.jpg — 200 — 28.3 KiB — 734 ms — h2https://cdn.marvel.com/u/prod/marvel/i/mg/a/30/6957e7efe4b50/portrait_uncanny.jpgcdn.marvel.com/u/prod/marvel/i/mg/a... https://cdn.marvel.com/u/prod/marvel/i/mg/a/30/6957e7efe4b50/portrait_uncanny.jpg — 200 — 38.1 KiB — 745 ms — h2https://cdn.marvel.com/content/1x/mmsm2026001cov4x5.jpgcdn.marvel.com/content/1x/mmsm20260... https://cdn.marvel.com/content/1x/mmsm2026001cov4x5.jpg — 200 — 64.9 KiB — 409 ms — h2https://cdn.marvel.com/content/1x/mardcsmsupman_card.jpgcdn.marvel.com/content/1x/mardcsmsu... https://cdn.marvel.com/content/1x/mardcsmsupman_card.jpg — 200 — 63.8 KiB — 116 ms — h2https://cdn.marvel.com/content/1x/avenarma2026001007_card.jpgcdn.marvel.com/content/1x/avenarma2... https://cdn.marvel.com/content/1x/avenarma2026001007_card.jpg — 200 — 56.7 KiB — 694 ms — h2https://cdn.marvel.com/content/1x/vanessa_fisk.pngcdn.marvel.com/content/1x/vanessa_f... https://cdn.marvel.com/content/1x/vanessa_fisk.png — 200 — 146.9 KiB — 758 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 2.0 s LCP 2.2 shttps://marvel.com// https://marvel.com/ — 302 — 257 B — 9 ms — h2https://www.marvel.com/www.marvel.com/ https://www.marvel.com/ — 200 — 137.8 KiB — 12 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 — 246 ms — h2https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/runtime-5ec91746.jsassets-cdn.marvel.com/marvel-fitt/2... https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/runtime-5ec91746.js — 200 — 2.2 KiB — 19 ms — h2https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/css/fusion-be008882.cssassets-cdn.marvel.com/marvel-fitt/2... https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/css/fusion-be008882.css — 200 — 27.9 KiB — 19 ms — h2https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/css/marvel-fitt-a4e3e978.cssassets-cdn.marvel.com/marvel-fitt/2... https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/css/marvel-fitt-a4e3e978.css — 200 — 41.3 KiB — 21 ms — h2https://cdn.registerdisney.go.com/v4/OneID.jscdn.registerdisney.go.com/v4/OneID.... https://cdn.registerdisney.go.com/v4/OneID.js — 200 — 134.1 KiB — 46 ms — h2https://js.chargebee.com/v2/chargebee.jsjs.chargebee.com/v2/chargebee.js https://js.chargebee.com/v2/chargebee.js — 200 — 281.4 KiB — 27 ms — h2https://www.marvel.com/assets/marvel-logo.svgwww.marvel.com/assets/marvel-logo.s... https://www.marvel.com/assets/marvel-logo.svg — 200 — 1.1 KiB — 37 ms — h2https://cdn.marvel.com/content/2x/disneybtn_asset2x_2024.pngcdn.marvel.com/content/2x/disneybtn... https://cdn.marvel.com/content/2x/disneybtn_asset2x_2024.png — 200 — 1.7 KiB — 542 ms — h2https://cdn.marvel.com/content/1x/ddbas2_com_mas_dsk_01.jpgcdn.marvel.com/content/1x/ddbas2_co... https://cdn.marvel.com/content/1x/ddbas2_com_mas_dsk_01.jpg — 200 — 43.9 KiB — 573 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 286 ms — https://cdn.marvel.com/content/1x/daredevilbornagains2_lob_log_def_01.pngcdn.marvel.com/content/1x/daredevil... https://cdn.marvel.com/content/1x/daredevilbornagains2_lob_log_def_01.png — 200 — 14.3 KiB — 314 ms — h2https://cdn.marvel.com/content/1x/spidermanbrandnewday_lob_mas_dsk_02.jpgcdn.marvel.com/content/1x/spiderman... https://cdn.marvel.com/content/1x/spidermanbrandnewday_lob_mas_dsk_02.jpg — 200 — 82.9 KiB — 742 ms — h2https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/841-97b00421.jsassets-cdn.marvel.com/marvel-fitt/2... https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/841-97b00421.js — 200 — 379.2 KiB — 77 ms — h2https://cdn.marvel.com/content/1x/spidermanbrandnewday_lob_log_def_01.pngcdn.marvel.com/content/1x/spiderman... https://cdn.marvel.com/content/1x/spidermanbrandnewday_lob_log_def_01.png — 200 — 30.0 KiB — 309 ms — h2https://cdn.marvel.com/content/1x/mvlbm007-023_dsk.jpgcdn.marvel.com/content/1x/mvlbm007-... https://cdn.marvel.com/content/1x/mvlbm007-023_dsk.jpg — 200 — 94.5 KiB — 299 ms — h2https://cdn.marvel.com/content/1x/theofficialmarvelpodcast_lob_log_def_03.pngcdn.marvel.com/content/1x/theoffici... https://cdn.marvel.com/content/1x/theofficialmarvelpodcast_lob_log_def_03.png — 200 — 8.4 KiB — 279 ms — h2https://cdn.marvel.com/content/1x/mardcsmsupman_com_mas_dsk_01_0.jpgcdn.marvel.com/content/1x/mardcsmsu... https://cdn.marvel.com/content/1x/mardcsmsupman_com_mas_dsk_01_0.jpg — 200 — 166.4 KiB — 367 ms — h2https://cdn.marvel.com/content/1x/20260325_com_mas_dsk_01.jpgcdn.marvel.com/content/1x/20260325_... https://cdn.marvel.com/content/1x/20260325_com_mas_dsk_01.jpg — 200 — 97.8 KiB — 296 ms — h2https://cdn.marvel.com/u/prod/marvel/i/mg/a/80/6957e7ff5d1f4/portrait_uncanny.jpgcdn.marvel.com/u/prod/marvel/i/mg/a... https://cdn.marvel.com/u/prod/marvel/i/mg/a/80/6957e7ff5d1f4/portrait_uncanny.jpg — 200 — 39.8 KiB — 609 ms — h2https://cdn.marvel.com/u/prod/marvel/i/mg/a/80/6957e7efed336/portrait_uncanny.jpgcdn.marvel.com/u/prod/marvel/i/mg/a... https://cdn.marvel.com/u/prod/marvel/i/mg/a/80/6957e7efed336/portrait_uncanny.jpg — 200 — 44.6 KiB — 636 ms — h2https://cdn.marvel.com/u/prod/marvel/i/mg/6/e0/6957e7ff23b30/portrait_uncanny.jpgcdn.marvel.com/u/prod/marvel/i/mg/6... https://cdn.marvel.com/u/prod/marvel/i/mg/6/e0/6957e7ff23b30/portrait_uncanny.jpg — 200 — 28.0 KiB — 714 ms — h2https://cdn.marvel.com/u/prod/marvel/i/mg/5/20/6957e871989be/portrait_uncanny.jpgcdn.marvel.com/u/prod/marvel/i/mg/5... https://cdn.marvel.com/u/prod/marvel/i/mg/5/20/6957e871989be/portrait_uncanny.jpg — 200 — 59.3 KiB — 781 ms — h2https://cdn.marvel.com/u/prod/marvel/i/mg/2/60/6957e7993398e/portrait_uncanny.jpgcdn.marvel.com/u/prod/marvel/i/mg/2... https://cdn.marvel.com/u/prod/marvel/i/mg/2/60/6957e7993398e/portrait_uncanny.jpg — 200 — 28.3 KiB — 734 ms — h2https://cdn.marvel.com/u/prod/marvel/i/mg/a/30/6957e7efe4b50/portrait_uncanny.jpgcdn.marvel.com/u/prod/marvel/i/mg/a... https://cdn.marvel.com/u/prod/marvel/i/mg/a/30/6957e7efe4b50/portrait_uncanny.jpg — 200 — 38.1 KiB — 745 ms — h2https://cdn.marvel.com/content/1x/mmsm2026001cov4x5.jpgcdn.marvel.com/content/1x/mmsm20260... https://cdn.marvel.com/content/1x/mmsm2026001cov4x5.jpg — 200 — 64.9 KiB — 409 ms — h2https://cdn.marvel.com/content/1x/mardcsmsupman_card.jpgcdn.marvel.com/content/1x/mardcsmsu... https://cdn.marvel.com/content/1x/mardcsmsupman_card.jpg — 200 — 63.8 KiB — 116 ms — h2https://cdn.marvel.com/content/1x/avenarma2026001007_card.jpgcdn.marvel.com/content/1x/avenarma2... https://cdn.marvel.com/content/1x/avenarma2026001007_card.jpg — 200 — 56.7 KiB — 694 ms — h2https://cdn.marvel.com/content/1x/vanessa_fisk.pngcdn.marvel.com/content/1x/vanessa_f... https://cdn.marvel.com/content/1x/vanessa_fisk.png — 200 — 146.9 KiB — 758 ms — h2https://cdn.marvel.com/content/1x/smbnd_online_card.jpgcdn.marvel.com/content/1x/smbnd_onl... https://cdn.marvel.com/content/1x/smbnd_online_card.jpg — 200 — 45.8 KiB — 735 ms — h2https://cdn.marvel.com/content/1x/queeninblack2026001_card_0.jpgcdn.marvel.com/content/1x/queeninbl... https://cdn.marvel.com/content/1x/queeninblack2026001_card_0.jpg — 200 — 57.3 KiB — 766 ms — h2https://cdn.marvel.com/content/1x/punisher.pngcdn.marvel.com/content/1x/punisher.... https://cdn.marvel.com/content/1x/punisher.png — 200 — 58.3 KiB — 427 ms — h2https://cdn.marvel.com/content/1x/wonder_man_card.pngcdn.marvel.com/content/1x/wonder_ma... https://cdn.marvel.com/content/1x/wonder_man_card.png — 200 — 233.6 KiB — 779 ms — h2https://cdn.marvel.com/content/1x/spider-man_bnd_thumbnail_16x9_generic_texted_dom_official_trailer_v2_txtlss.jpgcdn.marvel.com/content/1x/spider-ma... https://cdn.marvel.com/content/1x/spider-man_bnd_thumbnail_16x9_generic_texted_dom_official_trailer_v2_txtlss.jpg — 200 — 43.1 KiB — 748 ms — h2https://cdn.marvel.com/content/1x/poster_6389127795112_557ea4f4d985a76204992f603042bd9d_0.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6389127795112_557ea4f4d985a76204992f603042bd9d_0.jpg — 200 — 25.3 KiB — 892 ms — h2https://cdn.marvel.com/content/1x/poster_6389126231112_da4041602556ff37b79a050845c62c00_0.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6389126231112_da4041602556ff37b79a050845c62c00_0.jpg — 200 — 21.9 KiB — 759 ms — h2https://cdn.marvel.com/content/1x/poster_6389126014112_d6f5a0897d167d771653232bb5eb1852_2.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6389126014112_d6f5a0897d167d771653232bb5eb1852_2.jpg — 200 — 22.3 KiB — 390 ms — h2https://cdn.marvel.com/content/1x/poster_6389091657112_0bb3d6763212535be9b8bee284508aca_1.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6389091657112_0bb3d6763212535be9b8bee284508aca_1.jpg — 200 — 24.7 KiB — 792 ms — h2https://cdn.marvel.com/content/1x/poster_6389091554112_5032241c154e2de9f45ba038e63fe17b_0.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6389091554112_5032241c154e2de9f45ba038e63fe17b_0.jpg — 200 — 21.9 KiB — 750 ms — h2https://cdn.marvel.com/content/1x/poster_6389090436112_016b5fd140585a0ac523210e4cabea7e_0.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6389090436112_016b5fd140585a0ac523210e4cabea7e_0.jpg — 200 — 24.0 KiB — 729 ms — h2https://cdn.marvel.com/content/1x/poster_6389087186112_ea300c19cfbd35f23b328afb0caf29b1_0.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6389087186112_ea300c19cfbd35f23b328afb0caf29b1_0.jpg — 200 — 22.2 KiB — 399 ms — h2https://cdn.marvel.com/content/1x/poster_6389087418112_1623d89b810a4557227ff744da05ab3c_0.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6389087418112_1623d89b810a4557227ff744da05ab3c_0.jpg — 200 — 23.7 KiB — 683 ms — h2https://cdn.marvel.com/content/1x/poster_6386399973112_cff75d3a6ed044424ae5698adf0b5db1_1.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6386399973112_cff75d3a6ed044424ae5698adf0b5db1_1.jpg — 200 — 36.1 KiB — 404 ms — h2https://cdn.marvel.com/content/1x/poster_6386202504112_fc7a20aea62d430a46e9086e50d6d021_3.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6386202504112_fc7a20aea62d430a46e9086e50d6d021_3.jpg — 200 — 27.8 KiB — 706 ms — h2https://cdn.marvel.com/content/1x/poster_6386200855112_c3a13e9ee0d56e8e7cf8f031c5199ecb_2.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6386200855112_c3a13e9ee0d56e8e7cf8f031c5199ecb_2.jpg — 200 — 14.3 KiB — 651 ms — h2https://cdn.marvel.com/content/1x/poster_6385919963112_47b35a60cce981d8b5692c01384a2a34_2.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6385919963112_47b35a60cce981d8b5692c01384a2a34_2.jpg — 200 — 23.3 KiB — 691 ms — h2https://cdn.marvel.com/content/1x/poster_6385801108112_e459b0687faf8a2123c70809bdc601a5_3.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6385801108112_e459b0687faf8a2123c70809bdc601a5_3.jpg — 200 — 57.2 KiB — 744 ms — h2https://cdn.marvel.com/content/1x/poster_6384967475112_4043e0ac6331555a3b9fb7ab4f45f5e6_5.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6384967475112_4043e0ac6331555a3b9fb7ab4f45f5e6_5.jpg — 200 — 38.3 KiB — 738 ms — h2https://cdn.marvel.com/content/1x/poster_6384566932112_f497bcf58ef607ae3bbfb1f8d6cb5479_4.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6384566932112_f497bcf58ef607ae3bbfb1f8d6cb5479_4.jpg — 200 — 45.8 KiB — 439 ms — h2https://cdn.marvel.com/content/1x/poster_6383820571112_72825fc4cddae83e27604672efa89e90_4.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6383820571112_72825fc4cddae83e27604672efa89e90_4.jpg — 200 — 31.9 KiB — 769 ms — h2https://cdn.marvel.com/content/1x/poster_6383807941112_05b0606ba36d6e30988cd3e94a4707bd_4.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6383807941112_05b0606ba36d6e30988cd3e94a4707bd_4.jpg — 200 — 24.2 KiB — 713 ms — h2https://cdn.marvel.com/content/1x/poster_6383803219112_3f4dcae10b4bfc8806c7a7a39a2e8853_4.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6383803219112_3f4dcae10b4bfc8806c7a7a39a2e8853_4.jpg — 200 — 35.7 KiB — 741 ms — h2https://cdn.marvel.com/content/1x/poster_6383616540112_626c064d293129cdf7e7324dd3eafb95_4.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6383616540112_626c064d293129cdf7e7324dd3eafb95_4.jpg — 200 — 53.6 KiB — 415 ms — h2https://cdn.marvel.com/content/1x/poster_6382902282112_3f9e52eca6d8a431e920d7cebe32e21d_5.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6382902282112_3f9e52eca6d8a431e920d7cebe32e21d_5.jpg — 200 — 58.5 KiB — 750 ms — h2https://cdn.marvel.com/content/1x/poster_6379705439112_59b03937670333dead6c5cca7aa17a98_5.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6379705439112_59b03937670333dead6c5cca7aa17a98_5.jpg — 200 — 53.7 KiB — 713 ms — h2https://cdn.marvel.com/content/1x/poster_6378418911112_f5742d922149815a8a7492099a666398_9.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6378418911112_f5742d922149815a8a7492099a666398_9.jpg — 200 — 36.2 KiB — 668 ms — h2https://cdn.marvel.com/content/1x/poster_6377144906112_1e07fd4346619b0ad4776240f491bc37_6.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6377144906112_1e07fd4346619b0ad4776240f491bc37_6.jpg — 200 — 32.5 KiB — 703 ms — h2https://cdn.marvel.com/content/1x/poster_6377142122112_7c14736280eea853b98e534d8e974a75_8.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6377142122112_7c14736280eea853b98e534d8e974a75_8.jpg — 200 — 30.8 KiB — 708 ms — h2https://cdn.marvel.com/content/1x/poster_6376798914112_d6aba1c87ede84346401bc8667a9188e_7.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6376798914112_d6aba1c87ede84346401bc8667a9188e_7.jpg — 200 — 48.3 KiB — 758 ms — h2https://cdn.marvel.com/content/1x/poster_6376141940112_26bf387f22fb9dafbce5311a27be6cc6_7.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6376141940112_26bf387f22fb9dafbce5311a27be6cc6_7.jpg — 200 — 25.2 KiB — 755 ms — h2https://cdn.marvel.com/content/1x/poster_6376140941112_23d65b042aadd1f2b95a8cfe6de11c4d_7.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6376140941112_23d65b042aadd1f2b95a8cfe6de11c4d_7.jpg — 200 — 26.6 KiB — 689 ms — h2https://cdn.marvel.com/content/1x/poster_6376138568112_16045011a6874db74bf83a461234cc14_7.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6376138568112_16045011a6874db74bf83a461234cc14_7.jpg — 200 — 21.5 KiB — 660 ms — h2https://cdn.marvel.com/content/1x/poster_6376141113112_60f0aeabd804ef92fdafb07111edeb86_7.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6376141113112_60f0aeabd804ef92fdafb07111edeb86_7.jpg — 200 — 32.3 KiB — 672 ms — h2https://cdn.marvel.com/content/1x/poster_6376140211112_1465c74850e3553819974028c0c4a5f8_7.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6376140211112_1465c74850e3553819974028c0c4a5f8_7.jpg — 200 — 26.7 KiB — 824 ms — h2https://cdn.marvel.com/content/1x/poster_6376094290112_4b1b7ff0835eedbe29ab66598c4f21ae_7.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6376094290112_4b1b7ff0835eedbe29ab66598c4f21ae_7.jpg — 200 — 35.0 KiB — 774 ms — h2https://cdn.marvel.com/content/1x/poster_6376076580112_81c498f1a47fb0179553bebd6588db90_7.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6376076580112_81c498f1a47fb0179553bebd6588db90_7.jpg — 200 — 27.8 KiB — 736 ms — h2https://cdn.marvel.com/content/1x/poster_6376074294112_3407cdfbeca2d458512e65d05e7fd13d_7.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6376074294112_3407cdfbeca2d458512e65d05e7fd13d_7.jpg — 200 — 25.0 KiB — 737 ms — h2https://cdn.marvel.com/content/1x/poster_6376023266112_8e1232013e933931ccbe88c41b02ba08_7.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6376023266112_8e1232013e933931ccbe88c41b02ba08_7.jpg — 200 — 23.4 KiB — 704 ms — h2https://cdn.marvel.com/content/1x/poster_6376021197112_55191df108c2ab075418b7076e2c9e16_7.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6376021197112_55191df108c2ab075418b7076e2c9e16_7.jpg — 200 — 21.7 KiB — 909 ms — h2https://cdn.marvel.com/content/1x/poster_6375988060112_cdca23567ae2b90025a576741e179161_7.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6375988060112_cdca23567ae2b90025a576741e179161_7.jpg — 200 — 41.5 KiB — 690 ms — h2https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/_manifest.jsassets-cdn.marvel.com/marvel-fitt/2... https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/_manifest.js — 200 — 1.0 KiB — 45 ms — h2https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/marvel-fitt-66bf8ff1.jsassets-cdn.marvel.com/marvel-fitt/2... https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/marvel-fitt-66bf8ff1.js — 200 — 171.3 KiB — 64 ms — h2https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/drupal-84406b89.jsassets-cdn.marvel.com/marvel-fitt/2... https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/drupal-84406b89.js — 200 — 2.3 KiB — 46 ms — h2https://cdn.marvel.com/content/1x/poster_6375987261112_b43ef0f7b2cdea4c1acfd592455b553f_7.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6375987261112_b43ef0f7b2cdea4c1acfd592455b553f_7.jpg — 200 — 30.2 KiB — 697 ms — h2https://cdn.marvel.com/content/1x/poster_6375986740112_8df6b8b1053c2ce75598242728b98604_7.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6375986740112_8df6b8b1053c2ce75598242728b98604_7.jpg — 200 — 27.1 KiB — 716 ms — h2https://cdn.marvel.com/content/1x/poster_6375986621112_15616fa3e69704713c12e1431d3c9a85_7.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6375986621112_15616fa3e69704713c12e1431d3c9a85_7.jpg — 200 — 29.0 KiB — 1.2 s — h2https://cdn.marvel.com/content/1x/poster_6375985809112_dd410a493e4c59a44da50e43804e755f_7.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6375985809112_dd410a493e4c59a44da50e43804e755f_7.jpg — 200 — 27.6 KiB — 745 ms — h2https://cdn.marvel.com/content/1x/poster_6375983042112_146015081cb698522f949b6f354b8c3d_7.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6375983042112_146015081cb698522f949b6f354b8c3d_7.jpg — 200 — 30.3 KiB — 877 ms — h2https://cdn.marvel.com/content/1x/poster_6375688487112_22be490ed6a845abe58ef3f6672d2749_7.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6375688487112_22be490ed6a845abe58ef3f6672d2749_7.jpg — 200 — 33.7 KiB — 428 ms — h2https://cdn.marvel.com/content/1x/poster_6375103425112_62cf62c0456cfb4e91580af352a7aa5f_8.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6375103425112_62cf62c0456cfb4e91580af352a7aa5f_8.jpg — 200 — 46.9 KiB — 1.2 s — h2https://cdn.marvel.com/content/1x/poster_6375106187112_007e42d901f362d3b21f1fa1a990a251_8.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6375106187112_007e42d901f362d3b21f1fa1a990a251_8.jpg — 200 — 46.5 KiB — 759 ms — h2https://cdn.marvel.com/content/1x/poster_6375106123112_f086d298f8eb9adcbc582c41f14750a5_8.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6375106123112_f086d298f8eb9adcbc582c41f14750a5_8.jpg — 200 — 43.2 KiB — 660 ms — h2https://cdn.marvel.com/content/1x/poster_6374135030112_10ad10d0c654e3270a3f795091587e9d_8.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6374135030112_10ad10d0c654e3270a3f795091587e9d_8.jpg — 200 — 53.0 KiB — 703 ms — h2https://cdn.marvel.com/content/1x/poster_6373955896112_75b46a8b625638423aa1d05aa88ef1c2_9.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6373955896112_75b46a8b625638423aa1d05aa88ef1c2_9.jpg — 200 — 40.1 KiB — 898 ms — h2https://cdn.marvel.com/content/1x/poster_6373841672112_d84603fc8cb6ec1d6318e6ce6fa89668_9.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6373841672112_d84603fc8cb6ec1d6318e6ce6fa89668_9.jpg — 200 — 37.9 KiB — 503 ms — h2https://cdn.marvel.com/content/1x/poster_6373840865112_d85d91e01b60fd0de676d9eff9f182fd_10.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6373840865112_d85d91e01b60fd0de676d9eff9f182fd_10.jpg — 200 — 41.3 KiB — 707 ms — h2https://cdn.marvel.com/content/1x/poster_6373838587112_7676e3f85301b3a04059738392dbd053_10.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6373838587112_7676e3f85301b3a04059738392dbd053_10.jpg — 200 — 47.9 KiB — 711 ms — h2https://cdn.marvel.com/content/1x/poster_6372852850112_acb0316ba5f21f080f437dd127f8534a_9.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6372852850112_acb0316ba5f21f080f437dd127f8534a_9.jpg — 200 — 14.1 KiB — 819 ms — h2https://cdn.marvel.com/content/1x/poster_6372230663112_aac48462adcc07ebae33455f48356158_12.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6372230663112_aac48462adcc07ebae33455f48356158_12.jpg — 200 — 41.8 KiB — 753 ms — h2https://cdn.marvel.com/content/1x/poster_6372225020112_fd08af00e56a377972aaf46e9f03855c_10.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6372225020112_fd08af00e56a377972aaf46e9f03855c_10.jpg — 200 — 21.1 KiB — 756 ms — h2https://cdn.marvel.com/content/1x/poster_6372227260112_ec969b3630696c25b49afd47d5503899_10.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6372227260112_ec969b3630696c25b49afd47d5503899_10.jpg — 200 — 22.3 KiB — 923 ms — h2https://cdn.marvel.com/content/1x/poster_6372226364112_6e67de1b69d6976c115735293721529e_10.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6372226364112_6e67de1b69d6976c115735293721529e_10.jpg — 200 — 22.0 KiB — 684 ms — h2https://cdn.marvel.com/content/1x/poster_6372224901112_a55d1e58907d67268d2e52eead5c2b06_10.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6372224901112_a55d1e58907d67268d2e52eead5c2b06_10.jpg — 200 — 18.2 KiB — 720 ms — h2https://cdn.marvel.com/content/1x/poster_6372134391112_54878572c7e2fb709d34bc4b8f45e0d6_10.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6372134391112_54878572c7e2fb709d34bc4b8f45e0d6_10.jpg — 200 — 22.9 KiB — 761 ms — h2https://cdn.marvel.com/content/1x/poster_6372133206112_885c8df2f2984b7762cf833b1581ac66_10.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6372133206112_885c8df2f2984b7762cf833b1581ac66_10.jpg — 200 — 22.7 KiB — 676 ms — h2https://cdn.marvel.com/content/1x/poster_6372133767112_934602cde77db7a335d27c368b66b07b_10.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6372133767112_934602cde77db7a335d27c368b66b07b_10.jpg — 200 — 24.1 KiB — 698 ms — h2https://cdn.marvel.com/content/1x/poster_6372133463112_335a72cf616caf133a8172705987f131_10.jpgcdn.marvel.com/content/1x/poster_63... https://cdn.marvel.com/content/1x/poster_6372133463112_335a72cf616caf133a8172705987f131_10.jpg — 200 — 35.2 KiB — 694 ms — h2https://cdn.marvel.com/u/prod/marvel/i/mg/6/b0/69cfe7832007b/portrait_uncanny.jpgcdn.marvel.com/u/prod/marvel/i/mg/6... https://cdn.marvel.com/u/prod/marvel/i/mg/6/b0/69cfe7832007b/portrait_uncanny.jpg — 200 — 51.1 KiB — 666 ms — h2https://cdn.marvel.com/u/prod/marvel/i/mg/d/60/69cfe756ae77b/portrait_uncanny.jpgcdn.marvel.com/u/prod/marvel/i/mg/d... https://cdn.marvel.com/u/prod/marvel/i/mg/d/60/69cfe756ae77b/portrait_uncanny.jpg — 200 — 41.6 KiB — 915 ms — h2https://cdn.marvel.com/u/prod/marvel/i/mg/a/a0/69cfe7568b7c6/portrait_uncanny.jpgcdn.marvel.com/u/prod/marvel/i/mg/a... https://cdn.marvel.com/u/prod/marvel/i/mg/a/a0/69cfe7568b7c6/portrait_uncanny.jpg — 200 — 38.1 KiB — 1.0 s — h2https://cdn.marvel.com/u/prod/marvel/i/mg/7/d0/69cfe756b8388/portrait_uncanny.jpgcdn.marvel.com/u/prod/marvel/i/mg/7... https://cdn.marvel.com/u/prod/marvel/i/mg/7/d0/69cfe756b8388/portrait_uncanny.jpg — 200 — 48.4 KiB — 558 ms — h2https://cdn.marvel.com/u/prod/marvel/i/mg/a/b0/69cfe7486dd57/portrait_uncanny.jpgcdn.marvel.com/u/prod/marvel/i/mg/a... https://cdn.marvel.com/u/prod/marvel/i/mg/a/b0/69cfe7486dd57/portrait_uncanny.jpg — 200 — 51.8 KiB — 740 ms — h2https://cdn.marvel.com/u/prod/marvel/i/mg/a/20/69cfe783265ad/portrait_uncanny.jpgcdn.marvel.com/u/prod/marvel/i/mg/a... https://cdn.marvel.com/u/prod/marvel/i/mg/a/20/69cfe783265ad/portrait_uncanny.jpg — 200 — 38.3 KiB — 430 ms — h2https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/_manifest.jsassets-cdn.marvel.com/marvel-fitt/2... https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/_manifest.js — 200 — 0 B — 45 ms — h2https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/marvel-fitt-66bf8ff1.jsassets-cdn.marvel.com/marvel-fitt/2... https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/marvel-fitt-66bf8ff1.js — 200 — 0 B — 59 ms — h2https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/drupal-84406b89.jsassets-cdn.marvel.com/marvel-fitt/2... https://assets-cdn.marvel.com/marvel-fitt/2779c219e434-release-2026.04.16.1.0.708/client/marvel-fitt/drupal-84406b89.js — 200 — 0 B — 48 ms — h2https://www.datadoghq-browser-agent.com/us1/v5/datadog-rum.jswww.datadoghq-browser-agent.com/us1... https://www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js — 200 — 51.9 KiB — 37 ms — h2https://js.chargebee.com/assets/cbjs-2026.04.13-08.54/v2/351-65390c8633d61df50c59.jsjs.chargebee.com/assets/cbjs-2026.0... https://js.chargebee.com/assets/cbjs-2026.04.13-08.54/v2/351-65390c8633d61df50c59.js — 200 — 6.5 KiB — 13 ms — h2data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='119' height='48' …www.w3.org/2000/svg' width='119' he... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='119' height='48' … — 200 — 0 B — 0 ms — datahttps://cdn.marvel.com/content/2x/20250331_newtomu_base_set_dsk.jpgcdn.marvel.com/content/2x/20250331_... https://cdn.marvel.com/content/2x/20250331_newtomu_base_set_dsk.jpg — 200 — 285.7 KiB — 768 ms — h2https://cdn.marvel.com/content/1x/mulogo_lob_log_eye_01_1.pngcdn.marvel.com/content/1x/mulogo_lo... https://cdn.marvel.com/content/1x/mulogo_lob_log_eye_01_1.png — 200 — 4.9 KiB — 662 ms — h2https://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdinsemicond-medium.woffcdn.marvel.com/u/prod/marvel/font/u... https://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdinsemicond-medium.woff — 200 — 63.5 KiB — 20 ms — h2https://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdin-regular.woffcdn.marvel.com/u/prod/marvel/font/u... https://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdin-regular.woff — 200 — 63.1 KiB — 23 ms — h2https://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdinsemicond-demi.woffcdn.marvel.com/u/prod/marvel/font/u... https://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdinsemicond-demi.woff — 200 — 63.3 KiB — 21 ms — h2https://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdin-regular.woff2cdn.marvel.com/u/prod/marvel/font/u... https://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdin-regular.woff2 — 200 — 43.4 KiB — 612 ms — h2https://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdincond-black.woffcdn.marvel.com/u/prod/marvel/font/u... https://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdincond-black.woff — 200 — 61.2 KiB — 26 ms — h2https://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdincond-bold.woffcdn.marvel.com/u/prod/marvel/font/u... https://cdn.marvel.com/u/prod/marvel/font/urwdin/urwdincond-bold.woff — 200 — 61.5 KiB — 25 ms — h2https://dcf.espn.com/privacy/v1/b/b.rnc?n=0&c=2750&i=8rxo4r&p=prod&s=357&d=8EZ7InZlcnNpb24iOiIxLjAuMCIsImdhdGV3YXkiOiIyLjMuODAyIiwiY2xpZW50SWQiOjI3NTAsInB1Ymxpc2hQYXRoIjoicHJvZCIsImluc3RhbmNlJwDwFCI4cnhvNHIiLCJwYWNrZXQiOjAsIm1vZGUiOiJlbmZvcmNlVwDwIW9va2llcyI6e30sImVudmlyb25tZW50IjoiTWFydmVsIEdEUFIgSUFCIiwiZG9jdR0A8hRSZWZlcnJlciI6IiIsInJlcXVlc3RzIjpbeyJkZXN0aW5hdNEAYCIsInR5cHIA8A9iaWxsaW5nIiwic3RhcnQiOjE3NzY4MTEzNDUzOTV7AKBkIjotMSwic291mgABWgBkc3RhdHVzZgBAYXNvbmUA1F0sImRhdGFQYXR0ZXISAMJsaXN0IjpbXSwiaWRdAMA4MTEzNDUzOTV9XX0dcf.espn.com/privacy/v1/b/b.rnc?n=0... https://dcf.espn.com/privacy/v1/b/b.rnc?n=0&c=2750&i=8rxo4r&p=prod&s=357&d=8EZ7InZlcnNpb24iOiIxLjAuMCIsImdhdGV3YXkiOiIyLjMuODAyIiwiY2xpZW50SWQiOjI3NTAsInB1Ymxpc2hQYXRoIjoicHJvZCIsImluc3RhbmNlJwDwFCI4cnhvNHIiLCJwYWNrZXQiOjAsIm1vZGUiOiJlbmZvcmNlVwDwIW9va2llcyI6e30sImVudmlyb25tZW50IjoiTWFydmVsIEdEUFIgSUFCIiwiZG9jdR0A8hRSZWZlcnJlciI6IiIsInJlcXVlc3RzIjpbeyJkZXN0aW5hdNEAYCIsInR5cHIA8A9iaWxsaW5nIiwic3RhcnQiOjE3NzY4MTEzNDUzOTV7AKBkIjotMSwic291mgABWgBkc3RhdHVzZgBAYXNvbmUA1F0sImRhdGFQYXR0ZXISAMJsaXN0IjpbXSwiaWRdAMA4MTEzNDUzOTV9XX0 — 204 — 106 B — 38 ms — h2https://a.espncdn.com/players/web-player-bundle/5.5.17/espn-web-player-bundle.min.jsa.espncdn.com/players/web-player-bu... https://a.espncdn.com/players/web-player-bundle/5.5.17/espn-web-player-bundle.min.js — 200 — 195.7 KiB — 20 ms — h2https://a.espncdn.com/players/web-player-bundle/5.5.17/espn-web-player-bundle.cssa.espncdn.com/players/web-player-bu... https://a.espncdn.com/players/web-player-bundle/5.5.17/espn-web-player-bundle.css — 200 — 46.6 KiB — 11 ms — h2https://api.config.watchabc.go.com/appsconfig/qa/js-mmp-espn/001/1.0.0/config.jsonapi.config.watchabc.go.com/appsconf... https://api.config.watchabc.go.com/appsconfig/qa/js-mmp-espn/001/1.0.0/config.json — 200 — 1.4 KiB — 16 ms — h2https://a.espncdn.com/players/web-player-bundle/5.5.17/dtci.video.min.jsa.espncdn.com/players/web-player-bu... https://a.espncdn.com/players/web-player-bundle/5.5.17/dtci.video.min.js — 200 — 234.2 KiB — 11 ms — h2https://a.espncdn.com/players/web-player-bundle/5.5.17/dtci.video-plugins.min.jsa.espncdn.com/players/web-player-bu... https://a.espncdn.com/players/web-player-bundle/5.5.17/dtci.video-plugins.min.js — 200 — 33.4 KiB — 20 ms — h2https://imasdk.googleapis.com/js/sdkloader/ima3.jsimasdk.googleapis.com/js/sdkloader/... https://imasdk.googleapis.com/js/sdkloader/ima3.js — 200 — 146.2 KiB — 197 ms — h2https://cdn.marvel.com/u/prod/marvel/font/roboto/roboto-regular.woffcdn.marvel.com/u/prod/marvel/font/r... https://cdn.marvel.com/u/prod/marvel/font/roboto/roboto-regular.woff — 200 — 64.5 KiB — 8 ms — h2blob:https://www.marvel.com/7970ad49-f537-4641-b03c-a3d315155693www.marvel.com/7970ad49-f537-4641-b... blob:https://www.marvel.com/7970ad49-f537-4641-b03c-a3d315155693 — 206 — 0 B — 1 ms — blobblob:https://www.marvel.com/c66dd599-c609-43a3-986c-77bd94d43c11www.marvel.com/c66dd599-c609-43a3-9... blob:https://www.marvel.com/c66dd599-c609-43a3-986c-77bd94d43c11 — 206 — 0 B — 1 ms — blobhttps://js-agent.newrelic.com/nr-spa-1.313.1.min.jsjs-agent.newrelic.com/nr-spa-1.313.... https://js-agent.newrelic.com/nr-spa-1.313.1.min.js — 200 — 30.3 KiB — 13 ms — h2blob:https://www.marvel.com/c66dd599-c609-43a3-986c-77bd94d43c11www.marvel.com/c66dd599-c609-43a3-9... blob:https://www.marvel.com/c66dd599-c609-43a3-986c-77bd94d43c11 — 206 — 0 B — 1 ms — blobhttps://www.marvel.com/assets/favicon/favicon.icowww.marvel.com/assets/favicon/favic... https://www.marvel.com/assets/favicon/favicon.ico — 200 — 7.6 KiB — 35 ms — h2https://bam.nr-data.net/1/8d01ff17d1?a=1536058748,1536059054&v=1.313.1&to=NVNRYRdWV0tQWxcIXQwZcEAWQ1ZVHlwRFEIDWg%3D%3D&rst=1858&ck=0&s=c3b86038f5ad3bb6&ref=https://www.marvel.com/&ptid=05a6c96034b9b71c&tt=c088417a68b0f641&af=err,spa,xhr,stn,ins&ap=87.45912&be=20&fe=1808&dc=797&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776811344582,%22n%22:0,%22f%22:13,%22dn%22:13,%22dne%22:13,%22c%22:13,%22s%22:13,%22ce%22:13,%22rq%22:15,%22rp%22:20,%22rpe%22:26,%22di%22:647,%22ds%22:814,%22de%22:817,%22dc%22:1821,%22l%22:1824,%22le%22:1828%7D,%22navigation%22:%7B%7D%7D&fp=604&fcp=604bam.nr-data.net/1/8d01ff17d1?a=1536... https://bam.nr-data.net/1/8d01ff17d1?a=1536058748,1536059054&v=1.313.1&to=NVNRYRdWV0tQWxcIXQwZcEAWQ1ZVHlwRFEIDWg%3D%3D&rst=1858&ck=0&s=c3b86038f5ad3bb6&ref=https://www.marvel.com/&ptid=05a6c96034b9b71c&tt=c088417a68b0f641&af=err,spa,xhr,stn,ins&ap=87.45912&be=20&fe=1808&dc=797&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776811344582,%22n%22:0,%22f%22:13,%22dn%22:13,%22dne%22:13,%22c%22:13,%22s%22:13,%22ce%22:13,%22rq%22:15,%22rp%22:20,%22rpe%22:26,%22di%22:647,%22ds%22:814,%22de%22:817,%22dc%22:1821,%22l%22:1824,%22le%22:1828%7D,%22navigation%22:%7B%7D%7D&fp=604&fcp=604 — 200 — 675 B — 426 ms — http/1.1https://cdn.marvel.com/content/2x/poster_6389127795112_557ea4f4d985a76204992f603042bd9d_0.jpgcdn.marvel.com/content/2x/poster_63... https://cdn.marvel.com/content/2x/poster_6389127795112_557ea4f4d985a76204992f603042bd9d_0.jpg — 200 — 68.9 KiB — 7 ms — h2https://cdn.marvel.com/content/2x/poster_6389127795112_557ea4f4d985a76204992f603042bd9d_0.jpgcdn.marvel.com/content/2x/poster_63... https://cdn.marvel.com/content/2x/poster_6389127795112_557ea4f4d985a76204992f603042bd9d_0.jpg — 200 — 0 B — 1 ms — h2data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' f…www.w3.org/2000/svg' width='14' hei... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' f… — 200 — 0 B — 0 ms — datablob:https://www.marvel.com/0b26e579-0fe3-4531-a639-76b7798462e5www.marvel.com/0b26e579-0fe3-4531-a... blob:https://www.marvel.com/0b26e579-0fe3-4531-a639-76b7798462e5 — 200 — -1 B — 32 ms — blobblob:https://www.marvel.com/6ed88fba-e0ff-441c-8682-31ae7fe01f8awww.marvel.com/6ed88fba-e0ff-441c-8... blob:https://www.marvel.com/6ed88fba-e0ff-441c-8682-31ae7fe01f8a — 200 — -1 B — 35 ms — blobblob:https://www.marvel.com/124ee9f3-8f14-493f-b203-96186da714e5www.marvel.com/124ee9f3-8f14-493f-b... blob:https://www.marvel.com/124ee9f3-8f14-493f-b203-96186da714e5 — 200 — -1 B — 34 ms — blobhttps://bam.nr-data.net/events/1/8d01ff17d1?a=1536058748,1536059054&v=1.313.1&to=NVNRYRdWV0tQWxcIXQwZcEAWQ1ZVHlwRFEIDWg%3D%3D&rst=2327&ck=0&s=c3b86038f5ad3bb6&ref=https://www.marvel.com/&ptid=05a6c96034b9b71cbam.nr-data.net/events/1/8d01ff17d1... https://bam.nr-data.net/events/1/8d01ff17d1?a=1536058748,1536059054&v=1.313.1&to=NVNRYRdWV0tQWxcIXQwZcEAWQ1ZVHlwRFEIDWg%3D%3D&rst=2327&ck=0&s=c3b86038f5ad3bb6&ref=https://www.marvel.com/&ptid=05a6c96034b9b71c — 200 — 367 B — 115 ms — http/1.1https://bam.nr-data.net/jserrors/1/8d01ff17d1?a=1536058748,1536059054&v=1.313.1&to=NVNRYRdWV0tQWxcIXQwZcEAWQ1ZVHlwRFEIDWg%3D%3D&rst=2329&ck=0&s=c3b86038f5ad3bb6&ref=https://www.marvel.com/&ptid=05a6c96034b9b71cbam.nr-data.net/jserrors/1/8d01ff17... https://bam.nr-data.net/jserrors/1/8d01ff17d1?a=1536058748,1536059054&v=1.313.1&to=NVNRYRdWV0tQWxcIXQwZcEAWQ1ZVHlwRFEIDWg%3D%3D&rst=2329&ck=0&s=c3b86038f5ad3bb6&ref=https://www.marvel.com/&ptid=05a6c96034b9b71c — 200 — 367 B — 113 ms — http/1.1https://bam.nr-data.net/events/1/8d01ff17d1?a=1536058748,1536059054&v=1.313.1&to=NVNRYRdWV0tQWxcIXQwZcEAWQ1ZVHlwRFEIDWg%3D%3D&rst=2332&ck=0&s=c3b86038f5ad3bb6&ref=https://www.marvel.com/&ptid=05a6c96034b9b71cbam.nr-data.net/events/1/8d01ff17d1... https://bam.nr-data.net/events/1/8d01ff17d1?a=1536058748,1536059054&v=1.313.1&to=NVNRYRdWV0tQWxcIXQwZcEAWQ1ZVHlwRFEIDWg%3D%3D&rst=2332&ck=0&s=c3b86038f5ad3bb6&ref=https://www.marvel.com/&ptid=05a6c96034b9b71c — 200 — 367 B — 110 ms — http/1.1https://cdn.registerdisney.go.com/v4/bundle/web/MARVEL-MARVEL.COM.WEB/en-US?logLevel=INFOcdn.registerdisney.go.com/v4/bundle... https://cdn.registerdisney.go.com/v4/bundle/web/MARVEL-MARVEL.COM.WEB/en-US?logLevel=INFO — 200 — 585.4 KiB — 50 ms — h2https://www.marvel.com/assets/responder-web-app-v4.html?clientId=MARVEL-MARVEL.COM.WEB&environment=PRODwww.marvel.com/assets/responder-web... https://www.marvel.com/assets/responder-web-app-v4.html?clientId=MARVEL-MARVEL.COM.WEB&environment=PROD — 200 — 706 B — 38 ms — h2https://cdn.registerdisney.go.com/v4/responder.js?clientID=MARVEL-MARVEL.COM.WEBcdn.registerdisney.go.com/v4/respon... https://cdn.registerdisney.go.com/v4/responder.js?clientID=MARVEL-MARVEL.COM.WEB — 200 — 3.7 KiB — 4 ms — h2https://cdn.registerdisney.go.com/v4/asset/bundler/MARVEL/v4/images/v1/marvel-background-web.webpcdn.registerdisney.go.com/v4/asset/... https://cdn.registerdisney.go.com/v4/asset/bundler/MARVEL/v4/images/v1/marvel-background-web.webp — 200 — 208.1 KiB — 11 ms — h2https://cdn.registerdisney.go.com/v4/asset/bundler/MARVEL/v4/images/v1/marvel-logo.svgcdn.registerdisney.go.com/v4/asset/... https://cdn.registerdisney.go.com/v4/asset/bundler/MARVEL/v4/images/v1/marvel-logo.svg — 200 — 946 B — 5 ms — h2https://www.google.com/recaptcha/enterprise.js?onload=grecaptcha1776811347371&render=6LdY8_cZAAAAACuaDxPPyWpDPk5KXjGfPstGnKz1&hl=enwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js?onload=grecaptcha1776811347371&render=6LdY8_cZAAAAACuaDxPPyWpDPk5KXjGfPstGnKz1&hl=en — 200 — 1.1 KiB — 61 ms — h3https://dcf.espn.com/privacy/v1/b/b.rnc?n=1&c=2750&i=8rxo4r&p=prod&s=6689&d=8EZ7InZlcnNpb24iOiIxLjAuMCIsImdhdGV3YXkiOiIyLjMuODAyIiwiY2xpZW50SWQiOjI3NTAsInB1Ymxpc2hQYXRoIjoicHJvZCIsImluc3RhbmNlJwDwFCI4cnhvNHIiLCJwYWNrZXQiOjEsIm1vZGUiOiJlbmZvcmNlVwDyMm9va2llcyI6e30sImVudmlyb25tZW50IjoiTWFydmVsIEdEUFIgSUFCIiwicmVxdWVzdHMiOlt7ImRlc3RpbmF0uwDwAGh0dHA6Ly9hLyIsInR5cGUAAy4AcCIsInN0YXKAAMA3NzY4MTEzNDU2MTVuAEdkIjoxFABgNiwic291mADyAjoiUkVRVUVTVF9NQU5BR0VSRQDAdHVzIjoiYmxvY2tl7wBgcmVhc29ujwDxCSJXaGl0ZWxpc3QiXSwiZGF0YVBhdHRlch0AMV0sIhoAKjpbJwATaYAAvzk1NDkwMDU1OX0s1wAB8ARzOi8vYnJvd3Nlci1pbnRha2UtYQDyCGRvZ2hxLmNvbS9hcGkvdjIvcnVtP2RkwgATPTEAwyZkZHRhZ3M9c2RrX-gB8SklM0E1LjM1LjElMkNhcGklM0FmZXRjaCUyQ2VudiUzQXByb2R1Y3Rpb24lMkNzZXJ2aWNlJTNBbY4Bhi1maXR0JTJDTADwKDI3NzljMjE5JmRkLWFwaS1rZXk9cHViZmZlNGE2ODI4YmMxNjM5YTc5ZTA3M2EzNDEwYmQ1ZDEvALNldnAtb3JpZ2luLVAAEj2aAAodAAfMABMt1AH4JS1pZD1iYjU1NTFhNi04MDdmLTQ5NmQtOTIyNi0xZDk2NjUxOWQ2ZDEmYmF0Y2hfdGltZT3qARY3JgIB_QAC3wEMJAIfNyQCABc3JAJfRkVUQ0giAlGvODQ3MTM0MzcwMiICAw_5AhkfOdUAABc51QAP-QJgLzYz1wADD_kC_wX_FTE3ODAyY2YzLWRjYWMtNDQ5MC04ZjBjLTY1MTFiNmZiYjExY_kCBR85-QISDyQCDQ_5AlefMzA4NTQ1MDcxIgJkP3hochkFnv8VNmQ2YjViMzktMTAzMi00NDcwLWI1YmItNmM0YTVhZjg0ZjllIAIEJjIxIAIgeGi8Bw47By4yMUIEABQAAnkGbyI6IlhIUhUFUa81MzYxNDYzNTI2HAL_Gf8VNDNkYTYyNjYtNDhjMy00NzkxLTkwMzgtMTcwNGFjMWRhYWY5HAIFAAYKA1sJDxwCBh8yHAIAFzJeBg8cAlSfNjMxMjA0NDc2HAIEDzEHGB820wAAJzYz0wAPMQdfLzYw1wAEDzEH_wX_FTYzNTQzNWI5LTE3NGYtNGIzMi1iMWViLTEyYjYwOTA3NmRjMPUCBCY2MxEFDyoKBwAQAiNlbs4LA2IMABQABRMFDzEHV484NDExODcyMUwMZQ8xB6H_FWUwN2FhMTg5LWJjMmQtNGFhOS1iNjNkLTMyOTM2OTJmOTcyMyACEA8VBQUACgINHgIXNEIEDxUFVI81MzcwNzA5NG8LBQ8VBRZMNjIxM-gFAhQABfECDxUFXk8xMTU3CAhkARgEDyYKnv8UMmEwYzIyYWMtYzU1YS00MTEyLWE1MzktOTQ1NTNkOGRhNjkKCAMA6gEPFQUPACYADyQCDA8VBVefNjg4ODgzODQwIgIDD_kCGR801QAACMwDD_kCYR841wADDw4I_wXAN2EyOTkxNDktYzExAwv_BDAxLWFjY2QtNTg2MWUyNjg5MTIOCANPNjIxNfkCEg1cFAA6AAfwBQ_5AlafNjkyODcyODE1YRFlDw4Iof8VMWNmMWUyOGUtODZkMS00MjkzLWFjZTAtMDI0NzMyNjljYmY1DggCNzYyMVgUDw4IAwAkAA9CBAAIVhQPDghUnzgxNjcyNTg0MjcHZQ8cAqH_FGU3NTYwNjgyLWU5ZTQtNDRkZi1iMWM2LWUzOTg4MzllNTkyHAKx0DYyNjQyMzYxMjR9XX0dcf.espn.com/privacy/v1/b/b.rnc?n=1... https://dcf.espn.com/privacy/v1/b/b.rnc?n=1&c=2750&i=8rxo4r&p=prod&s=6689&d=8EZ7InZlcnNpb24iOiIxLjAuMCIsImdhdGV3YXkiOiIyLjMuODAyIiwiY2xpZW50SWQiOjI3NTAsInB1Ymxpc2hQYXRoIjoicHJvZCIsImluc3RhbmNlJwDwFCI4cnhvNHIiLCJwYWNrZXQiOjEsIm1vZGUiOiJlbmZvcmNlVwDyMm9va2llcyI6e30sImVudmlyb25tZW50IjoiTWFydmVsIEdEUFIgSUFCIiwicmVxdWVzdHMiOlt7ImRlc3RpbmF0uwDwAGh0dHA6Ly9hLyIsInR5cGUAAy4AcCIsInN0YXKAAMA3NzY4MTEzNDU2MTVuAEdkIjoxFABgNiwic291mADyAjoiUkVRVUVTVF9NQU5BR0VSRQDAdHVzIjoiYmxvY2tl7wBgcmVhc29ujwDxCSJXaGl0ZWxpc3QiXSwiZGF0YVBhdHRlch0AMV0sIhoAKjpbJwATaYAAvzk1NDkwMDU1OX0s1wAB8ARzOi8vYnJvd3Nlci1pbnRha2UtYQDyCGRvZ2hxLmNvbS9hcGkvdjIvcnVtP2RkwgATPTEAwyZkZHRhZ3M9c2RrX-gB8SklM0E1LjM1LjElMkNhcGklM0FmZXRjaCUyQ2VudiUzQXByb2R1Y3Rpb24lMkNzZXJ2aWNlJTNBbY4Bhi1maXR0JTJDTADwKDI3NzljMjE5JmRkLWFwaS1rZXk9cHViZmZlNGE2ODI4YmMxNjM5YTc5ZTA3M2EzNDEwYmQ1ZDEvALNldnAtb3JpZ2luLVAAEj2aAAodAAfMABMt1AH4JS1pZD1iYjU1NTFhNi04MDdmLTQ5NmQtOTIyNi0xZDk2NjUxOWQ2ZDEmYmF0Y2hfdGltZT3qARY3JgIB_QAC3wEMJAIfNyQCABc3JAJfRkVUQ0giAlGvODQ3MTM0MzcwMiICAw_5AhkfOdUAABc51QAP-QJgLzYz1wADD_kC_wX_FTE3ODAyY2YzLWRjYWMtNDQ5MC04ZjBjLTY1MTFiNmZiYjExY_kCBR85-QISDyQCDQ_5AlefMzA4NTQ1MDcxIgJkP3hochkFnv8VNmQ2YjViMzktMTAzMi00NDcwLWI1YmItNmM0YTVhZjg0ZjllIAIEJjIxIAIgeGi8Bw47By4yMUIEABQAAnkGbyI6IlhIUhUFUa81MzYxNDYzNTI2HAL_Gf8VNDNkYTYyNjYtNDhjMy00NzkxLTkwMzgtMTcwNGFjMWRhYWY5HAIFAAYKA1sJDxwCBh8yHAIAFzJeBg8cAlSfNjMxMjA0NDc2HAIEDzEHGB820wAAJzYz0wAPMQdfLzYw1wAEDzEH_wX_FTYzNTQzNWI5LTE3NGYtNGIzMi1iMWViLTEyYjYwOTA3NmRjMPUCBCY2MxEFDyoKBwAQAiNlbs4LA2IMABQABRMFDzEHV484NDExODcyMUwMZQ8xB6H_FWUwN2FhMTg5LWJjMmQtNGFhOS1iNjNkLTMyOTM2OTJmOTcyMyACEA8VBQUACgINHgIXNEIEDxUFVI81MzcwNzA5NG8LBQ8VBRZMNjIxM-gFAhQABfECDxUFXk8xMTU3CAhkARgEDyYKnv8UMmEwYzIyYWMtYzU1YS00MTEyLWE1MzktOTQ1NTNkOGRhNjkKCAMA6gEPFQUPACYADyQCDA8VBVefNjg4ODgzODQwIgIDD_kCGR801QAACMwDD_kCYR841wADDw4I_wXAN2EyOTkxNDktYzExAwv_BDAxLWFjY2QtNTg2MWUyNjg5MTIOCANPNjIxNfkCEg1cFAA6AAfwBQ_5AlafNjkyODcyODE1YRFlDw4Iof8VMWNmMWUyOGUtODZkMS00MjkzLWFjZTAtMDI0NzMyNjljYmY1DggCNzYyMVgUDw4IAwAkAA9CBAAIVhQPDghUnzgxNjcyNTg0MjcHZQ8cAqH_FGU3NTYwNjgyLWU5ZTQtNDRkZi1iMWM2LWUzOTg4MzllNTkyHAKx0DYyNjQyMzYxMjR9XX0 — 204 — 106 B — 37 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 162 ms — h2https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LdY8_cZAAAAACuaDxPPyWpDPk5KXjGfPstGnKz1&co=aHR0cHM6Ly9jZG4ucmVnaXN0ZXJkaXNuZXkuZ28uY29tOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=4d8zv02nw3eqwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LdY8_cZAAAAACuaDxPPyWpDPk5KXjGfPstGnKz1&co=aHR0cHM6Ly9jZG4ucmVnaXN0ZXJkaXNuZXkuZ28uY29tOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=4d8zv02nw3eq — 200 — 27.5 KiB — 43 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 — 68 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 — 134 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 — 200 — 23 B — 190 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 — 0 B — 23 ms — h3https://dcf.espn.com/TWDC-DTCI/prod/serverComponent.php?namespace=Bootstrapper&staticJsPath=/TWDC-DTCI/prod/code/&ClientID=2750&PageID=https%3A%2F%2Fwww.marvel.com%2F%3Fcds%3Dn%26country%3Dfr%26region%3Dxx%26gpc%3Dxx%26shouldFire%3Dy%26nAsyncNgeo%3Dn%26portal%3Dmarvel%26site%3D%26siteRegion%3D%26realHost%3Dwww.marvel.com%26kpTlium%3Dn%26eventStep%3Dnon-ecom&custDomain=dcf.espn.comdcf.espn.com/TWDC-DTCI/prod/serverC... https://dcf.espn.com/TWDC-DTCI/prod/serverComponent.php?namespace=Bootstrapper&staticJsPath=/TWDC-DTCI/prod/code/&ClientID=2750&PageID=https%3A%2F%2Fwww.marvel.com%2F%3Fcds%3Dn%26country%3Dfr%26region%3Dxx%26gpc%3Dxx%26shouldFire%3Dy%26nAsyncNgeo%3Dn%26portal%3Dmarvel%26site%3D%26siteRegion%3D%26realHost%3Dwww.marvel.com%26kpTlium%3Dn%26eventStep%3Dnon-ecom&custDomain=dcf.espn.com — 200 — 645 B — 366 ms — h2https://www.marvel.com/assets/svg/account.svgwww.marvel.com/assets/svg/account.s... https://www.marvel.com/assets/svg/account.svg — 200 — 1.1 KiB — 34 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 — 45 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/code/62e09be7a105ca899a266394b82ae9ff.js?conditionId0=4908201dcf.espn.com/TWDC-DTCI/prod/code/62... https://dcf.espn.com/TWDC-DTCI/prod/code/62e09be7a105ca899a266394b82ae9ff.js?conditionId0=4908201 — 200 — 29.9 KiB — 52 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 — 51 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/code/2fb0c8e51746912c4d0f91004428bbd3.js?conditionId0=4967623dcf.espn.com/TWDC-DTCI/prod/code/2f... https://dcf.espn.com/TWDC-DTCI/prod/code/2fb0c8e51746912c4d0f91004428bbd3.js?conditionId0=4967623 — 200 — 1.7 KiB — 48 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/code/7e29c49e7f06213edae8a586de81c21f.js?conditionId0=4905270dcf.espn.com/TWDC-DTCI/prod/code/7e... https://dcf.espn.com/TWDC-DTCI/prod/code/7e29c49e7f06213edae8a586de81c21f.js?conditionId0=4905270 — 200 — 60.0 KiB — 51 ms — h2https://disney.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=D83AE33C56937B7B7F000101%40AdobeOrg&d_nsid=0&d_coppa=true&ts=1776811348531disney.demdex.net/id?d_visid_ver=5.... https://disney.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=D83AE33C56937B7B7F000101%40AdobeOrg&d_nsid=0&d_coppa=true&ts=1776811348531 — 200 — 666 B — 119 ms — h2https://dcf.espn.com/privacy/v1/c/b.rnc?n=0&c=2750&i=7hk7oy&p=prod&s=343&d=9Cd7InZlcnNpb24iOiIxLjAuMCIsImdhdGV3YXkiOiIyLjMuODAyIiwiY2xpZW50SWQiOjI3NTAQAPAcTmFtZSI6IlRXREMtRFRDSSIsInB1Ymxpc2hQYXRoIjoicHJvZCIsIm1vZCgAkHdoaXRlbGlzdFEA8Bdvb2tpZXMiOnt9LCJkdCI6MTc3NjgxMTM0ODUyMywic2V0dGluZyEAAD8A8SphbCI6ImVudGVycHJpc2UiLCJlbnZpcm9ubWVudCI6Ik1hcnZlbCBHRFBSIElBQiIsImRlZmF1bHRBAAChAMFfVmVuZG9yX0NvbnM0AJAwfX0sImV2ZW4kACJbewsAQSI6ImOaAGBDaGFuZ2W9APAAQWRvYmUgQW5hbHl0aWNzKQEAXwALswDgMiwiaXNUYWciOjF9XX0dcf.espn.com/privacy/v1/c/b.rnc?n=0... https://dcf.espn.com/privacy/v1/c/b.rnc?n=0&c=2750&i=7hk7oy&p=prod&s=343&d=9Cd7InZlcnNpb24iOiIxLjAuMCIsImdhdGV3YXkiOiIyLjMuODAyIiwiY2xpZW50SWQiOjI3NTAQAPAcTmFtZSI6IlRXREMtRFRDSSIsInB1Ymxpc2hQYXRoIjoicHJvZCIsIm1vZCgAkHdoaXRlbGlzdFEA8Bdvb2tpZXMiOnt9LCJkdCI6MTc3NjgxMTM0ODUyMywic2V0dGluZyEAAD8A8SphbCI6ImVudGVycHJpc2UiLCJlbnZpcm9ubWVudCI6Ik1hcnZlbCBHRFBSIElBQiIsImRlZmF1bHRBAAChAMFfVmVuZG9yX0NvbnM0AJAwfX0sImV2ZW4kACJbewsAQSI6ImOaAGBDaGFuZ2W9APAAQWRvYmUgQW5hbHl0aWNzKQEAXwALswDgMiwiaXNUYWciOjF9XX0 — 204 — 106 B — 36 ms — h2https://secure.espn.com/js/dcf/tags/vision/latest/vision-media.jssecure.espn.com/js/dcf/tags/vision/... https://secure.espn.com/js/dcf/tags/vision/latest/vision-media.js — 200 — 15.9 KiB — 42 ms — h2https://sw88.go.com/id?d_visid_ver=5.5.0&d_fieldgroup=A&mcorgid=D83AE33C56937B7B7F000101%40AdobeOrg&mid=11720685356146621692952378133804405731&d_coppa=true&ts=1776811348658sw88.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=D83AE33C56937B7B7F000101%40AdobeOrg&mid=11720685356146621692952378133804405731&d_coppa=true&ts=1776811348658 — 200 — 453 B — 67 ms — h2https://sw88.go.com/b/ss/marveldotcomv3,marvelglobal/1/JS-2.27.0/s94264186216800?AQB=1&ndh=1&pf=1&t=21%2F3%2F2026%2022%3A42%3A28%202%200&mid=11720685356146621692952378133804405731&aamlh=6&ce=UTF-8&pageName=Marvel.com&g=https%3A%2F%2Fwww.marvel.com%2F&c.&page=homepage&privacystate=Marvel%20GDPR%20IAB%3AOptOut&contentType=homepage&pageTitle=Marvel.com%20%7C%20The%20Official%20Site%20for%20Marvel%20Movies%2C%20Characters%2C%20Comics%2C%20TV&channel=homepage&pageUrl=https%3A%2F%2Fwww.marvel.com%2F&platform=web&productLine=marveldotcom&section=homepage&sitesection2=undefined&ContentID=undefined&cid=n%2Fa&printSubscriber=no&entitlementStatus=no&loginStatus=no&muSubscriptionType=non-subscriber&baseDomain=marvel.com&country=fr&otguid=b076a8cd-f1c1-44ad-9830-7d40f784777e&portal=marvel&swid=noconsent&marvelId=null&businessUnit=marveldotcom&.c&aamb=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=D83AE33C56937B7B7F000101%40AdobeOrg&AQE=1sw88.go.com/b/ss/marveldotcomv3,mar... https://sw88.go.com/b/ss/marveldotcomv3,marvelglobal/1/JS-2.27.0/s94264186216800?AQB=1&ndh=1&pf=1&t=21%2F3%2F2026%2022%3A42%3A28%202%200&mid=11720685356146621692952378133804405731&aamlh=6&ce=UTF-8&pageName=Marvel.com&g=https%3A%2F%2Fwww.marvel.com%2F&c.&page=homepage&privacystate=Marvel%20GDPR%20IAB%3AOptOut&contentType=homepage&pageTitle=Marvel.com%20%7C%20The%20Official%20Site%20for%20Marvel%20Movies%2C%20Characters%2C%20Comics%2C%20TV&channel=homepage&pageUrl=https%3A%2F%2Fwww.marvel.com%2F&platform=web&productLine=marveldotcom&section=homepage&sitesection2=undefined&ContentID=undefined&cid=n%2Fa&printSubscriber=no&entitlementStatus=no&loginStatus=no&muSubscriptionType=non-subscriber&baseDomain=marvel.com&country=fr&otguid=b076a8cd-f1c1-44ad-9830-7d40f784777e&portal=marvel&swid=noconsent&marvelId=null&businessUnit=marveldotcom&.c&aamb=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=D83AE33C56937B7B7F000101%40AdobeOrg&AQE=1 — 200 — 200 B — 31 ms — h2https://dcf.espn.com/privacy/v1/b/b.rnc?n=2&c=2750&i=8rxo4r&p=prod&s=3322&d=8EZ7InZlcnNpb24iOiIxLjAuMCIsImdhdGV3YXkiOiIyLjMuODAyIiwiY2xpZW50SWQiOjI3NTAsInB1Ymxpc2hQYXRoIjoicHJvZCIsImluc3RhbmNlJwDwFCI4cnhvNHIiLCJwYWNrZXQiOjIsIm1vZGUiOiJlbmZvcmNlVwDyMm9va2llcyI6e30sImVudmlyb25tZW50IjoiTWFydmVsIEdEUFIgSUFCIiwicmVxdWVzdHMiOlt7ImRlc3RpbmF0uwDwHmh0dHBzOi8vcGxhdGZvcm0udHdpdHRlci5jb20vd2lkZ2V0cy5qcyIsInR5cIMA8A5zY3JpcHQiLCJzdGFydCI6MTc3NjgxMTM0ODUwMYsAHWQUADBzb3W1ACI6IjwA8ABfRE9NQXR0ck1vZGlmaWUAAeFzdGF0dXMiOiJibG9jaxMAYHJlYXNvbrMA8AUiV2hpdGVsaXN0Il0sImRhdGFQYaMAAR0AMV0sIhoA8AQ6WyJUV0RDX1ZlbmRvcl9Db25zDgFDXSwiaZEAvzA0OTM5NDc3MH0sBQEF0XV0dC5pbXBhY3RjZG4CAf8WQTUzNzE3NzktNGZmZS00OWRlLWE5OWQtNGE4NWQ5ODE2ODdkMSABFS4yMCABABQADyABVAlHAQMWAa84NjY3NDM3NjM2FgH_HvI0ZGlzbmV5LmRlbWRleC5uZXQvaWQ_ZF92aXNpZF92ZXI9NS41LjAmZF9maWVsZGdyb3VwPU1DJmRfcnRiZD1qc29uJigAITImCADwKmlmeT0xJmRfb3JnaWQ9RDgzQUUzM0M1NjkzN0I3QjdGMDAwMTAxJTQwQWRvYmVPcmcmZF9uc2lkPWQA52NvcHBhPXRydWUmdHM9kwMmMzG6AyB4aFUEDrcDLjMylwJFMzMsIpcCslhIUl9NQU5BR0VS-AMCrANbYWxsb3esAw-hAwkHjAOfNjcxMjU3NDI4dgIHD2ABuB80YAEAHzRgAVEfM-wECPMDd3d3Lmdvb2dsZXRhZ21hbmFn9QX2CGd0YWcvanM_aWQ9QVctOTQ1ODA0ODE1SAICxgUCCgILAgYfNOIEAAAUAAVLAgI8AA8CBmOvNDY4MTc0NTI3N3YCB1FhMi5hZAgHANIDgnNlcnZpbmcvtgD_BHMvdHJhY2twb2ludC9hc3luYy8VAa-vNzczNTYwMzk3MhUBB_EFc2Iuc2NvcmVjYXJkcmVzZWFyY2geB_8DY3MvMTUzNTQyMzUvYmVhY29uCwcVLjQzFAMAFAAPKQJUDwsHAY83MjE4Njc1NR8CCiBzcxAJEGGDBTFkdG0FAf8hMTBjYjVkMDgyZmI3LzczNjNiMjdmZDU2Yi9sYXVuY2gtNjQ0YjBiZTIxNTE4Lm1pJAEXDzgEABg0OAQClwIPTQNjnzUxODMyMzQ1MjkICAAMB4Fvbi5mbi1weisBsXYzL2NvbmZpZy9tpApGLXdlYkMDX2ZldGNoVwQBLjY0WQoBFAAFLgJfRkVUQ0ikBgEPUAopDyUCAZ84MDUzMzM3OTlaBQgP9wA3DiUDGTYlAw_3AFfAMDUzMzM3OTkyfV19dcf.espn.com/privacy/v1/b/b.rnc?n=2... https://dcf.espn.com/privacy/v1/b/b.rnc?n=2&c=2750&i=8rxo4r&p=prod&s=3322&d=8EZ7InZlcnNpb24iOiIxLjAuMCIsImdhdGV3YXkiOiIyLjMuODAyIiwiY2xpZW50SWQiOjI3NTAsInB1Ymxpc2hQYXRoIjoicHJvZCIsImluc3RhbmNlJwDwFCI4cnhvNHIiLCJwYWNrZXQiOjIsIm1vZGUiOiJlbmZvcmNlVwDyMm9va2llcyI6e30sImVudmlyb25tZW50IjoiTWFydmVsIEdEUFIgSUFCIiwicmVxdWVzdHMiOlt7ImRlc3RpbmF0uwDwHmh0dHBzOi8vcGxhdGZvcm0udHdpdHRlci5jb20vd2lkZ2V0cy5qcyIsInR5cIMA8A5zY3JpcHQiLCJzdGFydCI6MTc3NjgxMTM0ODUwMYsAHWQUADBzb3W1ACI6IjwA8ABfRE9NQXR0ck1vZGlmaWUAAeFzdGF0dXMiOiJibG9jaxMAYHJlYXNvbrMA8AUiV2hpdGVsaXN0Il0sImRhdGFQYaMAAR0AMV0sIhoA8AQ6WyJUV0RDX1ZlbmRvcl9Db25zDgFDXSwiaZEAvzA0OTM5NDc3MH0sBQEF0XV0dC5pbXBhY3RjZG4CAf8WQTUzNzE3NzktNGZmZS00OWRlLWE5OWQtNGE4NWQ5ODE2ODdkMSABFS4yMCABABQADyABVAlHAQMWAa84NjY3NDM3NjM2FgH_HvI0ZGlzbmV5LmRlbWRleC5uZXQvaWQ_ZF92aXNpZF92ZXI9NS41LjAmZF9maWVsZGdyb3VwPU1DJmRfcnRiZD1qc29uJigAITImCADwKmlmeT0xJmRfb3JnaWQ9RDgzQUUzM0M1NjkzN0I3QjdGMDAwMTAxJTQwQWRvYmVPcmcmZF9uc2lkPWQA52NvcHBhPXRydWUmdHM9kwMmMzG6AyB4aFUEDrcDLjMylwJFMzMsIpcCslhIUl9NQU5BR0VS-AMCrANbYWxsb3esAw-hAwkHjAOfNjcxMjU3NDI4dgIHD2ABuB80YAEAHzRgAVEfM-wECPMDd3d3Lmdvb2dsZXRhZ21hbmFn9QX2CGd0YWcvanM_aWQ9QVctOTQ1ODA0ODE1SAICxgUCCgILAgYfNOIEAAAUAAVLAgI8AA8CBmOvNDY4MTc0NTI3N3YCB1FhMi5hZAgHANIDgnNlcnZpbmcvtgD_BHMvdHJhY2twb2ludC9hc3luYy8VAa-vNzczNTYwMzk3MhUBB_EFc2Iuc2NvcmVjYXJkcmVzZWFyY2geB_8DY3MvMTUzNTQyMzUvYmVhY29uCwcVLjQzFAMAFAAPKQJUDwsHAY83MjE4Njc1NR8CCiBzcxAJEGGDBTFkdG0FAf8hMTBjYjVkMDgyZmI3LzczNjNiMjdmZDU2Yi9sYXVuY2gtNjQ0YjBiZTIxNTE4Lm1pJAEXDzgEABg0OAQClwIPTQNjnzUxODMyMzQ1MjkICAAMB4Fvbi5mbi1weisBsXYzL2NvbmZpZy9tpApGLXdlYkMDX2ZldGNoVwQBLjY0WQoBFAAFLgJfRkVUQ0ikBgEPUAopDyUCAZ84MDUzMzM3OTlaBQgP9wA3DiUDGTYlAw_3AFfAMDUzMzM3OTkyfV19 — 204 — 106 B — 37 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1642ms · 680KB · €26/mo
www.marvel.com
Other
Costly
Execution 527ms
Transfer 138 KB
Monthly Cost €8/mo
a.espncdn.com
Other
Costly
Execution 406ms
Transfer 33 KB
Monthly Cost €6/mo
Unattributable
Other
Optional
Execution 180ms
Transfer 0 KB
Monthly Cost €3/mo
assets-cdn.marvel.com
Other
Optional
Execution 131ms
Transfer 0 KB
Monthly Cost €2/mo
www.datadoghq-browser-agent.com
Other
Optional
Execution 123ms
Transfer 52 KB
Unused 53%
Monthly Cost €2/mo
dcf.espn.com
Other
Optional
Execution 116ms
Transfer 115 KB
Unused 37%
Monthly Cost €2/mo
js.chargebee.com
Other
Optional
Execution 88ms
Transfer 281 KB
Unused 75%
Monthly Cost €1/mo
dcf.espn.com
Other
Optional
Execution 72ms
Transfer 60 KB
Unused 48%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.marvel.com adds 527ms and costs ~€8/month
  • a.espncdn.com adds 406ms and costs ~€6/month

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

Why this matters

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

Learn more

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

Source: web.dev

www.marvel.com takes 527ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

a.espncdn.com takes 406ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

53% of www.datadoghq-browser-agent.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

75% of js.chargebee.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback