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.
750 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.43 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
285 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.040
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.35 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.78 s
Page Load Progression
FPage Weight BudgetAction4.1 MB transferred, 168 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
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 BundlesAction20 scripts, 654 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://wasabi.com/_next/static/chunks/pages/_app-8d0f6b178c065ffd.js | 551 KB | 225 KB (41%) | ✓ | 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=4e6461h2 | 178 KB | 69 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-8316818&cx=c>m=4e6461h2 | 129 KB | 61 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-853928254&cx=c>m=4e6461h2 | 144 KB | 61 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-9955201&cx=c>m=4e6461h2 | 131 KB | 60 KB (46%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-11367212055&cx=c>m=4e6461h2 | 144 KB | 60 KB (42%) | ✓ | 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 Optimization47 images, 0 KB saveableREVIEW
CJS Execution CostAction1910ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://wasabi.com/_next/static/chunks/pages/_app-8d0f6b178c065ffd.js | 490ms | 152ms | 65ms | 3rd |
| https://wasabi.com/_next/static/chunks/framework-63d16ff2f5e08230.js | 373ms | 340ms | 3ms | 3rd |
| Unattributable | 300ms | 14ms | 0ms | 3rd |
| https://wasabi.com/ | 252ms | 3ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-JE5RX701S0&cx=c>m=4e6461h2 | 111ms | 86ms | 12ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PLB3PMW | 92ms | 72ms | 14ms | 3rd |
| https://wasabi.com/_next/static/chunks/main-b4f2ad0abb682109.js | 90ms | 85ms | 2ms | 3rd |
| https://cdn.optimizely.com/js/5552864383205376.js | 89ms | 74ms | 13ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-11367212055&cx=c>m=4e6461h2 | 59ms | 50ms | 8ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-853928254&cx=c>m=4e6461h2 | 55ms | 46ms | 8ms | 3rd |
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 HintsNo optimization neededPASS
Network Waterfall168 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 | 490ms | 551 KB | 41% | €8/mo | Costly |
wasabi.com wasabi.com | Other | 373ms | 43 KB | — | €6/mo | Costly |
Unattributable Unattributable | Other | 300ms | 0 KB | — | €5/mo | Costly |
wasabi.com wasabi.com | Other | 252ms | 54 KB | — | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 111ms | 178 KB | 39% | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 92ms | 180 KB | 42% | €2/mo | Optional |
wasabi.com wasabi.com | Other | 90ms | 32 KB | — | €2/mo | Optional |
Optimizely cdn.optimizely.com | A/B Testing | 89ms | 96 KB | 44% | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 59ms | 144 KB | 42% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 55ms | 144 KB | 42% | €1/mo | Optional |
These scripts may cost more than they're worth
- wasabi.com adds 490ms and costs ~€8/month
- wasabi.com adds 373ms and costs ~€6/month
- Unattributable adds 300ms and costs ~€5/month
- wasabi.com adds 252ms 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
wasabi.com takes 490ms 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 373ms 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 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
wasabi.com takes 252ms 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