Performance
· 15 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.
1.35 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.27 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.59 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.015
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.21 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.
9.28 s
Page Load Progression
FPage Weight BudgetAction18.6 MB transferred, 170 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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction6316ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.playstation.com/en-us/ | 981ms | 2ms | 1ms | 3rd |
| https://cdn.decibelinsight.net/i/13796/133338/di.js | 608ms | 577ms | 10ms | 3rd |
| Unattributable | 593ms | 59ms | 0ms | 3rd |
| https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.jquery.min.cf2fbbf84281d9ecbffb4993203d543b.js | 584ms | 210ms | 2ms | 3rd |
| https://web-commerce-anywhere.playstation.com/ZdblkgfzE2eA481VfTw8V7rW/irEENwLtJOpzck/LgkyW3ReUgE/fTd/3Uz5GKwgC | 496ms | 468ms | 17ms | 3rd |
| https://assets.adobedtm.com/3dc13bcabc29/e1d3c7e41fac/launch-c1f03f5b4bc6.min.js | 422ms | 256ms | 32ms | 3rd |
| https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-inaemvendor.min.d4f3a73ec26bc58fabfbfd7f152bf9a1.js | 313ms | 93ms | 4ms | 3rd |
| https://static.playstation.com/wca/v2/js/common.331069fd60b94f4373ea.js | 221ms | 167ms | 22ms | 3rd |
| https://web-toolbar.playstation.com/oracle-82f902097b9d4cf1a7a6.js | 214ms | 142ms | 50ms | 3rd |
| https://static.playstation.com/wca/v2/js/ui-framework.b63e4dd729e6360e79ce.js | 209ms | 207ms | 1ms | 3rd |
Showing top 10 of 25 scripts
FJS BundlesAction61 scripts, 1.4 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://web-toolbar.playstation.com/oracle-82f902097b9d4cf1a7a6.js | 309 KB | 170 KB (55%) | ✓ | 3rd |
| https://static.playstation.com/wca/v2/js/common.331069fd60b94f4373ea.js | 140 KB | 86 KB (62%) | ✓ | 3rd |
| https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.12f068d737f3481bad43457968743e5f.js | 181 KB | 76 KB (42%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js | 128 KB | 74 KB (58%) | ✓ | 3rd |
| https://static.playstation.com/wca/v2/js/telemetry.e282b3e69480b36d4a27.js | 135 KB | 68 KB (51%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-10094515&cx=c>m=4e64f0 | 144 KB | 64 KB (45%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-10049583&cx=c>m=4e64f0 | 143 KB | 63 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-995937261&cx=c>m=4e64f0 | 144 KB | 62 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-994816684&cx=c>m=4e64f0 | 144 KB | 62 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-10149754&cx=c>m=4e64f0 | 130 KB | 61 KB (47%) | ✓ | 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
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 InventoryAction170 resources · 18.6 MB · 1.4 MB savings availableFIX
~1.4 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 170 resources | 18.6 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization31 images, 0 KB saveableREVIEW
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 Loading7 fonts (255 KB)PASS
Web fonts
7
255 KB total
Render-blocking
0
of 7
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
Fixing the unchecked items could save ~5 KB and ~10 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall170 requests over 9779msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.playstation.com www.playstation.com | Other | 981ms | 69 KB | — | $17/mo | Costly |
cdn.decibelinsight.net cdn.decibelinsight.net | Other | 608ms | 65 KB | — | $10/mo | Costly |
Unattributable Unattributable | Other | 593ms | 0 KB | — | $10/mo | Costly |
www.playstation.com www.playstation.com | Other | 584ms | 28 KB | — | $10/mo | Costly |
web-commerce-anywhere.playstation.com web-commerce-anywhere.playstation.com | Other | 496ms | 1 KB | 21% | $9/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 422ms | 109 KB | — | $7/mo | Costly |
www.playstation.com www.playstation.com | Other | 313ms | 20 KB | — | $5/mo | Costly |
static.playstation.com static.playstation.com | Other | 221ms | 140 KB | 62% | $4/mo | Costly |
web-toolbar.playstation.com web-toolbar.playstation.com | Other | 214ms | 309 KB | 55% | $4/mo | Costly |
static.playstation.com static.playstation.com | Other | 209ms | 7 KB | — | $4/mo | Costly |
www.playstation.com www.playstation.com | Other | 182ms | 181 KB | 42% | $3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 152ms | 130 KB | 47% | $3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 146ms | 137 KB | 42% | $3/mo | Optional |
cdn.evgnet.com cdn.evgnet.com | Other | 123ms | 52 KB | 48% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 117ms | 144 KB | 43% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 115ms | 146 KB | 39% | $2/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 105ms | 128 KB | 58% | $2/mo | Essential |
Facebook Pixel connect.facebook.net | Advertising | 102ms | 0 KB | 44% | $2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 100ms | 0 KB | 47% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 100ms | 140 KB | 43% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 99ms | 144 KB | 43% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 96ms | 143 KB | 44% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 93ms | 141 KB | 42% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 89ms | 144 KB | 45% | $2/mo | Optional |
www.playstation.com www.playstation.com | Other | 57ms | 22 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.playstation.com adds 981ms and costs ~$17/month
- cdn.decibelinsight.net adds 608ms and costs ~$10/month
- Unattributable adds 593ms and costs ~$10/month
- www.playstation.com adds 584ms and costs ~$10/month
- web-commerce-anywhere.playstation.com adds 496ms and costs ~$9/month
- assets.adobedtm.com adds 422ms and costs ~$7/month
- www.playstation.com adds 313ms and costs ~$5/month
- static.playstation.com adds 221ms and costs ~$4/month
- web-toolbar.playstation.com adds 214ms and costs ~$4/month
- static.playstation.com adds 209ms and costs ~$4/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
www.playstation.com takes 981ms 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
cdn.decibelinsight.net takes 608ms 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
Unattributable takes 593ms 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
www.playstation.com takes 584ms 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
web-commerce-anywhere.playstation.com takes 496ms 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
assets.adobedtm.com takes 422ms 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
www.playstation.com takes 313ms 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
static.playstation.com takes 221ms 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
62% of static.playstation.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
web-toolbar.playstation.com takes 214ms 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
55% of web-toolbar.playstation.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
static.playstation.com takes 209ms 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
58% of OneTrust'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