Skip to content
https://steampowered.com

Performance

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

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

72
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
84
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.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

1.40 s

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

2.97 s

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

134 ms

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

0.106

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

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

3.34 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
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
3.1 MB transferred, 93 requests
FIX
3.1 MB transferred, 93 requests
Warning::
Page weighs 7.3 MB (3.1 MB transferred)
Warning::
Images are 1.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.4 MB
Warning::
JavaScript is 926 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 926 KB
Info::
Fonts are 524 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 524 KB
Info::
93 HTTP requests
Info::
Estimated 0.66 g CO2 per page load
3.1 MB / 2.4 MB budget
3.1 MB transferred
93 requests
0.66 g CO2 per page load
Images 1.4 MiB 45%
JavaScript 925.7 KiB 29%
Fonts 523.5 KiB 16%
CSS 147.4 KiB 5%
HTML 126.4 KiB 4%
Other 38.2 KiB 1%
Other 478 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
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (3.1 MiB of 3.1 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
23 scripts, 450 KB unused
FIX
23 scripts, 450 KB unused
Warning::
https://store.akamai.steamstatic.com/public/javasc...: 310 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://store.akamai.steamstatic.com/public/javasc...: 90 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://store.akamai.steamstatic.com/public/shared...: 30 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://store.akamai.steamstatic.com/public/shared...: unminified — 10 KB could be saved
Warning::
https://store.akamai.steamstatic.com/public/javasc...: 20 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://store.akamai.steamstatic.com/public/javasc...: unminified — 8 KB could be saved
Info::
Total unused JavaScript: 450 KB
450 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://store.akamai.steamstatic.com/public/javascript/applications/store/main.js?v=CYgBmprFPCW8&l=english&_cdn=akamai374 KB310 KB (83%)3rd
https://store.akamai.steamstatic.com/public/javascript/applications/store/libraries~b28b7af69.js?v=2YtNk3cAAsTl&l=english&_cdn=akamai166 KB90 KB (54%)3rd
https://store.akamai.steamstatic.com/public/shared/javascript/shared_global.js?v=MZ63Bj2bxVCi&l=english&_cdn=akamai38 KB30 KB (80%)3rd
https://store.akamai.steamstatic.com/public/javascript/home.js?v=p1JLxKgLnZAL&l=english&_cdn=akamai36 KB20 KB (58%)3rd
https://store.akamai.steamstatic.com/public/javascript/dynamicstore.js?v=Ip2--85Texdk&l=english&_cdn=akamai20 KB3rd
https://store.akamai.steamstatic.com/public/javascript/applications/store/sales_english-json.js?contenthash=ca011045dee70bed395853 KB3rd
https://store.akamai.steamstatic.com/public/javascript/main.js?v=2jl8YRZgA0FC&l=english&_cdn=akamai21 KB3rd
https://store.akamai.steamstatic.com/public/javascript/cluster.js?v=_t673ZDyh-Af&l=english&_cdn=akamai4 KB3rd
https://store.akamai.steamstatic.com/public/shared/javascript/shared_responsive_adapter.js?v=XZm6x5HVwOht&l=english&_cdn=akamai6 KB3rd
https://store.akamai.steamstatic.com/public/javascript/applications/store/manifest.js?v=HE3Cjo_DoCya&l=english&_cdn=akamai13 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

F
Page Weight Inventory
Action
93 resources · 3.1 MB · 450 KB savings available
FIX
93 resources · 3.1 MB · 450 KB savings available
Warning::
Page weight 2.1 MB over 1MB target
Got: 3.1 MB Expected: ≤ 1 MB
Info::
~450 KB of savings available
Warning::
92 third-party resources (100% of weight)
Info::
1 resources over 200KB
93 resources · 3.1 MiB · 92 third-party 2.1 MiB over 1MB target
Image 46% · 1.5 MiB
JavaScript 29% · 925.7 KiB
Font 16% · 523.5 KiB
CSS 5% · 147.4 KiB
Document 4% · 126.6 KiB
Other 0% · 478 B

~450.2 KiB of savings available

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

No Cache-Control header

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

C
Image Optimization
Action
49 images, 0 KB saveable
REVIEW
49 images, 0 KB saveable
Warning::
https://shared.akamai.steamstatic.com/store_item_a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://store.akamai.steamstatic.com/public/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://store.akamai.steamstatic.com/categories/ho... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://store.akamai.steamstatic.com/categories/ho... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://shared.akamai.steamstatic.com/store_item_a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://store.akamai.steamstatic.com/public/shared... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://store.akamai.steamstatic.com/categories/ho... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://store.akamai.steamstatic.com/categories/ho... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
49 images 1.4 MB
0 oversized -0 KB
43 legacy format
8 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

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
1340ms total JS execution
REVIEW
1340ms total JS execution
Warning::
https://store.steampowered.com/: 415ms CPU time
Warning::
https://store.akamai.steamstatic.com/public/shared...: 336ms CPU time
Info::
https://store.akamai.steamstatic.com/public/javasc...: 231ms CPU time
Info::
https://store.akamai.steamstatic.com/public/javasc...: 179ms CPU time
Info::
Unattributable: 178ms CPU time
Warning::
Third-party scripts: 1340ms (100% of total)

Main Thread Breakdown

Script Evaluation 39% Style & Layout 22% Other 18% Script Parsing & Compilation 11% Parse HTML & CSS 6% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://store.steampowered.com/415ms12ms24ms3rd
https://store.akamai.steamstatic.com/public/shared/javascript/jquery-1.8.3.min.js?v=NXam5zydzNu8&l=english&_cdn=akamai336ms207ms3ms3rd
https://store.akamai.steamstatic.com/public/javascript/applications/store/main.js?v=CYgBmprFPCW8&l=english&_cdn=akamai231ms168ms57ms3rd
https://store.akamai.steamstatic.com/public/javascript/applications/store/libraries~b28b7af69.js?v=2YtNk3cAAsTl&l=english&_cdn=akamai179ms122ms24ms3rd
Unattributable178ms3ms0ms3rd
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 (524 KB)
PASS
7 fonts (524 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

524 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 1.0 s 2.0 s 3.0 s FCP 1.4 s LCP 3.0 shttps://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Medium.ttf?v=4.015MotivaSans-Medium.ttf https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Medium.ttf?v=4.015 — 56.9 KiB — 15 ms — font-display: swaphttps://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Regular.ttf?v=4.015MotivaSans-Regular.ttf https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Regular.ttf?v=4.015 — 56.6 KiB — 23 ms — font-display: swaphttps://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Light.ttf?v=4.015MotivaSans-Light.ttf https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Light.ttf?v=4.015 — 120.1 KiB — 20 ms — font-display: swaphttps://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Black.ttf?v=4.015MotivaSans-Black.ttf https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Black.ttf?v=4.015 — 54.4 KiB — 12 ms — font-display: swaphttps://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Thin.ttf?v=4.015MotivaSans-Thin.ttf https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Thin.ttf?v=4.015 — 116.2 KiB — 25 ms — font-display: swaphttps://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Bold.ttf?v=4.015MotivaSans-Bold.ttf https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Bold.ttf?v=4.015 — 56.8 KiB — 16 ms — font-display: swaphttps://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-RegularItalic.ttf?v=4.015MotivaSans-RegularItali... https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-RegularItalic.ttf?v=4.015 — 62.6 KiB — 10 ms — font-display: swap
MotivaSans-Medium.ttf unknown swap
Size 57 KB
Load time 15 ms
Start 694 ms
Risk FOUT — text flashes from fallback to web font
MotivaSans-Regular.ttf unknown swap
Size 57 KB
Load time 23 ms
Start 695 ms
Risk FOUT — text flashes from fallback to web font
MotivaSans-Light.ttf unknown swap
Size 120 KB
Load time 20 ms
Start 1.1 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 54 KB
Load time 12 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
MotivaSans-Thin.ttf unknown swap
Size 116 KB
Load time 25 ms
Start 1.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
MotivaSans-Bold.ttf unknown swap
Size 57 KB
Load time 16 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
MotivaSans-RegularItali... unknown swap
Size 63 KB
Load time 10 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
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 ~275 KB and ~550 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
93 requests over 1919ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.4 s LCP 3.0 shttps://steampowered.com// https://steampowered.com/ — 301 — 199 B — 176 ms — http/1.1https://store.steampowered.com/store.steampowered.com/ https://store.steampowered.com/ — 200 — 126.4 KiB — 334 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/css/motiva_sans.css?v=4Vj7bvhvv_UL&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/css/motiva_sans.css?v=4Vj7bvhvv_UL&l=english&_cdn=akamai — 200 — 1.1 KiB — 22 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/css/shared_global.css?v=fNjyilod6jgc&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/css/shared_global.css?v=fNjyilod6jgc&l=english&_cdn=akamai — 200 — 18.7 KiB — 17 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/css/buttons.css?v=u7ItYmj40jWH&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/css/buttons.css?v=u7ItYmj40jWH&l=english&_cdn=akamai — 200 — 4.2 KiB — 34 ms — http/1.1https://store.akamai.steamstatic.com/public/css/v6/store.css?v=52yuvMRJwtDu&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/css/v6/store.css?v=52yuvMRJwtDu&l=english&_cdn=akamai — 200 — 26.0 KiB — 34 ms — http/1.1https://store.akamai.steamstatic.com/public/css/v6/home.css?v=xeMXPE4YKqdZ&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/css/v6/home.css?v=xeMXPE4YKqdZ&l=english&_cdn=akamai — 200 — 20.5 KiB — 36 ms — http/1.1https://store.akamai.steamstatic.com/public/css/v6/creator_hub.css?v=W3_oCd4QrKak&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/css/v6/creator_hub.css?v=W3_oCd4QrKak&l=english&_cdn=akamai — 200 — 1.2 KiB — 29 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/css/shared_responsive.css?v=Q7leKFKXzNcD&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/css/shared_responsive.css?v=Q7leKFKXzNcD&l=english&_cdn=akamai — 200 — 6.8 KiB — 38 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/javascript/jquery-1.8.3.min.js?v=NXam5zydzNu8&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/javascript/jquery-1.8.3.min.js?v=NXam5zydzNu8&l=english&_cdn=akamai — 200 — 33.1 KiB — 41 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/javascript/tooltip.js?v=k5leO7MVvAaV&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/javascript/tooltip.js?v=k5leO7MVvAaV&l=english&_cdn=akamai — 200 — 4.8 KiB — 45 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/javascript/shared_global.js?v=MZ63Bj2bxVCi&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/javascript/shared_global.js?v=MZ63Bj2bxVCi&l=english&_cdn=akamai — 200 — 38.3 KiB — 61 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/javascript/auth_refresh.js?v=w6QbwI-5-j2S&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/javascript/auth_refresh.js?v=w6QbwI-5-j2S&l=english&_cdn=akamai — 200 — 1.1 KiB — 60 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/main.js?v=2jl8YRZgA0FC&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/main.js?v=2jl8YRZgA0FC&l=english&_cdn=akamai — 200 — 20.6 KiB — 47 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/dynamicstore.js?v=Ip2--85Texdk&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/dynamicstore.js?v=Ip2--85Texdk&l=english&_cdn=akamai — 200 — 20.3 KiB — 61 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/home.js?v=p1JLxKgLnZAL&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/home.js?v=p1JLxKgLnZAL&l=english&_cdn=akamai — 200 — 35.8 KiB — 64 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/cluster.js?v=_t673ZDyh-Af&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/cluster.js?v=_t673ZDyh-Af&l=english&_cdn=akamai — 200 — 4.4 KiB — 63 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/javascript/shared_responsive_adapter.js?v=XZm6x5HVwOht&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/javascript/shared_responsive_adapter.js?v=XZm6x5HVwOht&l=english&_cdn=akamai — 200 — 6.3 KiB — 46 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/images/responsive/footerLogo_valve_new.pngstore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/images/responsive/footerLogo_valve_new.png — 200 — 2.5 KiB — 14 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/images/responsive/header_menu_hamburger.pngstore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/images/responsive/header_menu_hamburger.png — 200 — 4.0 KiB — 6 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/images/responsive/header_logo.pngstore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/images/responsive/header_logo.png — 200 — 10.9 KiB — 12 ms — http/1.1https://store.akamai.steamstatic.com/public/css/applications/store/main.css?v=8uAbPKjh_iOP&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/css/applications/store/main.css?v=8uAbPKjh_iOP&l=english&_cdn=akamai — 200 — 58.8 KiB — 16 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/applications/store/manifest.js?v=HE3Cjo_DoCya&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/applications/store/manifest.js?v=HE3Cjo_DoCya&l=english&_cdn=akamai — 200 — 13.1 KiB — 5 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/applications/store/libraries~b28b7af69.js?v=2YtNk3cAAsTl&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/applications/store/libraries~b28b7af69.js?v=2YtNk3cAAsTl&l=english&_cdn=akamai — 200 — 165.6 KiB — 42 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/applications/store/main.js?v=CYgBmprFPCW8&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/applications/store/main.js?v=CYgBmprFPCW8&l=english&_cdn=akamai — 200 — 374.3 KiB — 65 ms — http/1.1https://store.akamai.steamstatic.com/public/images//gift/steamcards_promo_03.png?v=1store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/images//gift/steamcards_promo_03.png?v=1 — 200 — 25.0 KiB — 19 ms — http/1.1https://store.akamai.steamstatic.com/public/images/mobile/ResponsiveChevron.svgstore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/images/mobile/ResponsiveChevron.svg — 200 — 640 B — 15 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/images/header/logo_steam.svg?t=962016store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/images/header/logo_steam.svg?t=962016 — 200 — 2.0 KiB — 14 ms — http/1.1https://store.akamai.steamstatic.com/public/images/blank.gifstore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/images/blank.gif — 200 — 1.0 KiB — 13 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/images/trans.gifstore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/images/trans.gif — 200 — 317 B — 13 ms — http/1.1
0 ms 1.0 s 2.0 s 3.0 s FCP 1.4 s LCP 3.0 shttps://steampowered.com// https://steampowered.com/ — 301 — 199 B — 176 ms — http/1.1https://store.steampowered.com/store.steampowered.com/ https://store.steampowered.com/ — 200 — 126.4 KiB — 334 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/css/motiva_sans.css?v=4Vj7bvhvv_UL&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/css/motiva_sans.css?v=4Vj7bvhvv_UL&l=english&_cdn=akamai — 200 — 1.1 KiB — 22 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/css/shared_global.css?v=fNjyilod6jgc&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/css/shared_global.css?v=fNjyilod6jgc&l=english&_cdn=akamai — 200 — 18.7 KiB — 17 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/css/buttons.css?v=u7ItYmj40jWH&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/css/buttons.css?v=u7ItYmj40jWH&l=english&_cdn=akamai — 200 — 4.2 KiB — 34 ms — http/1.1https://store.akamai.steamstatic.com/public/css/v6/store.css?v=52yuvMRJwtDu&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/css/v6/store.css?v=52yuvMRJwtDu&l=english&_cdn=akamai — 200 — 26.0 KiB — 34 ms — http/1.1https://store.akamai.steamstatic.com/public/css/v6/home.css?v=xeMXPE4YKqdZ&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/css/v6/home.css?v=xeMXPE4YKqdZ&l=english&_cdn=akamai — 200 — 20.5 KiB — 36 ms — http/1.1https://store.akamai.steamstatic.com/public/css/v6/creator_hub.css?v=W3_oCd4QrKak&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/css/v6/creator_hub.css?v=W3_oCd4QrKak&l=english&_cdn=akamai — 200 — 1.2 KiB — 29 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/css/shared_responsive.css?v=Q7leKFKXzNcD&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/css/shared_responsive.css?v=Q7leKFKXzNcD&l=english&_cdn=akamai — 200 — 6.8 KiB — 38 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/javascript/jquery-1.8.3.min.js?v=NXam5zydzNu8&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/javascript/jquery-1.8.3.min.js?v=NXam5zydzNu8&l=english&_cdn=akamai — 200 — 33.1 KiB — 41 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/javascript/tooltip.js?v=k5leO7MVvAaV&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/javascript/tooltip.js?v=k5leO7MVvAaV&l=english&_cdn=akamai — 200 — 4.8 KiB — 45 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/javascript/shared_global.js?v=MZ63Bj2bxVCi&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/javascript/shared_global.js?v=MZ63Bj2bxVCi&l=english&_cdn=akamai — 200 — 38.3 KiB — 61 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/javascript/auth_refresh.js?v=w6QbwI-5-j2S&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/javascript/auth_refresh.js?v=w6QbwI-5-j2S&l=english&_cdn=akamai — 200 — 1.1 KiB — 60 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/main.js?v=2jl8YRZgA0FC&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/main.js?v=2jl8YRZgA0FC&l=english&_cdn=akamai — 200 — 20.6 KiB — 47 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/dynamicstore.js?v=Ip2--85Texdk&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/dynamicstore.js?v=Ip2--85Texdk&l=english&_cdn=akamai — 200 — 20.3 KiB — 61 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/home.js?v=p1JLxKgLnZAL&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/home.js?v=p1JLxKgLnZAL&l=english&_cdn=akamai — 200 — 35.8 KiB — 64 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/cluster.js?v=_t673ZDyh-Af&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/cluster.js?v=_t673ZDyh-Af&l=english&_cdn=akamai — 200 — 4.4 KiB — 63 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/javascript/shared_responsive_adapter.js?v=XZm6x5HVwOht&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/javascript/shared_responsive_adapter.js?v=XZm6x5HVwOht&l=english&_cdn=akamai — 200 — 6.3 KiB — 46 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/images/responsive/footerLogo_valve_new.pngstore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/images/responsive/footerLogo_valve_new.png — 200 — 2.5 KiB — 14 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/images/responsive/header_menu_hamburger.pngstore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/images/responsive/header_menu_hamburger.png — 200 — 4.0 KiB — 6 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/images/responsive/header_logo.pngstore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/images/responsive/header_logo.png — 200 — 10.9 KiB — 12 ms — http/1.1https://store.akamai.steamstatic.com/public/css/applications/store/main.css?v=8uAbPKjh_iOP&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/css/applications/store/main.css?v=8uAbPKjh_iOP&l=english&_cdn=akamai — 200 — 58.8 KiB — 16 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/applications/store/manifest.js?v=HE3Cjo_DoCya&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/applications/store/manifest.js?v=HE3Cjo_DoCya&l=english&_cdn=akamai — 200 — 13.1 KiB — 5 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/applications/store/libraries~b28b7af69.js?v=2YtNk3cAAsTl&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/applications/store/libraries~b28b7af69.js?v=2YtNk3cAAsTl&l=english&_cdn=akamai — 200 — 165.6 KiB — 42 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/applications/store/main.js?v=CYgBmprFPCW8&l=english&_cdn=akamaistore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/applications/store/main.js?v=CYgBmprFPCW8&l=english&_cdn=akamai — 200 — 374.3 KiB — 65 ms — http/1.1https://store.akamai.steamstatic.com/public/images//gift/steamcards_promo_03.png?v=1store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/images//gift/steamcards_promo_03.png?v=1 — 200 — 25.0 KiB — 19 ms — http/1.1https://store.akamai.steamstatic.com/public/images/mobile/ResponsiveChevron.svgstore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/images/mobile/ResponsiveChevron.svg — 200 — 640 B — 15 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/images/header/logo_steam.svg?t=962016store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/images/header/logo_steam.svg?t=962016 — 200 — 2.0 KiB — 14 ms — http/1.1https://store.akamai.steamstatic.com/public/images/blank.gifstore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/images/blank.gif — 200 — 1.0 KiB — 13 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/images/trans.gifstore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/images/trans.gif — 200 — 317 B — 13 ms — http/1.1https://store.akamai.steamstatic.com/public/images//v6/ico/ico_info.pngstore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/images//v6/ico/ico_info.png — 200 — 2.1 KiB — 8 ms — http/1.1https://store.akamai.steamstatic.com/public/images/v6/colored_body_top.png?v=2store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/images/v6/colored_body_top.png?v=2 — 200 — 157.7 KiB — 37 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/images/header/btn_header_installsteam_download.png?v=1store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/images/header/btn_header_installsteam_download.png?v=1 — 200 — 567 B — 10 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/images/popups/btn_arrow_down_padded.pngstore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/images/popups/btn_arrow_down_padded.png — 200 — 436 B — 8 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Medium.ttf?v=4.015store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Medium.ttf?v=4.015 — 200 — 56.9 KiB — 15 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Regular.ttf?v=4.015store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Regular.ttf?v=4.015 — 200 — 56.6 KiB — 23 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/applications/store/shared_english-json.js?contenthash=377512acf3b9a558ed42store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/applications/store/shared_english-json.js?contenthash=377512acf3b9a558ed42 — 200 — 65.3 KiB — 37 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/applications/store/sales_english-json.js?contenthash=ca011045dee70bed3958store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/applications/store/sales_english-json.js?contenthash=ca011045dee70bed3958 — 200 — 53.2 KiB — 36 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/applications/store/main_english-json.js?contenthash=e074c23d1ff93816e368store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/applications/store/main_english-json.js?contenthash=e074c23d1ff93816e368 — 200 — 22.7 KiB — 24 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/applications/store/marketing_english-json.js?contenthash=9973d03d5687799df4f2store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/applications/store/marketing_english-json.js?contenthash=9973d03d5687799df4f2 — 200 — 6.7 KiB — 23 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/applications/store/shoppingcart_english-json.js?contenthash=146859bc56e69e9f2b9dstore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/applications/store/shoppingcart_english-json.js?contenthash=146859bc56e69e9f2b9d — 200 — 4.2 KiB — 22 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/applications/store/6976.js?contenthash=2ba0eaad7c587b6b4097store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/applications/store/6976.js?contenthash=2ba0eaad7c587b6b4097 — 200 — 2.7 KiB — 30 ms — http/1.1https://store.steampowered.com/dynamicstore/saledata/?cc=SGstore.steampowered.com/dynamicstore... https://store.steampowered.com/dynamicstore/saledata/?cc=SG — 200 — 478 B — 203 ms — http/1.1https://store.akamai.steamstatic.com/public/images/v6/home/cluster_bg.png?v=1store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/images/v6/home/cluster_bg.png?v=1 — 200 — 131.7 KiB — 19 ms — http/1.1https://cdn.akamai.steamstatic.com/store/icons/arrow_left.svgcdn.akamai.steamstatic.com/store/ic... https://cdn.akamai.steamstatic.com/store/icons/arrow_left.svg — 200 — 463 B — 19 ms — http/1.1https://cdn.akamai.steamstatic.com/store/icons/arrow_right.svgcdn.akamai.steamstatic.com/store/ic... https://cdn.akamai.steamstatic.com/store/icons/arrow_right.svg — 200 — 456 B — 20 ms — http/1.1https://store.akamai.steamstatic.com/public/images/v6/home/background_spotlight.jpgstore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/images/v6/home/background_spotlight.jpg — 200 — 11.1 KiB — 12 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAFMN540AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJb…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAFMN540AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJb… — 200 — 0 B — 0 ms — datahttps://store.steampowered.com/stats/monthlytopreleaseimages?l=english&cc=SGstore.steampowered.com/stats/monthl... https://store.steampowered.com/stats/monthlytopreleaseimages?l=english&cc=SG — 200 — 180.1 KiB — 40 ms — http/1.1https://cdn.akamai.steamstatic.com/store/icons/icon_platform_win.svgcdn.akamai.steamstatic.com/store/ic... https://cdn.akamai.steamstatic.com/store/icons/icon_platform_win.svg — 200 — 491 B — 17 ms — http/1.1https://cdn.akamai.steamstatic.com/store/icons/icon_platform_mac.svgcdn.akamai.steamstatic.com/store/ic... https://cdn.akamai.steamstatic.com/store/icons/icon_platform_mac.svg — 200 — 702 B — 16 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Light.ttf?v=4.015store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Light.ttf?v=4.015 — 200 — 120.1 KiB — 20 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Black.ttf?v=4.015store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Black.ttf?v=4.015 — 200 — 54.4 KiB — 12 ms — http/1.1https://store.akamai.steamstatic.com/public/images/v6/home/logo_steam_piston.pngstore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/images/v6/home/logo_steam_piston.png — 200 — 4.7 KiB — 4 ms — http/1.1https://store.akamai.steamstatic.com/public/images//v6/icon_cluster_controls.pngstore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/images//v6/icon_cluster_controls.png — 200 — 1.5 KiB — 5 ms — http/1.1https://store.akamai.steamstatic.com/public/images/v6/home/background_maincap_2.jpgstore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/images/v6/home/background_maincap_2.jpg — 200 — 14.5 KiB — 9 ms — http/1.1https://cdn.akamai.steamstatic.com/store/icons/icon_platform_steamos.svg?v=2cdn.akamai.steamstatic.com/store/ic... https://cdn.akamai.steamstatic.com/store/icons/icon_platform_steamos.svg?v=2 — 200 — 1.0 KiB — 4 ms — http/1.1https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/3679080/86b4734355e3e43b8323426e69d127ce79bab888/header_292x136.jpg?t=1773678654shared.akamai.steamstatic.com/store... https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/3679080/86b4734355e3e43b8323426e69d127ce79bab888/header_292x136.jpg?t=1773678654 — 200 — 34.6 KiB — 44 ms — h2https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2868840/b0958d387dc366211e0f353443710cfcf9fdb020/header_292x136.jpg?t=1773851542shared.akamai.steamstatic.com/store... https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2868840/b0958d387dc366211e0f353443710cfcf9fdb020/header_292x136.jpg?t=1773851542 — 200 — 32.2 KiB — 30 ms — h2https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/3717070/6e590c37107f7306ab9e42cc07d2aa92327625d1/header_292x136.jpg?t=1776272339shared.akamai.steamstatic.com/store... https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/3717070/6e590c37107f7306ab9e42cc07d2aa92327625d1/header_292x136.jpg?t=1776272339 — 200 — 21.4 KiB — 56 ms — h2https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/3784030/441ff79feb6f3e92a5a6ed4a1d4b89c79e275644/header_292x136.jpg?t=1776154119shared.akamai.steamstatic.com/store... https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/3784030/441ff79feb6f3e92a5a6ed4a1d4b89c79e275644/header_292x136.jpg?t=1776154119 — 200 — 32.1 KiB — 49 ms — h2https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/3357960/11e2af7df9465e479622dac81ee6be1bfe709c26/header_292x136_alt_assets_0.jpg?t=1776272188shared.akamai.steamstatic.com/store... https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/3357960/11e2af7df9465e479622dac81ee6be1bfe709c26/header_292x136_alt_assets_0.jpg?t=1776272188 — 200 — 30.0 KiB — 32 ms — h2https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/1637320/39810977acc72c02958ff7f008497bb027cd6cbc/header_292x136_alt_assets_13.jpg?t=1776240204shared.akamai.steamstatic.com/store... https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/1637320/39810977acc72c02958ff7f008497bb027cd6cbc/header_292x136_alt_assets_13.jpg?t=1776240204 — 200 — 24.3 KiB — 27 ms — h2https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Thin.ttf?v=4.015store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Thin.ttf?v=4.015 — 200 — 116.2 KiB — 25 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Bold.ttf?v=4.015store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Bold.ttf?v=4.015 — 200 — 56.8 KiB — 16 ms — http/1.1https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/3241660/1ea445e044a2d5b09cfa8291350b63ebed6e5741/header_292x136.jpg?t=1765552338shared.akamai.steamstatic.com/store... https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/3241660/1ea445e044a2d5b09cfa8291350b63ebed6e5741/header_292x136.jpg?t=1765552338 — 200 — 17.8 KiB — 48 ms — h2https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/3949040/cae24b4ed7f4531be51f0d63f785b7d253f92dc3/header_292x136.jpg?t=1775748838shared.akamai.steamstatic.com/store... https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/3949040/cae24b4ed7f4531be51f0d63f785b7d253f92dc3/header_292x136.jpg?t=1775748838 — 200 — 16.5 KiB — 55 ms — h2https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/450540/header_292x136.jpg?t=1766512842shared.akamai.steamstatic.com/store... https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/450540/header_292x136.jpg?t=1766512842 — 200 — 13.1 KiB — 50 ms — h2https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/546560/header_292x136.jpg?t=1762986588shared.akamai.steamstatic.com/store... https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/546560/header_292x136.jpg?t=1762986588 — 200 — 13.6 KiB — 57 ms — h2https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/3430260/8330236b32df5e24bea0a957541f59c59a563da6/header_292x136.jpg?t=1775953780shared.akamai.steamstatic.com/store... https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/3430260/8330236b32df5e24bea0a957541f59c59a563da6/header_292x136.jpg?t=1775953780 — 200 — 23.6 KiB — 66 ms — h2https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/3193770/header_292x136.jpg?t=1726759840shared.akamai.steamstatic.com/store... https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/3193770/header_292x136.jpg?t=1726759840 — 200 — 13.0 KiB — 51 ms — h2https://store.akamai.steamstatic.com/categories/homepageimage/category/horror?cc=us&l=english&v=2store.akamai.steamstatic.com/catego... https://store.akamai.steamstatic.com/categories/homepageimage/category/horror?cc=us&l=english&v=2 — 200 — 35.9 KiB — 38 ms — http/1.1https://store.akamai.steamstatic.com/categories/homepageimage/category/action?cc=us&l=english&v=2store.akamai.steamstatic.com/catego... https://store.akamai.steamstatic.com/categories/homepageimage/category/action?cc=us&l=english&v=2 — 200 — 43.0 KiB — 41 ms — http/1.1https://store.akamai.steamstatic.com/categories/homepageimage/category/survival?cc=us&l=english&v=2store.akamai.steamstatic.com/catego... https://store.akamai.steamstatic.com/categories/homepageimage/category/survival?cc=us&l=english&v=2 — 200 — 38.9 KiB — 41 ms — http/1.1https://store.akamai.steamstatic.com/categories/homepageimage/category/simulation?cc=us&l=english&v=2store.akamai.steamstatic.com/catego... https://store.akamai.steamstatic.com/categories/homepageimage/category/simulation?cc=us&l=english&v=2 — 200 — 46.6 KiB — 44 ms — http/1.1https://shared.akamai.steamstatic.com/store_item_assets/steam/spotlights/a52d6f82995d620548b7a9e8/5fadbbfb0012f4fe85914fc43ccbdcaa87732db2/spotlight_image_english.jpg?t=1776202132shared.akamai.steamstatic.com/store... https://shared.akamai.steamstatic.com/store_item_assets/steam/spotlights/a52d6f82995d620548b7a9e8/5fadbbfb0012f4fe85914fc43ccbdcaa87732db2/spotlight_image_english.jpg?t=1776202132 — 200 — 26.7 KiB — 54 ms — h2https://shared.akamai.steamstatic.com/store_item_assets/steam/spotlights/f961b672ee8c2502d8bf6058/7b3245f250262aa45e4770e11dfc7dc730681d66/spotlight_image_english.jpg?t=1775684495shared.akamai.steamstatic.com/store... https://shared.akamai.steamstatic.com/store_item_assets/steam/spotlights/f961b672ee8c2502d8bf6058/7b3245f250262aa45e4770e11dfc7dc730681d66/spotlight_image_english.jpg?t=1775684495 — 200 — 109.5 KiB — 57 ms — h2https://shared.akamai.steamstatic.com/store_item_assets/steam/bundles/41962/oiocrdwv3nie3a6m/header_292x136.jpg?t=1756308685shared.akamai.steamstatic.com/store... https://shared.akamai.steamstatic.com/store_item_assets/steam/bundles/41962/oiocrdwv3nie3a6m/header_292x136.jpg?t=1756308685 — 200 — 35.8 KiB — 59 ms — h2https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/1245560/fb243da1a884f5ae805d4cd09aed4714728af7c7/header.jpg?t=1776265467shared.akamai.steamstatic.com/store... https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/1245560/fb243da1a884f5ae805d4cd09aed4714728af7c7/header.jpg?t=1776265467 — 200 — 53.9 KiB — 66 ms — h2https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2416450/a495751f3ff5c722860319c89d7962ffee7ab743/capsule_616x353.jpg?t=1776351015shared.akamai.steamstatic.com/store... https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2416450/a495751f3ff5c722860319c89d7962ffee7ab743/capsule_616x353.jpg?t=1776351015 — 200 — 48.4 KiB — 29 ms — h2https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2416450/2b9d88085cefee83819b2facebb8d918ee340c82/ss_2b9d88085cefee83819b2facebb8d918ee340c82.600x338.jpgshared.akamai.steamstatic.com/store... https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2416450/2b9d88085cefee83819b2facebb8d918ee340c82/ss_2b9d88085cefee83819b2facebb8d918ee340c82.600x338.jpg — 200 — 49.4 KiB — 42 ms — h2https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2416450/a0c2188ff0e0b874783af8657b1e24132a6b2285/ss_a0c2188ff0e0b874783af8657b1e24132a6b2285.600x338.jpgshared.akamai.steamstatic.com/store... https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2416450/a0c2188ff0e0b874783af8657b1e24132a6b2285/ss_a0c2188ff0e0b874783af8657b1e24132a6b2285.600x338.jpg — 200 — 48.8 KiB — 35 ms — h2https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2416450/1421d042bc447e6cc39ce8d794006dd4e6e9d19a/ss_1421d042bc447e6cc39ce8d794006dd4e6e9d19a.600x338.jpgshared.akamai.steamstatic.com/store... https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2416450/1421d042bc447e6cc39ce8d794006dd4e6e9d19a/ss_1421d042bc447e6cc39ce8d794006dd4e6e9d19a.600x338.jpg — 200 — 41.3 KiB — 44 ms — h2https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2416450/2edeb5f746f960b513a617de3ad6c650830d7cc3/ss_2edeb5f746f960b513a617de3ad6c650830d7cc3.600x338.jpgshared.akamai.steamstatic.com/store... https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2416450/2edeb5f746f960b513a617de3ad6c650830d7cc3/ss_2edeb5f746f960b513a617de3ad6c650830d7cc3.600x338.jpg — 200 — 46.4 KiB — 37 ms — h2https://store.akamai.steamstatic.com/public/javascript/applications/store/libraries~be6775ae1.js?contenthash=aad21d6ab11db9546cbfstore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/applications/store/libraries~be6775ae1.js?contenthash=aad21d6ab11db9546cbf — 200 — 6.9 KiB — 21 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/applications/store/libraries~73ab827c1.js?contenthash=07947655aa3af5e2f319store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/applications/store/libraries~73ab827c1.js?contenthash=07947655aa3af5e2f319 — 200 — 18.0 KiB — 22 ms — http/1.1https://store.akamai.steamstatic.com/public/css/applications/store/chunk~2dc60a8f0.css?contenthash=d851ab6f5de64a61a1e6store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/css/applications/store/chunk~2dc60a8f0.css?contenthash=d851ab6f5de64a61a1e6 — 200 — 8.2 KiB — 19 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/applications/store/chunk~2dc60a8f0.js?contenthash=bc2bc61a6b4d41a1f890store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/applications/store/chunk~2dc60a8f0.js?contenthash=bc2bc61a6b4d41a1f890 — 200 — 9.4 KiB — 20 ms — http/1.1https://store.akamai.steamstatic.com/public/css/applications/store/footer.css?contenthash=c41c86784f93e8b7afe0store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/css/applications/store/footer.css?contenthash=c41c86784f93e8b7afe0 — 200 — 1.9 KiB — 14 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/applications/store/footer.js?contenthash=c02f5af2fe13c839749dstore.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/applications/store/footer.js?contenthash=c02f5af2fe13c839749d — 200 — 18.0 KiB — 22 ms — http/1.1https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-RegularItalic.ttf?v=4.015store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-RegularItalic.ttf?v=4.015 — 200 — 62.6 KiB — 10 ms — http/1.1https://store.steampowered.com/favicon.icostore.steampowered.com/favicon.ico https://store.steampowered.com/favicon.ico — 200 — 38.0 KiB — 16 ms — http/1.1https://store.akamai.steamstatic.com/public/javascript/applications/store/3621.js?contenthash=009aaeed2ccf53dbad61store.akamai.steamstatic.com/public... https://store.akamai.steamstatic.com/public/javascript/applications/store/3621.js?contenthash=009aaeed2ccf53dbad61 — 200 — 1.0 KiB — 4 ms — http/1.1
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 1340ms · 699KB · €15/mo
store.steampowered.com
Other
Costly
Execution 415ms
Transfer 126 KB
Monthly Cost €5/mo
store.akamai.steamstatic.com
Other
Costly
Execution 336ms
Transfer 33 KB
Monthly Cost €4/mo
store.akamai.steamstatic.com
Other
Costly
Execution 231ms
Transfer 374 KB
Unused 83%
Monthly Cost €3/mo
store.akamai.steamstatic.com
Other
Optional
Execution 179ms
Transfer 166 KB
Unused 54%
Monthly Cost €2/mo
Unattributable
Other
Optional
Execution 178ms
Transfer 0 KB
Monthly Cost €2/mo

These scripts may cost more than they're worth

  • store.steampowered.com adds 415ms and costs ~€5/month
  • store.akamai.steamstatic.com adds 336ms and costs ~€4/month
  • store.akamai.steamstatic.com adds 231ms 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

store.steampowered.com takes 415ms 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.akamai.steamstatic.com takes 336ms 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.akamai.steamstatic.com takes 231ms 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.akamai.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

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