Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.04 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.93 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.06 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.04 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.
17.58 s
Page Load Progression
FPage Weight BudgetAction3.1 MB transferred, 85 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
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.
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.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction5104ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://store.steampowered.com/ | 1564ms | 21ms | 95ms | 3rd |
| https://store.akamai.steamstatic.com/public/shared/javascript/jquery-1.8.3.min.js?v=NXam5zydzNu8&l=english&_cdn=akamai | 1180ms | 776ms | 24ms | 3rd |
| https://store.akamai.steamstatic.com/public/javascript/applications/store/main.js?v=CYgBmprFPCW8&l=english&_cdn=akamai | 830ms | 597ms | 220ms | 3rd |
| https://store.akamai.steamstatic.com/public/javascript/applications/store/libraries~b28b7af69.js?v=2YtNk3cAAsTl&l=english&_cdn=akamai | 686ms | 436ms | 92ms | 3rd |
| Unattributable | 617ms | 15ms | 0ms | 3rd |
| https://store.akamai.steamstatic.com/public/javascript/applications/store/shared_english-json.js?contenthash=377512acf3b9a558ed42 | 148ms | 112ms | 35ms | 3rd |
| https://store.akamai.steamstatic.com/public/javascript/applications/store/sales_english-json.js?contenthash=ca011045dee70bed3958 | 80ms | 36ms | 43ms | 3rd |
FJS BundlesAction23 scripts, 451 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://store.akamai.steamstatic.com/public/javascript/applications/store/main.js?v=CYgBmprFPCW8&l=english&_cdn=akamai | 374 KB | 310 KB (83%) | ✓ | 3rd |
| https://store.akamai.steamstatic.com/public/javascript/applications/store/libraries~b28b7af69.js?v=2YtNk3cAAsTl&l=english&_cdn=akamai | 166 KB | 90 KB (54%) | ✓ | 3rd |
| https://store.akamai.steamstatic.com/public/shared/javascript/shared_global.js?v=MZ63Bj2bxVCi&l=english&_cdn=akamai | 38 KB | 31 KB (82%) | ✗ | 3rd |
| https://store.akamai.steamstatic.com/public/javascript/home.js?v=p1JLxKgLnZAL&l=english&_cdn=akamai | 36 KB | 20 KB (58%) | ✗ | 3rd |
| https://store.akamai.steamstatic.com/public/javascript/dynamicstore.js?v=Ip2--85Texdk&l=english&_cdn=akamai | 20 KB | — | ✗ | 3rd |
| https://store.akamai.steamstatic.com/public/javascript/applications/store/sales_english-json.js?contenthash=ca011045dee70bed3958 | 53 KB | — | ✓ | 3rd |
| https://store.akamai.steamstatic.com/public/javascript/main.js?v=2jl8YRZgA0FC&l=english&_cdn=akamai | 21 KB | — | ✗ | 3rd |
| https://store.akamai.steamstatic.com/public/javascript/cluster.js?v=_t673ZDyh-Af&l=english&_cdn=akamai | 4 KB | — | ✓ | 3rd |
| https://store.akamai.steamstatic.com/public/shared/javascript/shared_responsive_adapter.js?v=XZm6x5HVwOht&l=english&_cdn=akamai | 6 KB | — | ✓ | 3rd |
| https://store.akamai.steamstatic.com/public/javascript/applications/store/manifest.js?v=HE3Cjo_DoCya&l=english&_cdn=akamai | 13 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
FPage Weight InventoryAction85 resources · 3.1 MB · 451 KB savings availableFIX
~450.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 85 resources | 3.1 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction42 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (408 KB)PASS
Web fonts
5
408 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- 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 ~243 KB and ~486 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall85 requests over 1777msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
store.steampowered.com store.steampowered.com | Other | 1564ms | 126 KB | — | €17/mo | Costly |
store.akamai.steamstatic.com store.akamai.steamstatic.com | Other | 1180ms | 33 KB | — | €13/mo | Costly |
store.akamai.steamstatic.com store.akamai.steamstatic.com | Other | 830ms | 374 KB | 83% | €9/mo | Costly |
store.akamai.steamstatic.com store.akamai.steamstatic.com | Other | 686ms | 166 KB | 54% | €7/mo | Costly |
Unattributable Unattributable | Other | 617ms | 0 KB | — | €7/mo | Costly |
store.akamai.steamstatic.com store.akamai.steamstatic.com | Other | 148ms | 65 KB | — | €2/mo | Optional |
store.akamai.steamstatic.com store.akamai.steamstatic.com | Other | 80ms | 53 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- store.steampowered.com adds 1564ms and costs ~€17/month
- store.akamai.steamstatic.com adds 1180ms and costs ~€13/month
- store.akamai.steamstatic.com adds 830ms and costs ~€9/month
- store.akamai.steamstatic.com adds 686ms and costs ~€7/month
- Unattributable adds 617ms and costs ~€7/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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 1564ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
store.akamai.steamstatic.com takes 1180ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
store.akamai.steamstatic.com takes 830ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
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.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
store.akamai.steamstatic.com takes 686ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
54% of store.akamai.steamstatic.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Unattributable takes 617ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev