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.24 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.82 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.15 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.
11.29 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction5025ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://vercel.com/_next/static/chunks/0zys9gxbu7opo.js?dpl=dpl_D7a52sP1BY5YFBPfWdXK3AGrWRR9 | 1908ms | 1339ms | 29ms | 3rd |
| Unattributable | 1144ms | 261ms | 0ms | 3rd |
| https://vercel.com/templates | 628ms | 58ms | 25ms | 3rd |
| https://vercel.com/_next/static/chunks/turbopack-1ei8djbn-vvc6.js?dpl=dpl_D7a52sP1BY5YFBPfWdXK3AGrWRR9 | 403ms | 400ms | 2ms | 3rd |
| https://vercel.com/_next/static/chunks/3acg99_hkxee-.js?dpl=dpl_D7a52sP1BY5YFBPfWdXK3AGrWRR9 | 238ms | 228ms | 10ms | 3rd |
| https://vercel.com/_next/static/chunks/turbopack-1536yxyqu8co6.js?dpl=dpl_D7a52sP1BY5YFBPfWdXK3AGrWRR9 | 210ms | 208ms | 2ms | 3rd |
| https://vercel.com/_next/static/chunks/1mv0663-_y157.js?dpl=dpl_D7a52sP1BY5YFBPfWdXK3AGrWRR9 | 183ms | 36ms | 0ms | 3rd |
| https://vercel.com/_next/static/chunks/3843mpc1flo3p.css?dpl=dpl_D7a52sP1BY5YFBPfWdXK3AGrWRR9 | 148ms | 0ms | 0ms | 3rd |
| https://vercel.com/_next/static/chunks/23jow6d422ghv.js?dpl=dpl_D7a52sP1BY5YFBPfWdXK3AGrWRR9 | 81ms | 53ms | 5ms | 3rd |
| https://vercel.com/_next/static/chunks/1st4cvlynsa0l.js?dpl=dpl_D7a52sP1BY5YFBPfWdXK3AGrWRR9 | 80ms | 54ms | 19ms | 3rd |
CPage Weight BudgetAction1.6 MB transferred, 109 requestsREVIEW
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
CJS BundlesAction67 scripts, 166 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://vercel.com/_next/static/chunks/33tke12nwcqvl.js?dpl=dpl_D7a52sP1BY5YFBPfWdXK3AGrWRR9 | 52 KB | 52 KB (100%) | ✓ | 3rd |
| https://vercel.com/_next/static/chunks/2k13qj1e_f16p.js?dpl=dpl_D7a52sP1BY5YFBPfWdXK3AGrWRR9 | 54 KB | 44 KB (84%) | ✓ | 3rd |
| https://vercel.com/_next/static/chunks/1st4cvlynsa0l.js?dpl=dpl_D7a52sP1BY5YFBPfWdXK3AGrWRR9 | 48 KB | 27 KB (58%) | ✓ | 3rd |
| https://vercel.com/_next/static/chunks/08cs9h3yywbku.js?dpl=dpl_D7a52sP1BY5YFBPfWdXK3AGrWRR9 | 45 KB | 22 KB (49%) | ✓ | 3rd |
| https://vercel.com/_next/static/chunks/0no3xvla4_a94.js?dpl=dpl_D7a52sP1BY5YFBPfWdXK3AGrWRR9 | 45 KB | 21 KB (49%) | ✓ | 3rd |
| https://vercel.com/_next/static/chunks/1reigu25kua21.js?dpl=dpl_D7a52sP1BY5YFBPfWdXK3AGrWRR9 | 11 KB | — | ✓ | 3rd |
| https://vercel.com/_next/static/chunks/39rmc0pecz6hv.js?dpl=dpl_D7a52sP1BY5YFBPfWdXK3AGrWRR9 | 19 KB | — | ✓ | 3rd |
| https://vercel.com/_next/static/chunks/2e2nkm_g7z38e.js?dpl=dpl_D7a52sP1BY5YFBPfWdXK3AGrWRR9 | 12 KB | — | ✓ | 3rd |
| https://vercel.com/_next/static/chunks/37b6i29vw7i7f.js?dpl=dpl_D7a52sP1BY5YFBPfWdXK3AGrWRR9 | 10 KB | — | ✓ | 3rd |
| https://vercel.com/_next/static/chunks/3pj3k167tvgq2.js?dpl=dpl_D7a52sP1BY5YFBPfWdXK3AGrWRR9 | 11 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingpublic, max-age=0, must-revalidateREVIEW
public, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
AImage Optimization17 images, 0 KB saveablePASS
A+Font Loading2 fonts (59 KB)PASS
Web fonts
2
59 KB total
Render-blocking
0
of 2
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 Hints13 hints, 0 missing preconnectsPASS
Current Resource Hints
13 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall109 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 |
|---|---|---|---|---|---|---|
vercel.com vercel.com | Other | 1908ms | 69 KB | — | €21/mo | Costly |
Unattributable Unattributable | Other | 1144ms | 0 KB | — | €12/mo | Costly |
vercel.com vercel.com | Other | 628ms | 51 KB | — | €7/mo | Costly |
vercel.com vercel.com | Other | 403ms | 5 KB | — | €4/mo | Costly |
vercel.com vercel.com | Other | 238ms | 29 KB | — | €3/mo | Costly |
vercel.com vercel.com | Other | 210ms | 5 KB | — | €2/mo | Costly |
vercel.com vercel.com | Other | 183ms | 2 KB | — | €2/mo | Optional |
vercel.com vercel.com | Other | 148ms | 81 KB | — | €2/mo | Optional |
vercel.com vercel.com | Other | 81ms | 17 KB | — | €1/mo | Optional |
vercel.com vercel.com | Other | 80ms | 48 KB | 58% | €1/mo | Optional |
These scripts may cost more than they're worth
- vercel.com adds 1908ms and costs ~€21/month
- Unattributable adds 1144ms and costs ~€12/month
- vercel.com adds 628ms and costs ~€7/month
- vercel.com adds 403ms and costs ~€4/month
- vercel.com adds 238ms and costs ~€3/month
- vercel.com adds 210ms and costs ~€2/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
vercel.com takes 1908ms 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 1144ms 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
vercel.com takes 628ms 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
vercel.com takes 403ms 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
vercel.com takes 238ms 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
vercel.com takes 210ms 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 vercel.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