Skip to content
https://store.steampowered.com

Performance

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

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

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

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

19.71 s

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

23.19 s

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

175 ms

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

0.001

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

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

24.13 s

Page Load Progression

967 ms
1.9 s
2.9 s
3.9 s
4.8 s
5.8 s
6.8 s
7.7 s
Checks
15
5 PASS 4 REVIEW 4 FIX
F
Page Weight Budget
Action
7.1 MB transferred, 97 requests
FIX
7.1 MB transferred, 97 requests
Critical::
Page weighs 10.4 MB (7.1 MB transferred)
Warning::
Images are 2.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.0 MB
Warning::
JavaScript is 1.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.4 MB
Info::
Fonts are 849 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 849 KB
Info::
97 HTTP requests
Info::
Estimated 1.5 g CO2 per page load
7.1 MB / 2.4 MB budget
7.1 MB transferred
97 requests
1.5 g CO2 per page load
Other 2.5 MiB 35%
Images 2.0 MiB 28%
JavaScript 1.4 MiB 20%
Fonts 849.3 KiB 12%
CSS 165.3 KiB 2%
HTML 125.4 KiB 2%
Other 38.0 KiB 1%
Other 479 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

D
Third-Party Impact
Action
95% third-party, 0 ms blocking
FIX
95% third-party, 0 ms blocking
Warning::
Third-party code accounts for 95% of page weight (6.8 MiB of 7.1 MiB)
Info::
Third-party blocking time is low (0 ms)
95%
First-party Third-party
F
JS Bundles
Action
23 scripts, 505 KB unused
FIX
23 scripts, 505 KB unused
Warning::
https://store.fastly.steamstatic.com/public/javasc...: 310 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://store.fastly.steamstatic.com/public/javasc...: 90 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://store.fastly.steamstatic.com/public/javasc...: 49 KB unused (95%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://store.fastly.steamstatic.com/public/shared...: 30 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://store.fastly.steamstatic.com/public/shared...: unminified — 10 KB could be saved
Warning::
https://store.fastly.steamstatic.com/public/javasc...: 27 KB unused (59%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 505 KB
505 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://store.fastly.steamstatic.com/public/javascript/applications/store/main.js?v=CYgBmprFPCW8&l=english&_cdn=fastly374 KB310 KB (83%)3rd
https://store.fastly.steamstatic.com/public/javascript/applications/store/libraries~b28b7af69.js?v=2YtNk3cAAsTl&l=english&_cdn=fastly165 KB90 KB (54%)3rd
https://store.fastly.steamstatic.com/public/javascript/applications/store/libraries~73ab827c1.js?contenthash=07947655aa3af5e2f31951 KB49 KB (95%)3rd
https://store.fastly.steamstatic.com/public/shared/javascript/shared_global.js?v=74PhtZvVZD8D&l=english&_cdn=fastly38 KB30 KB (79%)3rd
https://store.fastly.steamstatic.com/public/javascript/applications/store/footer.js?contenthash=c02f5af2fe13c839749d46 KB27 KB (59%)3rd
https://store.fastly.steamstatic.com/public/javascript/dynamicstore.js?v=YfwgycQUrKfu&l=english&_cdn=fastly20 KB3rd
https://store.fastly.steamstatic.com/public/javascript/applications/store/main_english-json.js?contenthash=e074c23d1ff93816e36887 KB3rd
https://store.fastly.steamstatic.com/public/javascript/cluster.js?v=Xhyo8cGiiO4M&l=english&_cdn=fastly4 KB3rd
https://store.fastly.steamstatic.com/public/shared/javascript/shared_responsive_adapter.js?v=XZm6x5HVwOht&l=english&_cdn=fastly6 KB3rd
https://store.fastly.steamstatic.com/public/javascript/applications/store/manifest.js?v=HE3Cjo_DoCya&l=english&_cdn=fastly13 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
97 resources · 7.1 MB · 505 KB savings available
FIX
97 resources · 7.1 MB · 505 KB savings available
Warning::
Page weight 6.1 MB over 1MB target
Got: 7.1 MB Expected: ≤ 1 MB
Info::
~505 KB of savings available
Warning::
93 third-party resources (95% of weight)
Info::
5 resources over 200KB
97 resources · 7.1 MiB · 93 third-party 6.1 MiB over 1MB target
Media 35% · 2.5 MiB
Image 29% · 2.0 MiB
JavaScript 20% · 1.4 MiB
Font 12% · 849.3 KiB
CSS 2% · 165.3 KiB
Document 2% · 125.4 KiB
Other 0% · 479 B

~505.5 KiB of savings available

Remove unused JavaScript: 505.5 KiB
C
Image Optimization
Action
53 images, 0 KB saveable
REVIEW
53 images, 0 KB saveable
Warning::
https://store.fastly.steamstatic.com/public/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://shared.fastly.steamstatic.com/store_item_a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://shared.fastly.steamstatic.com/store_item_a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.fastly.steamstatic.com/store/steamdeck... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://store.fastly.steamstatic.com/public/shared... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
53 images 2.0 MB
0 oversized -0 KB
51 legacy format
5 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1983ms total JS execution
REVIEW
1983ms total JS execution
Warning::
https://store.steampowered.com/: 633ms CPU time
Warning::
https://store.fastly.steamstatic.com/public/shared...: 513ms CPU time
Warning::
Unattributable: 301ms CPU time
Warning::
https://store.fastly.steamstatic.com/public/javasc...: 272ms CPU time
Warning::
https://store.fastly.steamstatic.com/public/javasc...: 264ms CPU time
Warning::
Third-party scripts: 1350ms (68% of total)

