Skip to content
https://starwars.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
69
GRADE
D
FIX
6
REVIEW
2
PASS
7
INFO
2

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

39
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
92
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.
83
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.

10.80 s

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

21.87 s

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

674 ms

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

0.021

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

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

22.25 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
17
7 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
10.3 MB transferred, 142 requests
FIX
10.3 MB transferred, 142 requests
Critical::
Page weighs 21.0 MB (10.3 MB transferred)
Warning::
Images are 3.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.0 MB
Warning::
JavaScript is 1.8 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.8 MB
Info::
CSS is 274 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 274 KB
Info::
Fonts are 215 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 215 KB
Warning::
142 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.1 g CO2 per page load
10.3 MB / 2.4 MB budget
10.3 MB transferred
142 requests
2.1 g CO2 per page load
Other 4.0 MiB 39%
Images 3.0 MiB 29%
JavaScript 1.8 MiB 17%
HTML 951.7 KiB 9%
CSS 273.9 KiB 3%
Fonts 214.7 KiB 2%
Other 122.9 KiB 1%
Other 15.3 KiB 0%
Other 1.3 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

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 (10.3 MiB of 10.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
5597ms total JS execution
FIX
5597ms total JS execution
Warning::
https://static-mh.content.disney.io/matterhorn/ass...: 1484ms CPU time
Warning::
https://www.starwars.com/: 1209ms CPU time
Warning::
Unattributable: 1195ms CPU time
Warning::
https://cdn.registerdisney.go.com/v4/OneID.js: 344ms CPU time
Info::
https://securepubads.g.doubleclick.net/pagead/mana...: 229ms CPU time
Warning::
Third-party scripts: 5597ms (100% of total)

Main Thread Breakdown

Script Evaluation 40% Other 23% Style & Layout 17% Script Parsing & Compilation 12% Parse HTML & CSS 6%
ScriptTotalScriptingParse/CompileParty
https://static-mh.content.disney.io/matterhorn/assets/jquery-dc8b911876ec.js1484ms766ms9ms3rd
https://www.starwars.com/1209ms123ms343ms3rd
Unattributable1195ms89ms0ms3rd
https://cdn.registerdisney.go.com/v4/OneID.js344ms284ms33ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js229ms156ms57ms3rd
https://static-mh.content.disney.io/matterhorn/assets/application-1b319f84436b.js216ms117ms27ms3rd
https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.js209ms142ms47ms3rd
https://dcf.espn.com/TWDC-DTCI/prod/code/9f52bb9e0a08485fc10c3a9be65fa2eb.js?conditionId0=4929445192ms161ms23ms3rd
https://www.starwars.com/akam/13/ce7045c141ms133ms3ms3rd
https://www.googletagservices.com/tag/js/gpt.js129ms93ms35ms3rd

Showing top 10 of 13 scripts

D
JS Bundles
Action
40 scripts, 488 KB unused
FIX
40 scripts, 488 KB unused
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 110 KB unused (59%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://a.espncdn.com/players/web-player-bundle/5....: 97 KB unused (52%)
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.
Warning::
https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.js: 54 KB unused (47%)
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.
Info::
Total unused JavaScript: 488 KB
488 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js188 KB110 KB (59%)3rd
https://a.espncdn.com/players/web-player-bundle/5.5.24/espn-web-player-bundle.min.js190 KB97 KB (52%)3rd
https://cdn.registerdisney.go.com/v4/OneID.js134 KB94 KB (71%)3rd
https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.js115 KB54 KB (47%)3rd
https://dcf.espn.com/TWDC-DTCI/prod/code/9f52bb9e0a08485fc10c3a9be65fa2eb.js?conditionId0=492944581 KB48 KB (60%)3rd
https://static-mh.content.disney.io/matterhorn/assets/application-1b319f84436b.js76 KB44 KB (58%)3rd
https://dcf.espn.com/TWDC-DTCI/prod/code/169c4ad035035618bd35818bd25ecec4.js?conditionId0=492944354 KB41 KB (76%)3rd
https://www.googletagservices.com/tag/js/gpt.js34 KB3rd
https://dcf.espn.com/TWDC-DTCI/prod/code/ee00cbb1c51732236f4cb00852a1104f.js?conditionId0=48711661 KB3rd
https://static-mh.content.disney.io/matterhorn/assets/modules/flex_content_hero-3c591439291d.js17 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

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
142 resources · 10.3 MB · 488 KB savings available
FIX
142 resources · 10.3 MB · 488 KB savings available
Warning::
Page weight 9.3 MB over 1MB target
Got: 10.3 MB Expected: ≤ 1 MB
Info::
~488 KB of savings available
Warning::
141 third-party resources (100% of weight)
Info::
9 resources over 200KB
142 resources · 10.3 MiB · 141 third-party 9.3 MiB over 1MB target
Media 39% · 4.0 MiB
Image 30% · 3.1 MiB
JavaScript 17% · 1.8 MiB
Document 9% · 952.3 KiB
CSS 3% · 273.9 KiB
Font 2% · 214.7 KiB
Other 0% · 37.9 KiB

~488.4 KiB of savings available

Remove unused JavaScript: 488.4 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
45 images, 0 KB saveable
REVIEW
45 images, 0 KB saveable
Warning::
https://lumiere-a.akamaihd.net/v1/images/tiktok-lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://lumiere-a.akamaihd.net/v1/images/sw_nav_lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://lumiere-a.akamaihd.net/v1/images/sw_nav_ki... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://lumiere-a.akamaihd.net/v1/images/tiktok-lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
45 images 3.0 MB
0 oversized -0 KB
41 legacy format
4 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

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 (215 KB)
PASS
7 fonts (215 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

215 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 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 FCP 10.8 s LCP 21.9 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 — 89 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.3 KiB — 11 ms — font-display: swaphttps://fast.fonts.net/dv2/14/be607c9f-3c81-41b4-b7ad-17af005c80bb.woff2?d44f19a684109620e484157faf90e81876cb0d14334025b9567f43aaccc195e1bb0ee50883f986f1e23da07ffb222830ad1b9b1bae4e41c4e5e16c4df75666b083c5d514323c5535cc6374d3114d6b402561c56413c34da04ab918f5101b1dfb89c4e425dc497a6c235f6a0bbd6e3ce3da91113f68cdd84a200cd0deee805a86470d0ab0676fb8c6fdb01d6cc38b73cdc7f2d1e0cce2b52a50c7821067986767db5f7723e2394a3a&projectId=089461d1-3164-45fe-b273-f98af578cbadbe607c9f-3c81-41b4-b7ad... https://fast.fonts.net/dv2/14/be607c9f-3c81-41b4-b7ad-17af005c80bb.woff2?d44f19a684109620e484157faf90e81876cb0d14334025b9567f43aaccc195e1bb0ee50883f986f1e23da07ffb222830ad1b9b1bae4e41c4e5e16c4df75666b083c5d514323c5535cc6374d3114d6b402561c56413c34da04ab918f5101b1dfb89c4e425dc497a6c235f6a0bbd6e3ce3da91113f68cdd84a200cd0deee805a86470d0ab0676fb8c6fdb01d6cc38b73cdc7f2d1e0cce2b52a50c7821067986767db5f7723e2394a3a&projectId=089461d1-3164-45fe-b273-f98af578cbad — 25.1 KiB — 95 ms — font-display: swaphttps://static-mh.content.disney.io/matterhorn/assets/drm_fonts/4bf0ead4-e61b-4992-832b-6ff05828d99f-f3e8fd4d71f7.woff4bf0ead4-e61b-4992-832b... https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/4bf0ead4-e61b-4992-832b-6ff05828d99f-f3e8fd4d71f7.woff — 31.6 KiB — 7 ms — font-display: swaphttps://static-mh.content.disney.io/matterhorn/assets/drm_fonts/c5a7f89e-15b6-49a9-8259-5ea665e72191-9d1e641a0ccf.woffc5a7f89e-15b6-49a9-8259... https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/c5a7f89e-15b6-49a9-8259-5ea665e72191-9d1e641a0ccf.woff — 31.7 KiB — 9 ms — font-display: swaphttps://static-mh.content.disney.io/matterhorn/assets/drm_fonts/00ebffbe-b1fe-4913-b8d8-50f0ba8af480-0d684e3a831e.woff00ebffbe-b1fe-4913-b8d8... https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/00ebffbe-b1fe-4913-b8d8-50f0ba8af480-0d684e3a831e.woff — 32.4 KiB — 7 ms — font-display: swaphttps://static-mh.content.disney.io/matterhorn/assets/drm_fonts/c5635d60-91fa-4e4b-8a51-41c97fc744c3-6e95f67d7dbc.woffc5635d60-91fa-4e4b-8a51... https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/c5635d60-91fa-4e4b-8a51-41c97fc744c3-6e95f67d7dbc.woff — 32.3 KiB — 8 ms — font-display: swap
matterhorn-regular-eed8... woff swap
Size 30 KB
Load time 89 ms
Start 185 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 11 ms
Start 869 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
be607c9f-3c81-41b4-b7ad... woff2 swap
Size 25 KB
Load time 95 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
4bf0ead4-e61b-4992-832b... woff swap
Size 32 KB
Load time 7 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
c5a7f89e-15b6-49a9-8259... woff swap
Size 32 KB
Load time 9 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
00ebffbe-b1fe-4913-b8d8... woff swap
Size 32 KB
Load time 7 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
c5635d60-91fa-4e4b-8a51... woff swap
Size 32 KB
Load time 8 ms
Start 1.5 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 ~57 KB and ~114 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
Network Waterfall
142 requests over 4458ms
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 FCP 10.8 s LCP 21.9 shttps://starwars.com// https://starwars.com/ — 301 — 130 B — 105 ms — h2https://www.starwars.com/www.starwars.com/ https://www.starwars.com/ — 200 — 331.6 KiB — 111 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.jsdcf.espn.com/TWDC-DTCI/prod/Bootstr... https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.js — 200 — 115.5 KiB — 274 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 — 83 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 — 89 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 — 89 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 — 749 B — 72 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/local_nav_bar-19acf2fca783.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/local_nav_bar-19acf2fca783.css — 200 — 4.3 KiB — 78 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/header_banner-587d7c0c0977.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/header_banner-587d7c0c0977.css — 200 — 1.6 KiB — 282 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 — 79 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 — 82 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 — 83 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 — 94 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/links_footer-98f6b9dd34c1.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/links_footer-98f6b9dd34c1.css — 200 — 2.0 KiB — 90 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/local_nav_bar-12da4d5768b6.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/local_nav_bar-12da4d5768b6.css — 200 — 6.8 KiB — 96 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/rich_text-c8bd3f046caf.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/rich_text-c8bd3f046caf.css — 200 — 5.1 KiB — 600 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/flex_content_hero-6974f63753cb.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/flex_content_hero-6974f63753cb.css — 200 — 4.7 KiB — 88 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/slider-bd38535be5c0.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/slider-bd38535be5c0.css — 200 — 7.3 KiB — 86 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/flex_grid_card-8b796113740c.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/flex_grid_card-8b796113740c.css — 200 — 4.2 KiB — 231 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/links_footer-c31d23816a21.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/links_footer-c31d23816a21.css — 200 — 4.2 KiB — 98 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/application-02bf788c72b4.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/application-02bf788c72b4.css — 200 — 18.0 KiB — 99 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/wide-a2b75e306208.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/wide-a2b75e306208.css — 200 — 17.4 KiB — 96 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/responsive-mobile-e833391aea2e.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/responsive-mobile-e833391aea2e.css — 200 — 4.2 KiB — 81 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 — 89 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 — 52 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 — 99 ms — h2https://lumiere-a.akamaihd.net/v1/images/tiktok-logo-white_dd1a4867.svg?region=0%2C0%2C100%2C100lumiere-a.akamaihd.net/v1/images/ti... https://lumiere-a.akamaihd.net/v1/images/tiktok-logo-white_dd1a4867.svg?region=0%2C0%2C100%2C100 — 200 — 1.1 KiB — 122 ms — h2https://lumiere-a.akamaihd.net/v1/images/sw_nav_kids_937ed58b.svg?region=0%2C0%2C40%2C15lumiere-a.akamaihd.net/v1/images/sw... https://lumiere-a.akamaihd.net/v1/images/sw_nav_kids_937ed58b.svg?region=0%2C0%2C40%2C15 — 200 — 1.1 KiB — 125 ms — h2https://lumiere-a.akamaihd.net/v1/images/tiktok-logo-white_dd1a4867.svg?region=0%2C0%2C150%2C150lumiere-a.akamaihd.net/v1/images/ti... https://lumiere-a.akamaihd.net/v1/images/tiktok-logo-white_dd1a4867.svg?region=0%2C0%2C150%2C150 — 200 — 1.1 KiB — 51 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 — 1.0 KiB — 4 ms — h2
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 FCP 10.8 s LCP 21.9 shttps://starwars.com// https://starwars.com/ — 301 — 130 B — 105 ms — h2https://www.starwars.com/www.starwars.com/ https://www.starwars.com/ — 200 — 331.6 KiB — 111 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.jsdcf.espn.com/TWDC-DTCI/prod/Bootstr... https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.js — 200 — 115.5 KiB — 274 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 — 83 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 — 89 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 — 89 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 — 749 B — 72 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/local_nav_bar-19acf2fca783.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/local_nav_bar-19acf2fca783.css — 200 — 4.3 KiB — 78 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/header_banner-587d7c0c0977.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/header_banner-587d7c0c0977.css — 200 — 1.6 KiB — 282 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 — 79 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 — 82 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 — 83 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 — 94 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/links_footer-98f6b9dd34c1.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/links_footer-98f6b9dd34c1.css — 200 — 2.0 KiB — 90 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/local_nav_bar-12da4d5768b6.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/local_nav_bar-12da4d5768b6.css — 200 — 6.8 KiB — 96 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/rich_text-c8bd3f046caf.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/rich_text-c8bd3f046caf.css — 200 — 5.1 KiB — 600 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/flex_content_hero-6974f63753cb.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/flex_content_hero-6974f63753cb.css — 200 — 4.7 KiB — 88 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/slider-bd38535be5c0.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/slider-bd38535be5c0.css — 200 — 7.3 KiB — 86 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/flex_grid_card-8b796113740c.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/flex_grid_card-8b796113740c.css — 200 — 4.2 KiB — 231 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/links_footer-c31d23816a21.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/modules/links_footer-c31d23816a21.css — 200 — 4.2 KiB — 98 ms — h2https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/application-02bf788c72b4.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/themes/starwars/application-02bf788c72b4.css — 200 — 18.0 KiB — 99 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/wide-a2b75e306208.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/wide-a2b75e306208.css — 200 — 17.4 KiB — 96 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/responsive-mobile-e833391aea2e.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/responsive-mobile-e833391aea2e.css — 200 — 4.2 KiB — 81 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 — 89 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 — 52 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 — 99 ms — h2https://lumiere-a.akamaihd.net/v1/images/tiktok-logo-white_dd1a4867.svg?region=0%2C0%2C100%2C100lumiere-a.akamaihd.net/v1/images/ti... https://lumiere-a.akamaihd.net/v1/images/tiktok-logo-white_dd1a4867.svg?region=0%2C0%2C100%2C100 — 200 — 1.1 KiB — 122 ms — h2https://lumiere-a.akamaihd.net/v1/images/sw_nav_kids_937ed58b.svg?region=0%2C0%2C40%2C15lumiere-a.akamaihd.net/v1/images/sw... https://lumiere-a.akamaihd.net/v1/images/sw_nav_kids_937ed58b.svg?region=0%2C0%2C40%2C15 — 200 — 1.1 KiB — 125 ms — h2https://lumiere-a.akamaihd.net/v1/images/tiktok-logo-white_dd1a4867.svg?region=0%2C0%2C150%2C150lumiere-a.akamaihd.net/v1/images/ti... https://lumiere-a.akamaihd.net/v1/images/tiktok-logo-white_dd1a4867.svg?region=0%2C0%2C150%2C150 — 200 — 1.1 KiB — 51 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 — 1.0 KiB — 4 ms — h2https://static-mh.content.disney.io/matterhorn/assets/modules/local_nav_bar-15d5ce8d9aba.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/local_nav_bar-15d5ce8d9aba.js — 200 — 14.4 KiB — 5 ms — h3https://static-mh.content.disney.io/matterhorn/assets/modules/header_banner-32e9e5029c5f.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/header_banner-32e9e5029c5f.js — 200 — 3.8 KiB — 9 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 — 3 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 — 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 — 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/links_footer-f30b236c9597.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/links_footer-f30b236c9597.js — 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 — 408 ms — https://lumiere-a.akamaihd.net/v1/images/star-wars-maul-shadow-lord-sw-hero-desktop-105_3b82f44c.jpeg?region=0,0,2048,878lumiere-a.akamaihd.net/v1/images/st... https://lumiere-a.akamaihd.net/v1/images/star-wars-maul-shadow-lord-sw-hero-desktop-105_3b82f44c.jpeg?region=0,0,2048,878 — 200 — 230.3 KiB — 66 ms — h2https://static-mh.content.disney.io/matterhorn/assets/application-50b5947c6f39.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/application-50b5947c6f39.css — 200 — 0 B — 4 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 — 53 ms — h2https://www.starwars.com/akam/13/ce7045cwww.starwars.com/akam/13/ce7045c https://www.starwars.com/akam/13/ce7045c — 200 — 9.3 KiB — 398 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 — 7 ms — h2https://cdn.espn.com/onetrust/otCCPAiab.jscdn.espn.com/onetrust/otCCPAiab.js https://cdn.espn.com/onetrust/otCCPAiab.js — 200 — 6.9 KiB — 72 ms — h2https://a.dilcdn.com/g/domains/www.starwars.com.jsa.dilcdn.com/g/domains/www.starwars... https://a.dilcdn.com/g/domains/www.starwars.com.js — 200 — 225 B — 16 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/wide-8dbf0b728b5e.jsstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/wide-8dbf0b728b5e.js — 200 — 8.6 KiB — 16 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 — 337 ms — h2https://static-mh.content.disney.io/matterhorn/assets/goc/wide-desktop-4e2ca4cc1f2a.cssstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/goc/wide-desktop-4e2ca4cc1f2a.css — 200 — 8.2 KiB — 15 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.3 KiB — 11 ms — h2https://lumiere-a.akamaihd.net/v1/images/background-stars-desktop_v2_96b6d74a.jpeg?region=0%2C0%2C2048%2C1600lumiere-a.akamaihd.net/v1/images/ba... https://lumiere-a.akamaihd.net/v1/images/background-stars-desktop_v2_96b6d74a.jpeg?region=0%2C0%2C2048%2C1600 — 200 — 70.1 KiB — 454 ms — h2https://static-mh.content.disney.io/matterhorn/assets/starwars/icons/view_all_icon-ddd4c2e76fa3.svgstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/starwars/icons/view_all_icon-ddd4c2e76fa3.svg — 200 — 465 B — 8 ms — h3https://static-mh.content.disney.io/matterhorn/assets/starwars/icons/play_icon-f9e31df35308.svgstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/starwars/icons/play_icon-f9e31df35308.svg — 200 — 361 B — 165 ms — h3https://static-mh.content.disney.io/matterhorn/assets/starwars/footer/flourish-6a31057fffa9.svgstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/starwars/footer/flourish-6a31057fffa9.svg — 200 — 365 B — 6 ms — h3https://static-mh.content.disney.io/matterhorn/assets/starwars/footer/instagram-white-8d399960b577.svgstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/starwars/footer/instagram-white-8d399960b577.svg — 200 — 1006 B — 9 ms — h3https://static-mh.content.disney.io/matterhorn/assets/utility/social/xlogo_light-66228d1292cd.pngstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/utility/social/xlogo_light-66228d1292cd.png — 200 — 100.6 KiB — 8 ms — h3https://static-mh.content.disney.io/matterhorn/assets/starwars/footer/facebook-0555f4e591a5.svgstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/starwars/footer/facebook-0555f4e591a5.svg — 200 — 389 B — 14 ms — h3https://static-mh.content.disney.io/matterhorn/assets/starwars/footer/youtube-a3728986e4b2.svgstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/starwars/footer/youtube-a3728986e4b2.svg — 200 — 402 B — 14 ms — h3https://static-mh.content.disney.io/matterhorn/assets/starwars/footer/kids-4a568b676f8f.svgstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/starwars/footer/kids-4a568b676f8f.svg — 200 — 718 B — 14 ms — h3https://fast.fonts.net/dv2/14/be607c9f-3c81-41b4-b7ad-17af005c80bb.woff2?d44f19a684109620e484157faf90e81876cb0d14334025b9567f43aaccc195e1bb0ee50883f986f1e23da07ffb222830ad1b9b1bae4e41c4e5e16c4df75666b083c5d514323c5535cc6374d3114d6b402561c56413c34da04ab918f5101b1dfb89c4e425dc497a6c235f6a0bbd6e3ce3da91113f68cdd84a200cd0deee805a86470d0ab0676fb8c6fdb01d6cc38b73cdc7f2d1e0cce2b52a50c7821067986767db5f7723e2394a3a&projectId=089461d1-3164-45fe-b273-f98af578cbadfast.fonts.net/dv2/14/be607c9f-3c81... https://fast.fonts.net/dv2/14/be607c9f-3c81-41b4-b7ad-17af005c80bb.woff2?d44f19a684109620e484157faf90e81876cb0d14334025b9567f43aaccc195e1bb0ee50883f986f1e23da07ffb222830ad1b9b1bae4e41c4e5e16c4df75666b083c5d514323c5535cc6374d3114d6b402561c56413c34da04ab918f5101b1dfb89c4e425dc497a6c235f6a0bbd6e3ce3da91113f68cdd84a200cd0deee805a86470d0ab0676fb8c6fdb01d6cc38b73cdc7f2d1e0cce2b52a50c7821067986767db5f7723e2394a3a&projectId=089461d1-3164-45fe-b273-f98af578cbad — 200 — 25.1 KiB — 95 ms — h2https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/4bf0ead4-e61b-4992-832b-6ff05828d99f-f3e8fd4d71f7.woffstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/4bf0ead4-e61b-4992-832b-6ff05828d99f-f3e8fd4d71f7.woff — 200 — 31.6 KiB — 7 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://www.googletagservices.com/tag/js/gpt.jswww.googletagservices.com/tag/js/gp... https://www.googletagservices.com/tag/js/gpt.js — 200 — 34.0 KiB — 135 ms — h2https://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/DI-STARWARS.WEB/en-US?logLevel=INFOcdn.registerdisney.go.com/v4/bundle... https://cdn.registerdisney.go.com/v4/bundle/web/DI-STARWARS.WEB/en-US?logLevel=INFO — 200 — 581.7 KiB — 917 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.starwars.com/_did/?clientId=DI-STARWARS.WEB&environment=PRODwww.starwars.com/_did/?clientId=DI-... https://www.starwars.com/_did/?clientId=DI-STARWARS.WEB&environment=PROD — 200 — 1.4 KiB — 69 ms — h2https://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 — 9 ms — h3https://static-mh.content.disney.io/matterhorn/assets/starwars/navigation/SW_Burger_White-09a4d3d1e252.svgstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/starwars/navigation/SW_Burger_White-09a4d3d1e252.svg — 200 — 574 B — 169 ms — h3https://static-mh.content.disney.io/matterhorn/assets/starwars/navigation/SW_Nav_Search-74ab820c48e2.svgstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/starwars/navigation/SW_Nav_Search-74ab820c48e2.svg — 200 — 442 B — 12 ms — h3https://static-mh.content.disney.io/matterhorn/assets/starwars/navigation/SW_Oneid_User-85043c6786ab.svgstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/starwars/navigation/SW_Oneid_User-85043c6786ab.svg — 200 — 517 B — 8 ms — h3https://static-mh.content.disney.io/matterhorn/assets/starwars/footer/instagram-777ba125c2e7.svgstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/starwars/footer/instagram-777ba125c2e7.svg — 200 — 1.1 KiB — 8 ms — h3https://static-mh.content.disney.io/matterhorn/assets/modules/flex_content_hero/play-e11ed0933a1c.svgstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/modules/flex_content_hero/play-e11ed0933a1c.svg — 200 — 414 B — 7 ms — h3https://lumiere-a.akamaihd.net/v1/images/mtl_dcom_header_v5_e6f1b40c.png?region=0%2C0%2C1024%2C1104lumiere-a.akamaihd.net/v1/images/mt... https://lumiere-a.akamaihd.net/v1/images/mtl_dcom_header_v5_e6f1b40c.png?region=0%2C0%2C1024%2C1104 — 200 — 1.4 MiB — 71 ms — h2https://static-mh.content.disney.io/matterhorn/assets/utility/social/youtube_play_icon-b7ebb74a304f.pngstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/utility/social/youtube_play_icon-b7ebb74a304f.png — 200 — 28.5 KiB — 4 ms — h3https://static-mh.content.disney.io/matterhorn/assets/starwars/navigation/SW_Nav_Mobile_Arrow_Down_White-248b16ea1997.svgstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/starwars/navigation/SW_Nav_Mobile_Arrow_Down_White-248b16ea1997.svg — 200 — 463 B — 21 ms — h3https://static-mh.content.disney.io/matterhorn/assets/starwars/shared/arrow_button-7be878062232.svgstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/starwars/shared/arrow_button-7be878062232.svg — 200 — 806 B — 6 ms — h3https://lumiere-a.akamaihd.net/v1/images/resting_3dac6bbe.svglumiere-a.akamaihd.net/v1/images/re... https://lumiere-a.akamaihd.net/v1/images/resting_3dac6bbe.svg — 200 — 1.2 KiB — 17 ms — h2https://lumiere-a.akamaihd.net/v1/images/resting_3dac6bbe.svglumiere-a.akamaihd.net/v1/images/re... https://lumiere-a.akamaihd.net/v1/images/resting_3dac6bbe.svg — 200 — 0 B — 18 ms — h2https://lumiere-a.akamaihd.net/v1/images/resting_3dac6bbe.svglumiere-a.akamaihd.net/v1/images/re... https://lumiere-a.akamaihd.net/v1/images/resting_3dac6bbe.svg — 200 — 0 B — 2 ms — h2https://lumiere-a.akamaihd.net/v1/images/resting_3dac6bbe.svglumiere-a.akamaihd.net/v1/images/re... https://lumiere-a.akamaihd.net/v1/images/resting_3dac6bbe.svg — 200 — 0 B — 3 ms — h2https://lumiere-a.akamaihd.net/v1/images/resting_3dac6bbe.svglumiere-a.akamaihd.net/v1/images/re... https://lumiere-a.akamaihd.net/v1/images/resting_3dac6bbe.svg — 200 — 0 B — 2 ms — h2https://lumiere-a.akamaihd.net/v1/images/resting_3dac6bbe.svglumiere-a.akamaihd.net/v1/images/re... https://lumiere-a.akamaihd.net/v1/images/resting_3dac6bbe.svg — 200 — 0 B — 2 ms — h2https://lumiere-a.akamaihd.net/v1/images/resting_3dac6bbe.svglumiere-a.akamaihd.net/v1/images/re... https://lumiere-a.akamaihd.net/v1/images/resting_3dac6bbe.svg — 200 — 0 B — 2 ms — h2https://lumiere-a.akamaihd.net/v1/images/resting_3dac6bbe.svglumiere-a.akamaihd.net/v1/images/re... https://lumiere-a.akamaihd.net/v1/images/resting_3dac6bbe.svg — 200 — 0 B — 2 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/serverComponent.php?namespace=Bootstrapper&staticJsPath=/TWDC-DTCI/prod/code/&ClientID=2750&PageID=https%3A%2F%2Fwww.starwars.com%2F%3Fcds%3Dn%26country%3Dus%26region%3Dxx%26gpc%3D0%26shouldFire%3Dy%26nAsyncNgeo%3Dn%26portal%3Dmatterhorn%26site%3Dwww.starwars.com%26siteRegion%3Dus%26realHost%3Dwww.starwars.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.starwars.com%2F%3Fcds%3Dn%26country%3Dus%26region%3Dxx%26gpc%3D0%26shouldFire%3Dy%26nAsyncNgeo%3Dn%26portal%3Dmatterhorn%26site%3Dwww.starwars.com%26siteRegion%3Dus%26realHost%3Dwww.starwars.com%26kpTlium%3Dn%26eventStep%3Dnon-ecom&custDomain=dcf.espn.com — 200 — 673 B — 433 ms — h2https://lumiere-a.akamaihd.net/v1/images/sw_logo_stacked_2x-52b4f6d33087_7ef430af.png?region=0,0,586,254lumiere-a.akamaihd.net/v1/images/sw... https://lumiere-a.akamaihd.net/v1/images/sw_logo_stacked_2x-52b4f6d33087_7ef430af.png?region=0,0,586,254 — 200 — 10.1 KiB — 442 ms — h2https://lumiere-a.akamaihd.net/v1/images/sw_nav_logo_mobile_659fef1a_1_99c6e87c.png?region=0,0,312,32lumiere-a.akamaihd.net/v1/images/sw... https://lumiere-a.akamaihd.net/v1/images/sw_nav_logo_mobile_659fef1a_1_99c6e87c.png?region=0,0,312,32 — 200 — 2.1 KiB — 467 ms — h2https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/c5a7f89e-15b6-49a9-8259-5ea665e72191-9d1e641a0ccf.woffstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/c5a7f89e-15b6-49a9-8259-5ea665e72191-9d1e641a0ccf.woff — 200 — 31.7 KiB — 9 ms — h3https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/00ebffbe-b1fe-4913-b8d8-50f0ba8af480-0d684e3a831e.woffstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/00ebffbe-b1fe-4913-b8d8-50f0ba8af480-0d684e3a831e.woff — 200 — 32.4 KiB — 7 ms — h3https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/c5635d60-91fa-4e4b-8a51-41c97fc744c3-6e95f67d7dbc.woffstatic-mh.content.disney.io/matterh... https://static-mh.content.disney.io/matterhorn/assets/drm_fonts/c5635d60-91fa-4e4b-8a51-41c97fc744c3-6e95f67d7dbc.woff — 200 — 32.3 KiB — 8 ms — h3https://cdnvideo.dolimg.com/cdn_assets/caff2ad333327e02d21c83bbe7be3bac7fe60ebe.mp4cdnvideo.dolimg.com/cdn_assets/caff... https://cdnvideo.dolimg.com/cdn_assets/caff2ad333327e02d21c83bbe7be3bac7fe60ebe.mp4 — 206 — 4.0 MiB — 282 ms — h2https://lumiere-a.akamaihd.net/v1/images/star-wars-maul-shadow-lord-sw-hero-mobile-105_1783193c.jpeg?region=0,0,1280,720&width=768lumiere-a.akamaihd.net/v1/images/st... https://lumiere-a.akamaihd.net/v1/images/star-wars-maul-shadow-lord-sw-hero-mobile-105_1783193c.jpeg?region=0,0,1280,720&width=768 — 200 — 47.5 KiB — 46 ms — h2https://lumiere-a.akamaihd.net/v1/images/star-wars-maul-shadow-lord-sw-hero-desktop-105-400_41bfa7cd.png?region=0,0,400,255lumiere-a.akamaihd.net/v1/images/st... https://lumiere-a.akamaihd.net/v1/images/star-wars-maul-shadow-lord-sw-hero-desktop-105-400_41bfa7cd.png?region=0,0,400,255 — 200 — 31.8 KiB — 69 ms — h2https://lumiere-a.akamaihd.net/v1/images/star-wars-maul-shadow-lord-sw-hero-mobile-106_1743fbab.jpeg?region=0,0,1280,720&width=768lumiere-a.akamaihd.net/v1/images/st... https://lumiere-a.akamaihd.net/v1/images/star-wars-maul-shadow-lord-sw-hero-mobile-106_1743fbab.jpeg?region=0,0,1280,720&width=768 — 200 — 51.9 KiB — 66 ms — h2https://lumiere-a.akamaihd.net/v1/images/star-wars-maul-shadow-lord-sw-hero-desktop-106-400_c294c4c3.png?region=0,0,400,247lumiere-a.akamaihd.net/v1/images/st... https://lumiere-a.akamaihd.net/v1/images/star-wars-maul-shadow-lord-sw-hero-desktop-106-400_c294c4c3.png?region=0,0,400,247 — 200 — 33.0 KiB — 52 ms — h2https://lumiere-a.akamaihd.net/v1/images/star-wars-the-mandalorian-and-grogu-sw-hero-mobile-fina_69461f0f.jpeg?region=0,0,1280,720&width=768lumiere-a.akamaihd.net/v1/images/st... https://lumiere-a.akamaihd.net/v1/images/star-wars-the-mandalorian-and-grogu-sw-hero-mobile-fina_69461f0f.jpeg?region=0,0,1280,720&width=768 — 200 — 62.4 KiB — 59 ms — h2https://lumiere-a.akamaihd.net/v1/images/the-mandalorian-and-grogu-logotitle-alt1-color-500_2bb66a4d.png?region=0,0,500,254lumiere-a.akamaihd.net/v1/images/th... https://lumiere-a.akamaihd.net/v1/images/the-mandalorian-and-grogu-logotitle-alt1-color-500_2bb66a4d.png?region=0,0,500,254 — 200 — 106.0 KiB — 599 ms — h2https://lumiere-a.akamaihd.net/v1/images/star-wars-celebration-2027-key-art-tickets-poster-featu_df6d9d93.jpeg?region=0,0,1600,900&width=768lumiere-a.akamaihd.net/v1/images/st... https://lumiere-a.akamaihd.net/v1/images/star-wars-celebration-2027-key-art-tickets-poster-featu_df6d9d93.jpeg?region=0,0,1600,900&width=768 — 200 — 94.3 KiB — 497 ms — h2https://lumiere-a.akamaihd.net/v1/images/lawson-interview-maul-shadow-lord-mobile_5cef6367.jpeg?region=0,0,1280,720&width=768lumiere-a.akamaihd.net/v1/images/la... https://lumiere-a.akamaihd.net/v1/images/lawson-interview-maul-shadow-lord-mobile_5cef6367.jpeg?region=0,0,1280,720&width=768 — 200 — 44.5 KiB — 61 ms — h2https://lumiere-a.akamaihd.net/v1/images/metal-logotitle-pyro-850_5494b7f2.png?region=0,0,850,380lumiere-a.akamaihd.net/v1/images/me... https://lumiere-a.akamaihd.net/v1/images/metal-logotitle-pyro-850_5494b7f2.png?region=0,0,850,380 — 200 — 437.7 KiB — 90 ms — h2https://cdn.registerdisney.go.com/v4/responder.jscdn.registerdisney.go.com/v4/respon... https://cdn.registerdisney.go.com/v4/responder.js — 200 — 3.7 KiB — 4 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js — 200 — 187.7 KiB — 158 ms — h3https://www.starwars.com/akam/13/pixel_ce7045cwww.starwars.com/akam/13/pixel_ce70... https://www.starwars.com/akam/13/pixel_ce7045c — 200 — 578 B — 10 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 — 44 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/code/169c4ad035035618bd35818bd25ecec4.js?conditionId0=4929443dcf.espn.com/TWDC-DTCI/prod/code/16... https://dcf.espn.com/TWDC-DTCI/prod/code/169c4ad035035618bd35818bd25ecec4.js?conditionId0=4929443 — 200 — 53.7 KiB — 77 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 — 48 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 — 75 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/code/679bb48842cd6aebf0fc7f1f0c6120f3.js?conditionId0=4968732dcf.espn.com/TWDC-DTCI/prod/code/67... https://dcf.espn.com/TWDC-DTCI/prod/code/679bb48842cd6aebf0fc7f1f0c6120f3.js?conditionId0=4968732 — 200 — 5.7 KiB — 45 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 — 76 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 — 49 ms — h2https://sw88.go.com/id?d_visid_ver=5.5.0&d_fieldgroup=A&mcorgid=CC0A3704532E6FD70A490D44%40AdobeOrg&mid=47864879721325239239137713501105337864&d_coppa=true&ts=1776809846876sw88.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=47864879721325239239137713501105337864&d_coppa=true&ts=1776809846876 — 200 — 454 B — 119 ms — h2https://tag.researchnow.com/t/beacon?pr=2701&si=www.starwars.com&eid=us:starwars:homepage&ca=&adn=3&tt=3tag.researchnow.com/t/beacon?pr=270... https://tag.researchnow.com/t/beacon?pr=2701&si=www.starwars.com&eid=us:starwars:homepage&ca=&adn=3&tt=3 — 200 — 368 B — 80 ms — h2https://sb.scorecardresearch.com/cs/15354235/beacon.jssb.scorecardresearch.com/cs/1535423... https://sb.scorecardresearch.com/cs/15354235/beacon.js — 302 — 265 B — 62 ms — h2https://vision.fn-pz.com/v3/config/starwars-webvision.fn-pz.com/v3/config/starwars... https://vision.fn-pz.com/v3/config/starwars-web — 204 — 0 B — 327 ms — h2https://sb.scorecardresearch.com/internal-cs/default/beacon-and.jssb.scorecardresearch.com/internal-c... https://sb.scorecardresearch.com/internal-cs/default/beacon-and.js — 200 — 7.8 KiB — 6 ms — h2https://sb.scorecardresearch.com/b?c1=2&c2=15354235&cs_it=m1&cv=4.13.1%2B2508250908&ns__t=1776809846969&ns_c=UTF-8&cs_cfg=1101110&c7=https%3A%2F%2Fwww.starwars.com%2F&c8=StarWars.com%20%7C%20The%20Official%20Star%20Wars%20Website&c9=sb.scorecardresearch.com/b?c1=2&c2=... https://sb.scorecardresearch.com/b?c1=2&c2=15354235&cs_it=m1&cv=4.13.1%2B2508250908&ns__t=1776809846969&ns_c=UTF-8&cs_cfg=1101110&c7=https%3A%2F%2Fwww.starwars.com%2F&c8=StarWars.com%20%7C%20The%20Official%20Star%20Wars%20Website&c9= — 204 — 224 B — 28 ms — h2https://sw88.go.com/b/ss/wdgintrotw/1/JS-2.27.0/s98611267982633?AQB=1&ndh=1&pf=1&t=21%2F3%2F2026%2022%3A17%3A27%202%200&mid=47864879721325239239137713501105337864&ce=UTF-8&pageName=us%3Astarwars%3Ahomepage&g=https%3A%2F%2Fwww.starwars.com%2F&c.&ab_test=N%2FA&anonymized=false&auto_start=no&business_unit_code=luc&cms_version=mh&consent_mode=ccpa&country=us&envName=prod&language=en&login_status=logged%20out&page_id=5e9ec49449fd18b38a378f17&page_name=us%3Astarwars%3Ahomepage&page_title=starwars.com%20%20the%20official%20star%20wars%20website&page_url=https%3A%2F%2Fwww.starwars.com%2F&platform=web&portal=matterhorn&privacystate=GPC%3AOptIn&referrer=none&region=us&section1=home&site=www.starwars.com&siteDomain=starwars.com&siteSubDomain=www.starwars.com&slug=home&story_id=5e9ec49449fd18b38a378f17&tms_version=v13&.c&server=www.starwars.com&s=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&mcorgid=CC0A3704532E6FD70A490D44%40AdobeOrg&AQE=1sw88.go.com/b/ss/wdgintrotw/1/JS-2.... https://sw88.go.com/b/ss/wdgintrotw/1/JS-2.27.0/s98611267982633?AQB=1&ndh=1&pf=1&t=21%2F3%2F2026%2022%3A17%3A27%202%200&mid=47864879721325239239137713501105337864&ce=UTF-8&pageName=us%3Astarwars%3Ahomepage&g=https%3A%2F%2Fwww.starwars.com%2F&c.&ab_test=N%2FA&anonymized=false&auto_start=no&business_unit_code=luc&cms_version=mh&consent_mode=ccpa&country=us&envName=prod&language=en&login_status=logged%20out&page_id=5e9ec49449fd18b38a378f17&page_name=us%3Astarwars%3Ahomepage&page_title=starwars.com%20%20the%20official%20star%20wars%20website&page_url=https%3A%2F%2Fwww.starwars.com%2F&platform=web&portal=matterhorn&privacystate=GPC%3AOptIn&referrer=none&region=us&section1=home&site=www.starwars.com&siteDomain=starwars.com&siteSubDomain=www.starwars.com&slug=home&story_id=5e9ec49449fd18b38a378f17&tms_version=v13&.c&server=www.starwars.com&s=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&mcorgid=CC0A3704532E6FD70A490D44%40AdobeOrg&AQE=1 — 200 — 222 B — 25 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 — 38 ms — h3https://vision.fn-pz.com/v3/config/starwars-webvision.fn-pz.com/v3/config/starwars... https://vision.fn-pz.com/v3/config/starwars-web — 200 — 413 B — 298 ms — h2https://cdn.registerdisney.go.com/v4/asset/bundler/STARWARS/v4/images/v1/starwars-background-web.webpcdn.registerdisney.go.com/v4/asset/... https://cdn.registerdisney.go.com/v4/asset/bundler/STARWARS/v4/images/v1/starwars-background-web.webp — 200 — 208.7 KiB — 2.0 s — h2https://cdn.registerdisney.go.com/v4/asset/bundler/STARWARS/v4/images/v1/starwars-logo.svgcdn.registerdisney.go.com/v4/asset/... https://cdn.registerdisney.go.com/v4/asset/bundler/STARWARS/v4/images/v1/starwars-logo.svg — 200 — 2.9 KiB — 383 ms — h2https://www.google.com/recaptcha/enterprise.js?onload=grecaptcha1776809847336&render=6LfMC_gZAAAAAB2JwS9R4Gn9dKTgVqkVd82lzgze&hl=enwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js?onload=grecaptcha1776809847336&render=6LfMC_gZAAAAAB2JwS9R4Gn9dKTgVqkVd82lzgze&hl=en — 200 — 1.1 KiB — 66 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 — 188 ms — h2https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LfMC_gZAAAAAB2JwS9R4Gn9dKTgVqkVd82lzgze&co=aHR0cHM6Ly9jZG4ucmVnaXN0ZXJkaXNuZXkuZ28uY29tOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=11hm8ouwp8xfwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LfMC_gZAAAAAB2JwS9R4Gn9dKTgVqkVd82lzgze&co=aHR0cHM6Ly9jZG4ucmVnaXN0ZXJkaXNuZXkuZ28uY29tOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=11hm8ouwp8xf — 200 — 27.5 KiB — 40 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 — 137 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 — 199 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 — 11 ms — h3https://lumiere-a.akamaihd.net/v1/images/maul-favicon_8e72e4fd.png?region=0%2C0%2C512%2C512lumiere-a.akamaihd.net/v1/images/ma... https://lumiere-a.akamaihd.net/v1/images/maul-favicon_8e72e4fd.png?region=0%2C0%2C512%2C512 — 200 — 99.5 KiB — 355 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604160201&st=env&sjk=1249214063751320ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604160201&st=env&sjk=1249214063751320 — 200 — 13.1 KiB — 87 ms — h3https://pagead2.googlesyndication.com/gampad/ads?pvsid=1249214063751320&correlator=2288051198788567&eid=31097908&output=ldjh&gdfp_req=1&vrg=202604160201&ptt=17&impl=fif&iu_parts=21783347309%2Cstarwars%2Chomepage&enc_prev_ius=%2F0%2F1%2F2&prev_iu_szs=1x1&ifi=1&dids=gpt-overlay-202&adfs=1028774278&sfv=1-0-45&ists=1&eri=1&sc=1&abxe=1&dt=1776809848160&lmt=1776809848&adxs=0&adys=0&biw=412&bih=823&scr_x=0&scr_y=0&btvi=0&ucis=1&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=8&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fwww.starwars.com%2F&vis=1&psz=412x5228&msz=412x0&fws=0&ohw=0&dlt=1776809845042&idt=1713&prev_scp=unit%3Ddol%26siteSection%3Dhome%26contentType%3Dhomepage%26pgn%3Dhomepage%26pageName%3Dhomepage%26contentId%3D5e9ec49449fd18b38a378f17%26property%3Dsws&cust_params=tstHostname%3Dwww.starwars.com%26url%3Dhttps%253A%252F%252Fwww.starwars.com%252F&adks=2957652273&frm=20&blev=1&bisch=1pagead2.googlesyndication.com/gampa... https://pagead2.googlesyndication.com/gampad/ads?pvsid=1249214063751320&correlator=2288051198788567&eid=31097908&output=ldjh&gdfp_req=1&vrg=202604160201&ptt=17&impl=fif&iu_parts=21783347309%2Cstarwars%2Chomepage&enc_prev_ius=%2F0%2F1%2F2&prev_iu_szs=1x1&ifi=1&dids=gpt-overlay-202&adfs=1028774278&sfv=1-0-45&ists=1&eri=1&sc=1&abxe=1&dt=1776809848160&lmt=1776809848&adxs=0&adys=0&biw=412&bih=823&scr_x=0&scr_y=0&btvi=0&ucis=1&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=8&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fwww.starwars.com%2F&vis=1&psz=412x5228&msz=412x0&fws=0&ohw=0&dlt=1776809845042&idt=1713&prev_scp=unit%3Ddol%26siteSection%3Dhome%26contentType%3Dhomepage%26pgn%3Dhomepage%26pageName%3Dhomepage%26contentId%3D5e9ec49449fd18b38a378f17%26property%3Dsws&cust_params=tstHostname%3Dwww.starwars.com%26url%3Dhttps%253A%252F%252Fwww.starwars.com%252F&adks=2957652273&frm=20&blev=1&bisch=1 — 200 — 282 B — 124 ms — h3https://430399c02cbb7c8a2bca967ee95bab63.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html430399c02cbb7c8a2bca967ee95bab63.sa... https://430399c02cbb7c8a2bca967ee95bab63.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 3.1 KiB — 88 ms — h3https://3944448.fls.doubleclick.net/activityi;src=3944448;type=starw0;cat=starw0;ord=753620940185244500?3944448.fls.doubleclick.net/activit... https://3944448.fls.doubleclick.net/activityi;src=3944448;type=starw0;cat=starw0;ord=753620940185244500? — 200 — 656 B — 120 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 101 ms — h2https://adservice.google.com/ddm/fls/z/src=3944448;type=starw0;cat=starw0;ord=753620940185244500adservice.google.com/ddm/fls/z/src=... https://adservice.google.com/ddm/fls/z/src=3944448;type=starw0;cat=starw0;ord=753620940185244500 — 302 — 22 B — 103 ms — h3https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 69 ms — h2https://adservice.google.com/ddm/fls/z/src=3944448;dc_pre=CLip5r78_5MDFa1DHQkdeh8UYg;type=starw0;cat=starw0;ord=753620940185244500adservice.google.com/ddm/fls/z/src=... https://adservice.google.com/ddm/fls/z/src=3944448;dc_pre=CLip5r78_5MDFa1DHQkdeh8UYg;type=starw0;cat=starw0;ord=753620940185244500 — 200 — 63 B — 33 ms — h3https://pagead2.googlesyndication.com/bg/dj12lhpBI2WR1GQ6n5lcmp69XlpHOiTAWO7c9b6NTo0.jspagead2.googlesyndication.com/bg/dj... https://pagead2.googlesyndication.com/bg/dj12lhpBI2WR1GQ6n5lcmp69XlpHOiTAWO7c9b6NTo0.js — 200 — 21.6 KiB — 80 ms — h3https://ep2.adtrafficquality.google/generate_204?yELvQQep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?yELvQQ — 204 — 40 B — 24 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604160201&jk=1249214063751320&bg=!cXKlchDNAAY2C5OeFgs7AEcBe5WfOGBX2IukCSy5Ko_mjlIvT3yOecHmMC-0-ZHPf5jTmtJbbCQVCulIIn2XuBeSg9ZWO7DSysIFNFGfWtcfT7jtKE-l8wIAAABLUgAAAAVoAQd-ADaIdNywR-s-wkFh211VqE84Da2YVaihHXgMoD-kvBF8tTikp8DNWPc4r3aOVKexTj82TnPG1PkKAAvtnG8omTMTIXwhLZkCohpNuXoAl3d4sBKZkE6FU-yp6Xxis_Zh7AvGVisfv1e7x4_JabFuUNN6NIAgH6VEKaRydG3uMA7hVxqpwLEYJ8vM-MOttRfkVrWXfXw-CrRo5bZllbgoXSjc2iP1h0Zf2zmRAukALcSN2UbYDHmZTkYtAQqjS-lsfTnEcTb2WbrMNLYX0nzO_1nj1zUTCBx9OiTIRs5xO3su8cUsrkUH1f0ZnMfCfNBGUQh5gToICphTh4qhkGvd2wR6gv_6Dheyll1y7F-hwNK42rM3loPExAR6H1VsedseLVAkBtIIEHmpjnDnaUidVCOegXmiqESJLiJ2dcOPy7MrC5V_UiIt4bU5lWTHFgVpl-F9GLPCzWSw2-Xt0Oq5TGLn_vWgZJtbKFCdXIA057_vQE1uzl4upbY8GXQwiJFtROwHGFkDFhS6R1s_jS8qQKJZyYelGN6YSw8BJYyYe8w-S63mCwN20LEB6UYyVsuQ8Jfu7s1j7By_W69_Wjp2na-dpy0kdHaOETwEc_zEmYf1HeG5-fvvyjVmbpzd--Qoi5tpDiPTcYqePdLXQdGsWcbm0vfKCn8MeOxtaa47rBNOQSyzwWs3DBazYBEMx0NOJsy9nqrbAy4J7BHhJCbslvfDtEfgU4w_YpZsB7DxijqbqTNCtdbQNex4TJrxK3KzLXgmr_pyvybBkrHr8GaoH4RrqlhWb8KqQViu_FHeEZxeNanCWplEq4SIOVnx8CWYofsvXMcAewNBW85zhtSzd4Z7F4Agx_67CjfPvUJVQUvFt8tPVzvDpaBtgUOuGuLe11uw1FgvXtbW5PoEZ1lPAn_wQE_zHn3nirqAi5vfRopu9HYozjY-9VA5CbPUAaOcgq0yU-zMqE3uHg_3N2C7hKZJCy8MPjXYa6f5ep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604160201&jk=1249214063751320&bg=!cXKlchDNAAY2C5OeFgs7AEcBe5WfOGBX2IukCSy5Ko_mjlIvT3yOecHmMC-0-ZHPf5jTmtJbbCQVCulIIn2XuBeSg9ZWO7DSysIFNFGfWtcfT7jtKE-l8wIAAABLUgAAAAVoAQd-ADaIdNywR-s-wkFh211VqE84Da2YVaihHXgMoD-kvBF8tTikp8DNWPc4r3aOVKexTj82TnPG1PkKAAvtnG8omTMTIXwhLZkCohpNuXoAl3d4sBKZkE6FU-yp6Xxis_Zh7AvGVisfv1e7x4_JabFuUNN6NIAgH6VEKaRydG3uMA7hVxqpwLEYJ8vM-MOttRfkVrWXfXw-CrRo5bZllbgoXSjc2iP1h0Zf2zmRAukALcSN2UbYDHmZTkYtAQqjS-lsfTnEcTb2WbrMNLYX0nzO_1nj1zUTCBx9OiTIRs5xO3su8cUsrkUH1f0ZnMfCfNBGUQh5gToICphTh4qhkGvd2wR6gv_6Dheyll1y7F-hwNK42rM3loPExAR6H1VsedseLVAkBtIIEHmpjnDnaUidVCOegXmiqESJLiJ2dcOPy7MrC5V_UiIt4bU5lWTHFgVpl-F9GLPCzWSw2-Xt0Oq5TGLn_vWgZJtbKFCdXIA057_vQE1uzl4upbY8GXQwiJFtROwHGFkDFhS6R1s_jS8qQKJZyYelGN6YSw8BJYyYe8w-S63mCwN20LEB6UYyVsuQ8Jfu7s1j7By_W69_Wjp2na-dpy0kdHaOETwEc_zEmYf1HeG5-fvvyjVmbpzd--Qoi5tpDiPTcYqePdLXQdGsWcbm0vfKCn8MeOxtaa47rBNOQSyzwWs3DBazYBEMx0NOJsy9nqrbAy4J7BHhJCbslvfDtEfgU4w_YpZsB7DxijqbqTNCtdbQNex4TJrxK3KzLXgmr_pyvybBkrHr8GaoH4RrqlhWb8KqQViu_FHeEZxeNanCWplEq4SIOVnx8CWYofsvXMcAewNBW85zhtSzd4Z7F4Agx_67CjfPvUJVQUvFt8tPVzvDpaBtgUOuGuLe11uw1FgvXtbW5PoEZ1lPAn_wQE_zHn3nirqAi5vfRopu9HYozjY-9VA5CbPUAaOcgq0yU-zMqE3uHg_3N2C7hKZJCy8MPjXYa6f5 — 204 — 17 B — 46 ms — h3
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 5597ms · 1212KB · $74/mo
static-mh.content.disney.io
Other
Costly
Execution 1484ms
Transfer 31 KB
Monthly Cost $20/mo
www.starwars.com
Other
Costly
Execution 1209ms
Transfer 332 KB
Monthly Cost $16/mo
Unattributable
Other
Costly
Execution 1195ms
Transfer 0 KB
Monthly Cost $16/mo
cdn.registerdisney.go.com
Other
Costly
Execution 344ms
Transfer 134 KB
Unused 71%
Monthly Cost $5/mo
securepubads.g.doubleclick.net
Other
Costly
Execution 229ms
Transfer 188 KB
Unused 59%
Monthly Cost $3/mo
static-mh.content.disney.io
Other
Costly
Execution 216ms
Transfer 76 KB
Unused 58%
Monthly Cost $3/mo
dcf.espn.com
Other
Costly
Execution 209ms
Transfer 115 KB
Unused 47%
Monthly Cost $3/mo
dcf.espn.com
Other
Optional
Execution 192ms
Transfer 81 KB
Unused 60%
Monthly Cost $3/mo
www.starwars.com
Other
Optional
Execution 141ms
Transfer 9 KB
Monthly Cost $2/mo
www.googletagservices.com
Other
Optional
Execution 129ms
Transfer 34 KB
Monthly Cost $2/mo
a.espncdn.com
Other
Optional
Execution 122ms
Transfer 190 KB
Unused 52%
Monthly Cost $2/mo
dcf.espn.com
Other
Optional
Execution 65ms
Transfer 6 KB
Monthly Cost $1/mo
static-mh.content.disney.io
Other
Optional
Execution 62ms
Transfer 15 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • static-mh.content.disney.io adds 1484ms and costs ~$20/month
  • www.starwars.com adds 1209ms and costs ~$16/month
  • Unattributable adds 1195ms and costs ~$16/month
  • cdn.registerdisney.go.com adds 344ms and costs ~$5/month
  • securepubads.g.doubleclick.net adds 229ms and costs ~$3/month
  • static-mh.content.disney.io adds 216ms and costs ~$3/month
  • dcf.espn.com adds 209ms and costs ~$3/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

static-mh.content.disney.io takes 1484ms 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

www.starwars.com takes 1209ms 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

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

cdn.registerdisney.go.com takes 344ms 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

71% of cdn.registerdisney.go.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

securepubads.g.doubleclick.net takes 229ms 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

59% of securepubads.g.doubleclick.net'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

static-mh.content.disney.io takes 216ms 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

58% of static-mh.content.disney.io'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

dcf.espn.com takes 209ms 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

60% of dcf.espn.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

52% of a.espncdn.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