Performance
· 16 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.12 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.82 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.74 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.078
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.08 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.
19.74 s
Page Load Progression
FPage Weight BudgetAction2.8 MB transferred, 90 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction5158ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://wasabi.com/_next/static/chunks/framework-63d16ff2f5e08230.js | 1230ms | 1044ms | 10ms | 3rd |
| https://wasabi.com/_next/static/chunks/pages/_app-8d0f6b178c065ffd.js | 1074ms | 551ms | 184ms | 3rd |
| Unattributable | 549ms | 21ms | 0ms | 3rd |
| https://wasabi.com/ | 543ms | 9ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-JE5RX701S0&cx=c>m=4e6460 | 369ms | 316ms | 50ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PLB3PMW | 306ms | 236ms | 59ms | 3rd |
| https://cdn.optimizely.com/js/5552864383205376.js | 300ms | 269ms | 25ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-853928254&cx=c>m=4e6460 | 186ms | 155ms | 30ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-11367212055&cx=c>m=4e6460 | 163ms | 133ms | 30ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-9955201&cx=c>m=4e6460 | 160ms | 132ms | 25ms | 3rd |
Showing top 10 of 13 scripts
FJS BundlesAction20 scripts, 653 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://wasabi.com/_next/static/chunks/pages/_app-8d0f6b178c065ffd.js | 552 KB | 223 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PLB3PMW | 180 KB | 76 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-JE5RX701S0&cx=c>m=4e6460 | 178 KB | 69 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-11367212055&cx=c>m=4e6460 | 144 KB | 62 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-853928254&cx=c>m=4e6460 | 144 KB | 61 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-8316818&cx=c>m=4e6460 | 129 KB | 60 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-9955201&cx=c>m=4e6460 | 131 KB | 60 KB (46%) | ✓ | 3rd |
| https://cdn.optimizely.com/js/5552864383205376.js | 96 KB | 43 KB (44%) | ✓ | 3rd |
| https://wasabi.com/.netlify/scripts/rum | 4 KB | — | ✓ | 3rd |
| https://wasabi.com/_next/static/chunks/pages/index-1ab2ca1ac178127d.js | 3 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 Optimization43 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 Loading1 fonts (35 KB)PASS
Web fonts
1
35 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 Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall90 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 |
|---|---|---|---|---|---|---|
wasabi.com wasabi.com | Other | 1230ms | 43 KB | — | €21/mo | Costly |
wasabi.com wasabi.com | Other | 1074ms | 552 KB | 40% | €19/mo | Costly |
Unattributable Unattributable | Other | 549ms | 0 KB | — | €10/mo | Costly |
wasabi.com wasabi.com | Other | 543ms | 54 KB | — | €9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 369ms | 178 KB | 39% | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 306ms | 180 KB | 42% | €5/mo | Costly |
Optimizely cdn.optimizely.com | A/B Testing | 300ms | 96 KB | 44% | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 186ms | 144 KB | 42% | €3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 163ms | 144 KB | 43% | €3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 160ms | 131 KB | 46% | €3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 138ms | 129 KB | 47% | €2/mo | Optional |
wasabi.com wasabi.com | Other | 89ms | 32 KB | — | €2/mo | Optional |
www.redditstatic.com www.redditstatic.com | Other | 50ms | 19 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- wasabi.com adds 1230ms and costs ~€21/month
- wasabi.com adds 1074ms and costs ~€19/month
- Unattributable adds 549ms and costs ~€10/month
- wasabi.com adds 543ms and costs ~€9/month
- Google Tag Manager adds 369ms and costs ~€6/month
- Google Tag Manager adds 306ms and costs ~€5/month
- Optimizely adds 300ms 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
wasabi.com takes 1230ms 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
wasabi.com takes 1074ms 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 549ms 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
wasabi.com takes 543ms 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 369ms 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 306ms 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
Optimizely takes 300ms 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