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.82 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
18.74 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
9.07 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.011
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.48 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.
40.17 s
Page Load Progression
FPage Weight BudgetAction12.9 MB transferred, 176 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 CostAction23361ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.playstation.com/en-us/ | 2900ms | 8ms | 5ms | 3rd |
| Unattributable | 2549ms | 325ms | 0ms | 3rd |
| https://cdn.decibelinsight.net/i/13796/133338/di.js | 2234ms | 2155ms | 24ms | 3rd |
| https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.jquery.min.cf2fbbf84281d9ecbffb4993203d543b.js | 2007ms | 651ms | 9ms | 3rd |
| https://web-commerce-anywhere.playstation.com/ZdblkgfzE2eA481VfTw8V7rW/irEENwLtJOpzck/LgkyW3ReUgE/fTd/3Uz5GKwgC | 1960ms | 1797ms | 112ms | 3rd |
| https://assets.adobedtm.com/3dc13bcabc29/e1d3c7e41fac/launch-c1f03f5b4bc6.min.js | 1234ms | 765ms | 113ms | 3rd |
| https://static.playstation.com/wca/v2/js/common.331069fd60b94f4373ea.js | 986ms | 813ms | 49ms | 3rd |
| https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-inaemvendor.min.d4f3a73ec26bc58fabfbfd7f152bf9a1.js | 847ms | 350ms | 8ms | 3rd |
| https://web-toolbar.playstation.com/oracle-82f902097b9d4cf1a7a6.js | 749ms | 560ms | 168ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-994816684&cx=c>m=4e64f0 | 573ms | 441ms | 63ms | 3rd |
Showing top 10 of 36 scripts
FJS BundlesAction62 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 InventoryAction176 resources · 12.9 MB · 1.4 MB savings availableFIX
~1.4 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 176 resources | 12.9 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization32 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 Hints24 hints, 0 missing preconnectsPASS
Current Resource Hints
24 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall176 requests over 6816msINFO
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 | 2900ms | 69 KB | — | $50/mo | Costly |
Unattributable Unattributable | Other | 2549ms | 0 KB | — | $44/mo | Costly |
cdn.decibelinsight.net cdn.decibelinsight.net | Other | 2234ms | 65 KB | — | $39/mo | Costly |
www.playstation.com www.playstation.com | Other | 2007ms | 28 KB | — | $35/mo | Costly |
web-commerce-anywhere.playstation.com web-commerce-anywhere.playstation.com | Other | 1960ms | 1 KB | 21% | $34/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 1234ms | 109 KB | 19% | $21/mo | Costly |
static.playstation.com static.playstation.com | Other | 986ms | 140 KB | 62% | $17/mo | Costly |
www.playstation.com www.playstation.com | Other | 847ms | 20 KB | — | $15/mo | Costly |
web-toolbar.playstation.com web-toolbar.playstation.com | Other | 749ms | 309 KB | 55% | $13/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 573ms | 144 KB | 43% | $10/mo | Costly |
www.playstation.com www.playstation.com | Other | 565ms | 181 KB | 42% | $10/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 511ms | 137 KB | 42% | $9/mo | Costly |
static.playstation.com static.playstation.com | Other | 507ms | 7 KB | — | $9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 476ms | 146 KB | 39% | $8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 456ms | 140 KB | 43% | $8/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 441ms | 0 KB | 44% | $8/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 401ms | 128 KB | 58% | $7/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 401ms | 141 KB | 42% | $7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 398ms | 144 KB | 43% | $7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 396ms | 143 KB | 44% | $7/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 364ms | 0 KB | 47% | $6/mo | Costly |
cdn.evgnet.com cdn.evgnet.com | Other | 328ms | 52 KB | 48% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 320ms | 144 KB | 45% | $6/mo | Costly |
resources.digital-cloud.medallia.eu resources.digital-cloud.medallia.eu | Other | 302ms | 85 KB | 51% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 290ms | 130 KB | 47% | $5/mo | Costly |
www.playstation.com www.playstation.com | Other | 275ms | 22 KB | — | $5/mo | Costly |
www.playstation.com www.playstation.com | Other | 182ms | 96 KB | — | $3/mo | Optional |
assets.adobedtm.com assets.adobedtm.com | Other | 127ms | 1 KB | — | $2/mo | Optional |
www.playstation.com www.playstation.com | Other | 110ms | 36 KB | — | $2/mo | Optional |
web-toolbar.playstation.com web-toolbar.playstation.com | Other | 98ms | 0 KB | — | $2/mo | Optional |
assets.adobedtm.com assets.adobedtm.com | Other | 72ms | 28 KB | — | $1/mo | Optional |
www.playstation.com www.playstation.com | Other | 70ms | 55 KB | 73% | $1/mo | Optional |
static.playstation.com static.playstation.com | Other | 65ms | 135 KB | 51% | $1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 58ms | 9 KB | — | $1/mo | Essential |
static.playstation.com static.playstation.com | Other | 55ms | 35 KB | — | $1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 54ms | 5 KB | — | $1/mo | Essential |
These scripts may cost more than they're worth
- www.playstation.com adds 2900ms and costs ~$50/month
- Unattributable adds 2549ms and costs ~$44/month
- cdn.decibelinsight.net adds 2234ms and costs ~$39/month
- www.playstation.com adds 2007ms and costs ~$35/month
- web-commerce-anywhere.playstation.com adds 1960ms and costs ~$34/month
- assets.adobedtm.com adds 1234ms and costs ~$21/month
- static.playstation.com adds 986ms and costs ~$17/month
- www.playstation.com adds 847ms and costs ~$15/month
- web-toolbar.playstation.com adds 749ms and costs ~$13/month
- Google Tag Manager adds 573ms and costs ~$10/month
- www.playstation.com adds 565ms and costs ~$10/month
- Google Tag Manager adds 511ms and costs ~$9/month
- static.playstation.com adds 507ms and costs ~$9/month
- Google Tag Manager adds 476ms and costs ~$8/month
- Google Tag Manager adds 456ms and costs ~$8/month
- Facebook Pixel adds 441ms and costs ~$8/month
- Google Tag Manager adds 401ms and costs ~$7/month
- Google Tag Manager adds 398ms and costs ~$7/month
- Google Tag Manager adds 396ms and costs ~$7/month
- Facebook Pixel adds 364ms and costs ~$6/month
- cdn.evgnet.com adds 328ms and costs ~$6/month
- Google Tag Manager adds 320ms and costs ~$6/month
- resources.digital-cloud.medallia.eu adds 302ms and costs ~$5/month
- Google Tag Manager adds 290ms and costs ~$5/month
- www.playstation.com adds 275ms and costs ~$5/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 2900ms 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 2549ms 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 2234ms 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 2007ms 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 1960ms 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 1234ms 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 986ms 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
www.playstation.com takes 847ms 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-toolbar.playstation.com takes 749ms 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
Google Tag Manager takes 573ms 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 565ms 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
Google Tag Manager takes 511ms 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 507ms 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
Google Tag Manager takes 476ms 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
Google Tag Manager takes 456ms 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
Facebook Pixel takes 441ms 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
Google Tag Manager takes 401ms 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
Google Tag Manager takes 398ms 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
Google Tag Manager takes 396ms 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
Facebook Pixel takes 364ms 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.evgnet.com takes 328ms 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
Google Tag Manager takes 320ms 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
resources.digital-cloud.medallia.eu takes 302ms 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
51% of resources.digital-cloud.medallia.eu'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
Google Tag Manager takes 290ms 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 275ms 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
73% of www.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
51% 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