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.
1.47 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.44 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
337 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.070
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.94 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.
4.50 s
Page Load Progression
FPage Weight BudgetAction5.3 MB transferred, 210 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
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
DJS Execution CostAction2258ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://s4.bcbits.com/vite/homepage/client/v1/en/entrypoints/HomepageApp.vue_en--Gm-jCgX.js | 1030ms | 972ms | 1ms | 3rd |
| Unattributable | 612ms | 231ms | 0ms | 3rd |
| https://bandcamp.com/ | 271ms | 2ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=GT-WV86TPST&cx=c>m=4e6460 | 114ms | 95ms | 18ms | 3rd |
| https://js.stripe.com/basil/stripe.js | 87ms | 55ms | 32ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 86ms | 51ms | 29ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TKFS52TF | 59ms | 47ms | 12ms | 3rd |
FJS BundlesAction19 scripts, 901 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 162 KB (45%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 162 KB (45%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 162 KB (45%) | ✓ | 3rd |
| https://js.stripe.com/basil/stripe.js | 220 KB | 160 KB (73%) | ✓ | 3rd |
| https://s4.bcbits.com/vite/homepage/client/v1/en/entrypoints/HomepageApp.vue_en--Gm-jCgX.js | 297 KB | 126 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=GT-WV86TPST&cx=c>m=4e6460 | 175 KB | 68 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TKFS52TF | 124 KB | 62 KB (50%) | ✓ | 3rd |
| https://s4.bcbits.com/vite/homepage/client/v1/en/chunks/CookieControl-CQPJrw4t.js | 1 KB | — | ✓ | 3rd |
| https://s4.bcbits.com/vite/homepage/client/v1/en/chunks/MenuBar-D8-_GuvZ.js | 8 KB | — | ✓ | 3rd |
| https://s4.bcbits.com/vite/homepage/client/v1/en/chunks/CookieControlButton-BG8jnPKH.js | 1 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
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 Optimization167 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading1 fonts (34 KB)PASS
Web fonts
1
34 KB total
Render-blocking
0
of 1
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
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: Axis12 Ltd
Network Waterfall210 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 |
|---|---|---|---|---|---|---|
s4.bcbits.com s4.bcbits.com | Other | 1030ms | 297 KB | 43% | €11/mo | Costly |
Unattributable Unattributable | Other | 612ms | 0 KB | — | €7/mo | Costly |
bandcamp.com bandcamp.com | Other | 271ms | 29 KB | — | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 114ms | 175 KB | 39% | €1/mo | Optional |
Stripe js.stripe.com | Payment | 87ms | 220 KB | 73% | €1/mo | Essential |
www.gstatic.com www.gstatic.com | Other | 86ms | 0 KB | 45% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 59ms | 124 KB | 50% | €1/mo | Optional |
These scripts may cost more than they're worth
- s4.bcbits.com adds 1030ms and costs ~€11/month
- Unattributable adds 612ms and costs ~€7/month
- bandcamp.com adds 271ms 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
s4.bcbits.com takes 1030ms 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 612ms 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
bandcamp.com takes 271ms 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 Stripe'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
50% 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