Performance
· 14 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.
3.74 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.99 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
642 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.653
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.51 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.
6.58 s
Page Load Progression
FPage Weight BudgetAction5.8 MB transferred, 195 requestsFIX
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
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
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
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 CostAction4291ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://open.spotifycdn.com/cdn/build/web-player/web-player.3d61412a.js | 2518ms | 1551ms | 114ms | 3rd |
| Unattributable | 553ms | 138ms | 0ms | 3rd |
| https://open.spotifycdn.com/cdn/build/web-player/encore~web-player.f7595fde.js | 345ms | 330ms | 12ms | 3rd |
| https://open.spotifycdn.com/cdn/build/web-player/vendor~web-player.8d647cb6.js | 325ms | 259ms | 40ms | 3rd |
| https://open.spotify.com/ | 244ms | 1ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PZHN3VD | 148ms | 133ms | 12ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 88ms | 58ms | 27ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js | 70ms | 52ms | 13ms | 3rd |
FJS BundlesAction62 scripts, 2.4 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://open.spotifycdn.com/cdn/build/web-player/web-player.3d61412a.js | 1022 KB | 637 KB (62%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 420 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 852 KB | 420 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 420 KB (49%) | ✓ | 3rd |
| https://open.spotifycdn.com/cdn/build/web-player/vendor~web-player.8d647cb6.js | 230 KB | 172 KB (75%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PZHN3VD | 158 KB | 83 KB (53%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js | 128 KB | 74 KB (58%) | ✓ | 3rd |
| https://open.spotifycdn.com/cdn/build/web-player/encore~web-player.f7595fde.js | 93 KB | 72 KB (78%) | ✓ | 3rd |
| https://open.spotifycdn.com/cdn/build/web-player/dwp-panel-section.b9b814c0.js | 57 KB | 50 KB (88%) | ✓ | 3rd |
| https://open.spotifycdn.com/cdn/build/web-player/xpui-root-dialogs.c87a21bd.js | 54 KB | 41 KB (77%) | ✓ | 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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization57 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (935 KB)PASS
Web fonts
7
935 KB total
Render-blocking
0
of 7
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 ~368 KB and ~736 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Google Cloud
Network Waterfall195 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
open.spotifycdn.com open.spotifycdn.com | Other | 2518ms | 1022 KB | 62% | $33/mo | Costly |
Unattributable Unattributable | Other | 553ms | 0 KB | — | $7/mo | Costly |
open.spotifycdn.com open.spotifycdn.com | Other | 345ms | 93 KB | 78% | $5/mo | Costly |
open.spotifycdn.com open.spotifycdn.com | Other | 325ms | 230 KB | 75% | $4/mo | Costly |
open.spotify.com open.spotify.com | Other | 244ms | 4 KB | — | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 148ms | 158 KB | 53% | $2/mo | Optional |
www.gstatic.com www.gstatic.com | Other | 88ms | 0 KB | 49% | $1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 70ms | 128 KB | 58% | $1/mo | Essential |
These scripts may cost more than they're worth
- open.spotifycdn.com adds 2518ms and costs ~$33/month
- Unattributable adds 553ms and costs ~$7/month
- open.spotifycdn.com adds 345ms and costs ~$5/month
- open.spotifycdn.com adds 325ms and costs ~$4/month
- open.spotify.com adds 244ms and costs ~$3/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
open.spotifycdn.com takes 2518ms 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 open.spotifycdn.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 553ms 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
open.spotifycdn.com takes 345ms 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
78% of open.spotifycdn.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
open.spotifycdn.com takes 325ms 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
75% of open.spotifycdn.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
open.spotify.com takes 244ms 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
53% of Google Tag Manager'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
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