Main Thread Breakdown

Script Evaluation 36% Style & Layout 23% Other 22% Script Parsing & Compilation 9% Parse HTML & CSS 6% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://store.steampowered.com/633ms16ms35ms1st
https://store.fastly.steamstatic.com/public/shared/javascript/jquery-1.8.3.min.js?v=NXam5zydzNu8&l=english&_cdn=fastly513ms286ms6ms3rd
Unattributable301ms5ms0ms3rd
https://store.fastly.steamstatic.com/public/javascript/applications/store/main.js?v=CYgBmprFPCW8&l=english&_cdn=fastly272ms190ms75ms3rd
https://store.fastly.steamstatic.com/public/javascript/applications/store/libraries~b28b7af69.js?v=2YtNk3cAAsTl&l=english&_cdn=fastly264ms175ms28ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
no-cache
REVIEW
no-cache
Info::
Cache-Control header is set
Got: no-cache
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache

DirectiveValueMeaning
no-cacheCache but always revalidate first
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 (849 KB)
PASS
7 fonts (849 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

849 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 24.0 s FCP 19.7 s LCP 23.2 shttps://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Medium.ttf?v=4.015MotivaSans-Medium.ttf https://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Medium.ttf?v=4.015 — 121.3 KiB — 32 ms — font-display: swaphttps://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Regular.ttf?v=4.015MotivaSans-Regular.ttf https://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Regular.ttf?v=4.015 — 120.1 KiB — 34 ms — font-display: swaphttps://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Light.ttf?v=4.015MotivaSans-Light.ttf https://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Light.ttf?v=4.015 — 119.9 KiB — 10 ms — font-display: swaphttps://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Black.ttf?v=4.015MotivaSans-Black.ttf https://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Black.ttf?v=4.015 — 118.1 KiB — 14 ms — font-display: swaphttps://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Thin.ttf?v=4.015MotivaSans-Thin.ttf https://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Thin.ttf?v=4.015 — 116.1 KiB — 38 ms — font-display: swaphttps://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Bold.ttf?v=4.015MotivaSans-Bold.ttf https://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Bold.ttf?v=4.015 — 121.2 KiB — 37 ms — font-display: swaphttps://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-RegularItalic.ttf?v=4.015MotivaSans-RegularItali... https://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-RegularItalic.ttf?v=4.015 — 132.6 KiB — 8 ms — font-display: swap
MotivaSans-Medium.ttf unknown swap
Size 121 KB
Load time 32 ms
Start 3.7 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
MotivaSans-Regular.ttf unknown swap
Size 120 KB
Load time 34 ms
Start 3.7 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
MotivaSans-Light.ttf unknown swap
Size 120 KB
Load time 10 ms
Start 4.2 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
MotivaSans-Black.ttf unknown swap
Size 118 KB
Load time 14 ms
Start 4.3 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
MotivaSans-Thin.ttf unknown swap
Size 116 KB
Load time 38 ms
Start 4.7 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
MotivaSans-Bold.ttf unknown swap
Size 121 KB
Load time 37 ms
Start 4.7 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
MotivaSans-RegularItali... unknown swap
Size 133 KB
Load time 8 ms
Start 5.4 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~679 KB and ~1358 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
97 requests over 5525ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s FCP 19.7 s LCP 23.2 shttps://store.steampowered.com// https://store.steampowered.com/ — 200 — 125.4 KiB — 3.4 s — http/1.1https://store.fastly.steamstatic.com/public/shared/css/motiva_sans.css?v=YzJgj1FjzW34&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/css/motiva_sans.css?v=YzJgj1FjzW34&l=english&_cdn=fastly — 200 — 799 B — 43 ms — h2https://store.fastly.steamstatic.com/public/shared/css/shared_global.css?v=qbbUOQL2SbhT&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/css/shared_global.css?v=qbbUOQL2SbhT&l=english&_cdn=fastly — 200 — 18.5 KiB — 54 ms — h2https://store.fastly.steamstatic.com/public/shared/css/buttons.css?v=BZhNEtESfYSJ&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/css/buttons.css?v=BZhNEtESfYSJ&l=english&_cdn=fastly — 200 — 4.1 KiB — 35 ms — h2https://store.fastly.steamstatic.com/public/css/v6/store.css?v=13CjnPuGjLMj&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/css/v6/store.css?v=13CjnPuGjLMj&l=english&_cdn=fastly — 200 — 25.7 KiB — 54 ms — h2https://store.fastly.steamstatic.com/public/css/v6/home.css?v=7t7Azxf9pBoE&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/css/v6/home.css?v=7t7Azxf9pBoE&l=english&_cdn=fastly — 200 — 20.2 KiB — 51 ms — h2https://store.fastly.steamstatic.com/public/css/v6/creator_hub.css?v=W3_oCd4QrKak&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/css/v6/creator_hub.css?v=W3_oCd4QrKak&l=english&_cdn=fastly — 200 — 923 B — 48 ms — h2https://store.fastly.steamstatic.com/public/shared/css/shared_responsive.css?v=gMkuLjBtRR-V&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/css/shared_responsive.css?v=gMkuLjBtRR-V&l=english&_cdn=fastly — 200 — 6.6 KiB — 70 ms — h2https://store.fastly.steamstatic.com/public/shared/javascript/jquery-1.8.3.min.js?v=NXam5zydzNu8&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/javascript/jquery-1.8.3.min.js?v=NXam5zydzNu8&l=english&_cdn=fastly — 200 — 32.8 KiB — 74 ms — h2https://store.fastly.steamstatic.com/public/shared/javascript/tooltip.js?v=k5leO7MVvAaV&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/javascript/tooltip.js?v=k5leO7MVvAaV&l=english&_cdn=fastly — 200 — 4.5 KiB — 47 ms — h2https://store.fastly.steamstatic.com/public/shared/javascript/shared_global.js?v=74PhtZvVZD8D&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/javascript/shared_global.js?v=74PhtZvVZD8D&l=english&_cdn=fastly — 200 — 38.0 KiB — 84 ms — h2https://store.fastly.steamstatic.com/public/shared/javascript/auth_refresh.js?v=w6QbwI-5-j2S&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/javascript/auth_refresh.js?v=w6QbwI-5-j2S&l=english&_cdn=fastly — 200 — 981 B — 70 ms — h2https://store.fastly.steamstatic.com/public/javascript/main.js?v=2jl8YRZgA0FC&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/main.js?v=2jl8YRZgA0FC&l=english&_cdn=fastly — 200 — 20.3 KiB — 81 ms — h2https://store.fastly.steamstatic.com/public/javascript/dynamicstore.js?v=YfwgycQUrKfu&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/dynamicstore.js?v=YfwgycQUrKfu&l=english&_cdn=fastly — 200 — 20.1 KiB — 81 ms — h2https://store.fastly.steamstatic.com/public/javascript/home.js?v=zqt349PxLqfO&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/home.js?v=zqt349PxLqfO&l=english&_cdn=fastly — 200 — 35.5 KiB — 83 ms — h2https://store.fastly.steamstatic.com/public/javascript/cluster.js?v=Xhyo8cGiiO4M&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/cluster.js?v=Xhyo8cGiiO4M&l=english&_cdn=fastly — 200 — 4.2 KiB — 53 ms — h2https://store.fastly.steamstatic.com/public/shared/javascript/shared_responsive_adapter.js?v=XZm6x5HVwOht&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/javascript/shared_responsive_adapter.js?v=XZm6x5HVwOht&l=english&_cdn=fastly — 200 — 6.0 KiB — 66 ms — h2https://store.fastly.steamstatic.com/public/shared/images/responsive/footerLogo_valve_new.pngstore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/images/responsive/footerLogo_valve_new.png — 200 — 2.4 KiB — 45 ms — h2https://store.fastly.steamstatic.com/public/shared/images/responsive/header_menu_hamburger.pngstore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/images/responsive/header_menu_hamburger.png — 200 — 3.8 KiB — 47 ms — h2https://store.fastly.steamstatic.com/public/shared/images/responsive/header_logo.pngstore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/images/responsive/header_logo.png — 200 — 10.7 KiB — 12 ms — h2https://store.fastly.steamstatic.com/public/css/applications/store/main.css?v=8uAbPKjh_iOP&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/css/applications/store/main.css?v=8uAbPKjh_iOP&l=english&_cdn=fastly — 200 — 58.6 KiB — 13 ms — h2https://store.fastly.steamstatic.com/public/javascript/applications/store/manifest.js?v=HE3Cjo_DoCya&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/applications/store/manifest.js?v=HE3Cjo_DoCya&l=english&_cdn=fastly — 200 — 12.9 KiB — 15 ms — h2https://store.fastly.steamstatic.com/public/javascript/applications/store/libraries~b28b7af69.js?v=2YtNk3cAAsTl&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/applications/store/libraries~b28b7af69.js?v=2YtNk3cAAsTl&l=english&_cdn=fastly — 200 — 165.4 KiB — 80 ms — h2https://store.fastly.steamstatic.com/public/javascript/applications/store/main.js?v=CYgBmprFPCW8&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/applications/store/main.js?v=CYgBmprFPCW8&l=english&_cdn=fastly — 200 — 374.2 KiB — 106 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/clusters/frontpage/1f5bf11f60ba74359c5c42a9/b7e436486555d40ed9b701c1822ce44de268064c/page_bg_english.jpg?t=1776794985shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/clusters/frontpage/1f5bf11f60ba74359c5c42a9/b7e436486555d40ed9b701c1822ce44de268064c/page_bg_english.jpg?t=1776794985 — 200 — 272.9 KiB — 88 ms — h2https://cdn.fastly.steamstatic.com/store/steamdeck/steamdeck_promo_1817070.png?v=4cdn.fastly.steamstatic.com/store/st... https://cdn.fastly.steamstatic.com/store/steamdeck/steamdeck_promo_1817070.png?v=4 — 200 — 102.8 KiB — 77 ms — h2https://store.fastly.steamstatic.com/public/shared/images/header/logo_steam.svg?t=962016store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/images/header/logo_steam.svg?t=962016 — 200 — 3.7 KiB — 33 ms — h2https://store.fastly.steamstatic.com/public/images//gift/steamcards_promo_03.png?v=1store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/images//gift/steamcards_promo_03.png?v=1 — 200 — 24.8 KiB — 71 ms — h2https://store.fastly.steamstatic.com/public/images/blank.gifstore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/images/blank.gif — 200 — 930 B — 59 ms — h2https://store.fastly.steamstatic.com/public/images/mobile/ResponsiveChevron.svgstore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/images/mobile/ResponsiveChevron.svg — 200 — 619 B — 59 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 24.0 s FCP 19.7 s LCP 23.2 shttps://store.steampowered.com// https://store.steampowered.com/ — 200 — 125.4 KiB — 3.4 s — http/1.1https://store.fastly.steamstatic.com/public/shared/css/motiva_sans.css?v=YzJgj1FjzW34&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/css/motiva_sans.css?v=YzJgj1FjzW34&l=english&_cdn=fastly — 200 — 799 B — 43 ms — h2https://store.fastly.steamstatic.com/public/shared/css/shared_global.css?v=qbbUOQL2SbhT&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/css/shared_global.css?v=qbbUOQL2SbhT&l=english&_cdn=fastly — 200 — 18.5 KiB — 54 ms — h2https://store.fastly.steamstatic.com/public/shared/css/buttons.css?v=BZhNEtESfYSJ&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/css/buttons.css?v=BZhNEtESfYSJ&l=english&_cdn=fastly — 200 — 4.1 KiB — 35 ms — h2https://store.fastly.steamstatic.com/public/css/v6/store.css?v=13CjnPuGjLMj&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/css/v6/store.css?v=13CjnPuGjLMj&l=english&_cdn=fastly — 200 — 25.7 KiB — 54 ms — h2https://store.fastly.steamstatic.com/public/css/v6/home.css?v=7t7Azxf9pBoE&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/css/v6/home.css?v=7t7Azxf9pBoE&l=english&_cdn=fastly — 200 — 20.2 KiB — 51 ms — h2https://store.fastly.steamstatic.com/public/css/v6/creator_hub.css?v=W3_oCd4QrKak&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/css/v6/creator_hub.css?v=W3_oCd4QrKak&l=english&_cdn=fastly — 200 — 923 B — 48 ms — h2https://store.fastly.steamstatic.com/public/shared/css/shared_responsive.css?v=gMkuLjBtRR-V&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/css/shared_responsive.css?v=gMkuLjBtRR-V&l=english&_cdn=fastly — 200 — 6.6 KiB — 70 ms — h2https://store.fastly.steamstatic.com/public/shared/javascript/jquery-1.8.3.min.js?v=NXam5zydzNu8&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/javascript/jquery-1.8.3.min.js?v=NXam5zydzNu8&l=english&_cdn=fastly — 200 — 32.8 KiB — 74 ms — h2https://store.fastly.steamstatic.com/public/shared/javascript/tooltip.js?v=k5leO7MVvAaV&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/javascript/tooltip.js?v=k5leO7MVvAaV&l=english&_cdn=fastly — 200 — 4.5 KiB — 47 ms — h2https://store.fastly.steamstatic.com/public/shared/javascript/shared_global.js?v=74PhtZvVZD8D&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/javascript/shared_global.js?v=74PhtZvVZD8D&l=english&_cdn=fastly — 200 — 38.0 KiB — 84 ms — h2https://store.fastly.steamstatic.com/public/shared/javascript/auth_refresh.js?v=w6QbwI-5-j2S&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/javascript/auth_refresh.js?v=w6QbwI-5-j2S&l=english&_cdn=fastly — 200 — 981 B — 70 ms — h2https://store.fastly.steamstatic.com/public/javascript/main.js?v=2jl8YRZgA0FC&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/main.js?v=2jl8YRZgA0FC&l=english&_cdn=fastly — 200 — 20.3 KiB — 81 ms — h2https://store.fastly.steamstatic.com/public/javascript/dynamicstore.js?v=YfwgycQUrKfu&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/dynamicstore.js?v=YfwgycQUrKfu&l=english&_cdn=fastly — 200 — 20.1 KiB — 81 ms — h2https://store.fastly.steamstatic.com/public/javascript/home.js?v=zqt349PxLqfO&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/home.js?v=zqt349PxLqfO&l=english&_cdn=fastly — 200 — 35.5 KiB — 83 ms — h2https://store.fastly.steamstatic.com/public/javascript/cluster.js?v=Xhyo8cGiiO4M&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/cluster.js?v=Xhyo8cGiiO4M&l=english&_cdn=fastly — 200 — 4.2 KiB — 53 ms — h2https://store.fastly.steamstatic.com/public/shared/javascript/shared_responsive_adapter.js?v=XZm6x5HVwOht&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/javascript/shared_responsive_adapter.js?v=XZm6x5HVwOht&l=english&_cdn=fastly — 200 — 6.0 KiB — 66 ms — h2https://store.fastly.steamstatic.com/public/shared/images/responsive/footerLogo_valve_new.pngstore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/images/responsive/footerLogo_valve_new.png — 200 — 2.4 KiB — 45 ms — h2https://store.fastly.steamstatic.com/public/shared/images/responsive/header_menu_hamburger.pngstore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/images/responsive/header_menu_hamburger.png — 200 — 3.8 KiB — 47 ms — h2https://store.fastly.steamstatic.com/public/shared/images/responsive/header_logo.pngstore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/images/responsive/header_logo.png — 200 — 10.7 KiB — 12 ms — h2https://store.fastly.steamstatic.com/public/css/applications/store/main.css?v=8uAbPKjh_iOP&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/css/applications/store/main.css?v=8uAbPKjh_iOP&l=english&_cdn=fastly — 200 — 58.6 KiB — 13 ms — h2https://store.fastly.steamstatic.com/public/javascript/applications/store/manifest.js?v=HE3Cjo_DoCya&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/applications/store/manifest.js?v=HE3Cjo_DoCya&l=english&_cdn=fastly — 200 — 12.9 KiB — 15 ms — h2https://store.fastly.steamstatic.com/public/javascript/applications/store/libraries~b28b7af69.js?v=2YtNk3cAAsTl&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/applications/store/libraries~b28b7af69.js?v=2YtNk3cAAsTl&l=english&_cdn=fastly — 200 — 165.4 KiB — 80 ms — h2https://store.fastly.steamstatic.com/public/javascript/applications/store/main.js?v=CYgBmprFPCW8&l=english&_cdn=fastlystore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/applications/store/main.js?v=CYgBmprFPCW8&l=english&_cdn=fastly — 200 — 374.2 KiB — 106 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/clusters/frontpage/1f5bf11f60ba74359c5c42a9/b7e436486555d40ed9b701c1822ce44de268064c/page_bg_english.jpg?t=1776794985shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/clusters/frontpage/1f5bf11f60ba74359c5c42a9/b7e436486555d40ed9b701c1822ce44de268064c/page_bg_english.jpg?t=1776794985 — 200 — 272.9 KiB — 88 ms — h2https://cdn.fastly.steamstatic.com/store/steamdeck/steamdeck_promo_1817070.png?v=4cdn.fastly.steamstatic.com/store/st... https://cdn.fastly.steamstatic.com/store/steamdeck/steamdeck_promo_1817070.png?v=4 — 200 — 102.8 KiB — 77 ms — h2https://store.fastly.steamstatic.com/public/shared/images/header/logo_steam.svg?t=962016store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/images/header/logo_steam.svg?t=962016 — 200 — 3.7 KiB — 33 ms — h2https://store.fastly.steamstatic.com/public/images//gift/steamcards_promo_03.png?v=1store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/images//gift/steamcards_promo_03.png?v=1 — 200 — 24.8 KiB — 71 ms — h2https://store.fastly.steamstatic.com/public/images/blank.gifstore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/images/blank.gif — 200 — 930 B — 59 ms — h2https://store.fastly.steamstatic.com/public/images/mobile/ResponsiveChevron.svgstore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/images/mobile/ResponsiveChevron.svg — 200 — 619 B — 59 ms — h2https://cdn.fastly.steamstatic.com/store/steamdeck/decklogo.pngcdn.fastly.steamstatic.com/store/st... https://cdn.fastly.steamstatic.com/store/steamdeck/decklogo.png — 200 — 972 B — 72 ms — h2https://store.fastly.steamstatic.com/public/shared/images/trans.gifstore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/images/trans.gif — 200 — 168 B — 59 ms — h2https://store.fastly.steamstatic.com/public/images//v6/ico/ico_info.pngstore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/images//v6/ico/ico_info.png — 200 — 2.0 KiB — 60 ms — h2https://store.fastly.steamstatic.com/public/images/v6/colored_body_top.png?v=2store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/images/v6/colored_body_top.png?v=2 — 200 — 157.6 KiB — 85 ms — h2https://store.fastly.steamstatic.com/public/shared/images/header/btn_header_installsteam_download.png?v=1store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/images/header/btn_header_installsteam_download.png?v=1 — 200 — 409 B — 61 ms — h2https://store.fastly.steamstatic.com/public/shared/images/popups/btn_arrow_down_padded.pngstore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/images/popups/btn_arrow_down_padded.png — 200 — 314 B — 56 ms — h2https://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Medium.ttf?v=4.015store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Medium.ttf?v=4.015 — 200 — 121.3 KiB — 32 ms — h2https://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Regular.ttf?v=4.015store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Regular.ttf?v=4.015 — 200 — 120.1 KiB — 34 ms — h2https://store.fastly.steamstatic.com/public/javascript/applications/store/shared_english-json.js?contenthash=377512acf3b9a558ed42store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/applications/store/shared_english-json.js?contenthash=377512acf3b9a558ed42 — 200 — 256.0 KiB — 27 ms — h2https://store.fastly.steamstatic.com/public/javascript/applications/store/sales_english-json.js?contenthash=ca011045dee70bed3958store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/applications/store/sales_english-json.js?contenthash=ca011045dee70bed3958 — 200 — 229.5 KiB — 42 ms — h2https://store.fastly.steamstatic.com/public/javascript/applications/store/main_english-json.js?contenthash=e074c23d1ff93816e368store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/applications/store/main_english-json.js?contenthash=e074c23d1ff93816e368 — 200 — 87.2 KiB — 41 ms — h2https://store.fastly.steamstatic.com/public/javascript/applications/store/marketing_english-json.js?contenthash=9973d03d5687799df4f2store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/applications/store/marketing_english-json.js?contenthash=9973d03d5687799df4f2 — 200 — 27.2 KiB — 31 ms — h2https://store.fastly.steamstatic.com/public/javascript/applications/store/shoppingcart_english-json.js?contenthash=146859bc56e69e9f2b9dstore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/applications/store/shoppingcart_english-json.js?contenthash=146859bc56e69e9f2b9d — 200 — 18.9 KiB — 30 ms — h2https://store.fastly.steamstatic.com/public/javascript/applications/store/6976.js?contenthash=2ba0eaad7c587b6b4097store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/applications/store/6976.js?contenthash=2ba0eaad7c587b6b4097 — 200 — 7.8 KiB — 24 ms — h2https://store.steampowered.com/dynamicstore/saledata/?cc=NL/dynamicstore/saledata/?cc=NL https://store.steampowered.com/dynamicstore/saledata/?cc=NL — 200 — 479 B — 185 ms — http/1.1https://store.fastly.steamstatic.com/public/images/v6/home/cluster_bg.png?v=1store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/images/v6/home/cluster_bg.png?v=1 — 200 — 131.6 KiB — 30 ms — h2https://cdn.fastly.steamstatic.com/store/icons/arrow_left.svgcdn.fastly.steamstatic.com/store/ic... https://cdn.fastly.steamstatic.com/store/icons/arrow_left.svg — 200 — 334 B — 11 ms — h2https://cdn.fastly.steamstatic.com/store/icons/arrow_right.svgcdn.fastly.steamstatic.com/store/ic... https://cdn.fastly.steamstatic.com/store/icons/arrow_right.svg — 200 — 288 B — 12 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/clusters/takeunder/353acb49c61982ce883257c4/73b910f63b658f835acab34015f317285142ebe2/takeunder_desktop_english.jpg?t=1776460537shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/clusters/takeunder/353acb49c61982ce883257c4/73b910f63b658f835acab34015f317285142ebe2/takeunder_desktop_english.jpg?t=1776460537 — 200 — 42.8 KiB — 14 ms — h2https://store.fastly.steamstatic.com/public/images/v6/home/background_spotlight.jpgstore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/images/v6/home/background_spotlight.jpg — 200 — 11.0 KiB — 6 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAFMN540AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJb…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAFMN540AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJb… — 200 — 0 B — 0 ms — datahttps://cdn.fastly.steamstatic.com/store/icons/icon_platform_win.svgcdn.fastly.steamstatic.com/store/ic... https://cdn.fastly.steamstatic.com/store/icons/icon_platform_win.svg — 200 — 534 B — 14 ms — h2https://cdn.fastly.steamstatic.com/store/icons/icon_platform_mac.svgcdn.fastly.steamstatic.com/store/ic... https://cdn.fastly.steamstatic.com/store/icons/icon_platform_mac.svg — 200 — 876 B — 14 ms — h2https://cdn.fastly.steamstatic.com/store/icons/icon_platform_steamos.svg?v=2cdn.fastly.steamstatic.com/store/ic... https://cdn.fastly.steamstatic.com/store/icons/icon_platform_steamos.svg?v=2 — 200 — 1.6 KiB — 14 ms — h2https://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Light.ttf?v=4.015store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Light.ttf?v=4.015 — 200 — 119.9 KiB — 10 ms — h2https://store.steampowered.com/stats/monthlytopreleaseimages?l=english&cc=NL/stats/monthlytopreleaseimages?l=en... https://store.steampowered.com/stats/monthlytopreleaseimages?l=english&cc=NL — 200 — 180.1 KiB — 41 ms — http/1.1https://store.fastly.steamstatic.com/public/images/v6/home/logo_steam_piston.pngstore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/images/v6/home/logo_steam_piston.png — 200 — 4.5 KiB — 5 ms — h2https://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Black.ttf?v=4.015store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Black.ttf?v=4.015 — 200 — 118.1 KiB — 14 ms — h2https://store.fastly.steamstatic.com/public/images//v6/icon_cluster_controls.pngstore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/images//v6/icon_cluster_controls.png — 200 — 1.4 KiB — 5 ms — h2https://store.fastly.steamstatic.com/public/images/v6/home/background_maincap_2.jpgstore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/images/v6/home/background_maincap_2.jpg — 200 — 14.3 KiB — 4 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/2868840/b0958d387dc366211e0f353443710cfcf9fdb020/header_292x136.jpg?t=1776735385shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/2868840/b0958d387dc366211e0f353443710cfcf9fdb020/header_292x136.jpg?t=1776735385 — 200 — 32.2 KiB — 52 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/2253100/81c5fb1f7602d9fe92ae9971e9c2b587e6cbeb54/header_292x136.jpg?t=1776347213shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/2253100/81c5fb1f7602d9fe92ae9971e9c2b587e6cbeb54/header_292x136.jpg?t=1776347213 — 200 — 24.2 KiB — 49 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/3280350/6270c77b0729e2df0a17d660286eeddfd9169386/header_292x136.jpg?t=1774022345shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/3280350/6270c77b0729e2df0a17d660286eeddfd9169386/header_292x136.jpg?t=1774022345 — 200 — 14.9 KiB — 33 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/3784030/441ff79feb6f3e92a5a6ed4a1d4b89c79e275644/header_292x136.jpg?t=1776154119shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/3784030/441ff79feb6f3e92a5a6ed4a1d4b89c79e275644/header_292x136.jpg?t=1776154119 — 200 — 32.1 KiB — 49 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1145360/header_292x136.jpg?t=1758127023shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1145360/header_292x136.jpg?t=1758127023 — 200 — 26.0 KiB — 34 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/292030/ad9240e088f953a84aee814034c50a6a92bf4516/header_292x136.jpg?t=1768303991shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/292030/ad9240e088f953a84aee814034c50a6a92bf4516/header_292x136.jpg?t=1768303991 — 200 — 17.9 KiB — 52 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1245620/header_292x136.jpg?t=1767883716shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1245620/header_292x136.jpg?t=1767883716 — 200 — 15.5 KiB — 57 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/646570/header_292x136.jpg?t=1774015376shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/646570/header_292x136.jpg?t=1774015376 — 200 — 22.3 KiB — 64 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/3265700/5590e42cab09dacabee973dd2c3e27ef12ed4950/header_292x136.jpg?t=1776789234shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/3265700/5590e42cab09dacabee973dd2c3e27ef12ed4950/header_292x136.jpg?t=1776789234 — 200 — 25.8 KiB — 64 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/379430/43b72106345687f4a2bf94d5f98335e52c1cd598/header_292x136.jpg?t=1770998376shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/379430/43b72106345687f4a2bf94d5f98335e52c1cd598/header_292x136.jpg?t=1770998376 — 200 — 24.3 KiB — 57 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/4069520/2d9b9b6bc0ac18c6eb76f5e38b649425d9202759/header_292x136_alt_assets_0.jpg?t=1776717543shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/4069520/2d9b9b6bc0ac18c6eb76f5e38b649425d9202759/header_292x136_alt_assets_0.jpg?t=1776717543 — 200 — 26.3 KiB — 57 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/3527290/31bac6b2eccf09b368f5e95ce510bae2baf3cfcd/header_292x136.jpg?t=1775581133shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/3527290/31bac6b2eccf09b368f5e95ce510bae2baf3cfcd/header_292x136.jpg?t=1775581133 — 200 — 19.2 KiB — 66 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1533390/header_292x136.jpg?t=1715638911shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1533390/header_292x136.jpg?t=1715638911 — 200 — 20.8 KiB — 67 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/2539520/e11e69f185a685e305ea558c4405464bd28a80c2/header_292x136_alt_assets_1.jpg?t=1775763690shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/2539520/e11e69f185a685e305ea558c4405464bd28a80c2/header_292x136_alt_assets_1.jpg?t=1775763690 — 200 — 18.2 KiB — 49 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/2669410/121346be34c54e123ded376ce25c752b321937ae/header_292x136.jpg?t=1770030023shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/2669410/121346be34c54e123ded376ce25c752b321937ae/header_292x136.jpg?t=1770030023 — 200 — 18.8 KiB — 56 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/546560/header_292x136.jpg?t=1762986588shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/546560/header_292x136.jpg?t=1762986588 — 200 — 13.5 KiB — 30 ms — h2https://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Thin.ttf?v=4.015store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Thin.ttf?v=4.015 — 200 — 116.1 KiB — 38 ms — h2https://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Bold.ttf?v=4.015store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Bold.ttf?v=4.015 — 200 — 121.2 KiB — 37 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/spotlights/71bb60e9ecd4e4265e19525d/622dac4fd9ac70b5b4755b37e5fae6fd0066c386/spotlight_image_english.jpg?t=1775677316shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/spotlights/71bb60e9ecd4e4265e19525d/622dac4fd9ac70b5b4755b37e5fae6fd0066c386/spotlight_image_english.jpg?t=1775677316 — 200 — 134.4 KiB — 60 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/spotlights/e12186db78bf3da4dac1f2a9/8b5838b90260e6eb5e0de551273a3f6ad268ece2/spotlight_image_english.jpg?t=1776104240shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/spotlights/e12186db78bf3da4dac1f2a9/8b5838b90260e6eb5e0de551273a3f6ad268ece2/spotlight_image_english.jpg?t=1776104240 — 200 — 34.2 KiB — 63 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/254320/header.jpg?t=1776751920shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/254320/header.jpg?t=1776751920 — 200 — 27.8 KiB — 43 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1052990/10d66b8b0bce06dabdfec1f770b36039a8daa258/header.jpg?t=1755793619shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1052990/10d66b8b0bce06dabdfec1f770b36039a8daa258/header.jpg?t=1755793619 — 200 — 52.3 KiB — 63 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1172470/0850cd41655393ed61cc950b8d232a492dd7c85d/capsule_616x353.jpg?t=1770753360shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1172470/0850cd41655393ed61cc950b8d232a492dd7c85d/capsule_616x353.jpg?t=1770753360 — 200 — 148.0 KiB — 63 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1172470/3424111e83c2adfc7e6c056573d5089c27fdc711/ss_3424111e83c2adfc7e6c056573d5089c27fdc711.600x338.jpgshared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1172470/3424111e83c2adfc7e6c056573d5089c27fdc711/ss_3424111e83c2adfc7e6c056573d5089c27fdc711.600x338.jpg — 200 — 74.3 KiB — 46 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1172470/c1f5eb613c365fc96f5d59dd69bd852793929f69/ss_c1f5eb613c365fc96f5d59dd69bd852793929f69.600x338.jpgshared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1172470/c1f5eb613c365fc96f5d59dd69bd852793929f69/ss_c1f5eb613c365fc96f5d59dd69bd852793929f69.600x338.jpg — 200 — 80.1 KiB — 46 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1172470/f786d0d1e567be0e5a801a62855970f9b6bae6fd/ss_f786d0d1e567be0e5a801a62855970f9b6bae6fd.600x338.jpgshared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1172470/f786d0d1e567be0e5a801a62855970f9b6bae6fd/ss_f786d0d1e567be0e5a801a62855970f9b6bae6fd.600x338.jpg — 200 — 92.6 KiB — 51 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1172470/d86d5fe798addd4ff7219938f891268affb1ea2d/ss_d86d5fe798addd4ff7219938f891268affb1ea2d.600x338.jpgshared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1172470/d86d5fe798addd4ff7219938f891268affb1ea2d/ss_d86d5fe798addd4ff7219938f891268affb1ea2d.600x338.jpg — 200 — 80.0 KiB — 42 ms — h2https://shared.fastly.steamstatic.com/store_item_assets/steam/clusters/frontpage/1f5bf11f60ba74359c5c42a9/ae9a34c626a249089018e88ec7c8c1b547b2416c/webm_page_bg_english.webm?t=1776794985shared.fastly.steamstatic.com/store... https://shared.fastly.steamstatic.com/store_item_assets/steam/clusters/frontpage/1f5bf11f60ba74359c5c42a9/ae9a34c626a249089018e88ec7c8c1b547b2416c/webm_page_bg_english.webm?t=1776794985 — 206 — 2.5 MiB — 113 ms — h2https://store.fastly.steamstatic.com/public/javascript/applications/store/libraries~be6775ae1.js?contenthash=aad21d6ab11db9546cbfstore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/applications/store/libraries~be6775ae1.js?contenthash=aad21d6ab11db9546cbf — 200 — 17.1 KiB — 5 ms — h2https://store.fastly.steamstatic.com/public/javascript/applications/store/libraries~73ab827c1.js?contenthash=07947655aa3af5e2f319store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/applications/store/libraries~73ab827c1.js?contenthash=07947655aa3af5e2f319 — 200 — 51.4 KiB — 25 ms — h2https://store.fastly.steamstatic.com/public/css/applications/store/chunk~2dc60a8f0.css?contenthash=d851ab6f5de64a61a1e6store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/css/applications/store/chunk~2dc60a8f0.css?contenthash=d851ab6f5de64a61a1e6 — 200 — 25.8 KiB — 24 ms — h2https://store.fastly.steamstatic.com/public/javascript/applications/store/chunk~2dc60a8f0.js?contenthash=bc2bc61a6b4d41a1f890store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/applications/store/chunk~2dc60a8f0.js?contenthash=bc2bc61a6b4d41a1f890 — 200 — 19.4 KiB — 7 ms — h2https://store.fastly.steamstatic.com/public/css/applications/store/footer.css?contenthash=c41c86784f93e8b7afe0store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/css/applications/store/footer.css?contenthash=c41c86784f93e8b7afe0 — 200 — 4.1 KiB — 18 ms — h2https://store.fastly.steamstatic.com/public/javascript/applications/store/footer.js?contenthash=c02f5af2fe13c839749dstore.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/applications/store/footer.js?contenthash=c02f5af2fe13c839749d — 200 — 45.9 KiB — 13 ms — h2https://store.steampowered.com/favicon.ico/favicon.ico https://store.steampowered.com/favicon.ico — 200 — 38.0 KiB — 34 ms — http/1.1https://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-RegularItalic.ttf?v=4.015store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/shared/fonts/MotivaSans-RegularItalic.ttf?v=4.015 — 200 — 132.6 KiB — 8 ms — h2https://store.fastly.steamstatic.com/public/javascript/applications/store/3621.js?contenthash=009aaeed2ccf53dbad61store.fastly.steamstatic.com/public... https://store.fastly.steamstatic.com/public/javascript/applications/store/3621.js?contenthash=009aaeed2ccf53dbad61 — 200 — 1.6 KiB — 9 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
68% of JavaScript execution is third-party
First-party Third-party 1350ms · 572KB · $18/mo
store.fastly.steamstatic.com
Other
Costly
Execution 513ms
Transfer 33 KB
Monthly Cost $7/mo
Unattributable
Other
Costly
Execution 301ms
Transfer 0 KB
Monthly Cost $4/mo
store.fastly.steamstatic.com
Other
Costly
Execution 272ms
Transfer 374 KB
Unused 83%
Monthly Cost $4/mo
store.fastly.steamstatic.com
Other
Costly
Execution 264ms
Transfer 165 KB
Unused 54%
Monthly Cost $4/mo

These scripts may cost more than they're worth

  • store.fastly.steamstatic.com adds 513ms and costs ~$7/month
  • Unattributable adds 301ms and costs ~$4/month
  • store.fastly.steamstatic.com adds 272ms and costs ~$4/month
  • store.fastly.steamstatic.com adds 264ms and costs ~$4/month

68% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

store.fastly.steamstatic.com takes 513ms 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 301ms 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

store.fastly.steamstatic.com takes 272ms 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

83% of store.fastly.steamstatic.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

store.fastly.steamstatic.com takes 264ms 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

54% of store.fastly.steamstatic.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