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.
710 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.68 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
470 ms
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.
1.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.
3.87 s
Page Load Progression
FPage Weight BudgetAction4.5 MB transferred, 373 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
FJS Execution CostAction5334ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://vercel.com/ | 2361ms | 72ms | 38ms | 1st |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0qwp0e1--mion.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 1392ms | 944ms | 6ms | 1st |
| Unattributable | 560ms | 32ms | 0ms | 3rd |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2h7j-ni5sfb1w.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 540ms | 334ms | 3ms | 1st |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3gxg9lo455tw9.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 216ms | 20ms | 1ms | 1st |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1krz55v5vhkgd.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 174ms | 1ms | 1ms | 1st |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1tg1onxbcqkht.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 90ms | 84ms | 4ms | 1st |
FJS BundlesAction147 scripts, 1.7 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2m4l2jjb6mt6m.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 409 KB | 406 KB (100%) | ✓ | 1st |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/283jj6l51m7e7.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 313 KB | 313 KB (100%) | ✓ | 1st |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3jti9resircr-.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 176 KB | 175 KB (100%) | ✓ | 1st |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1d-vbwohab05e.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 132 KB | 132 KB (100%) | ✓ | 1st |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0fxn3-mopks26.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 99 KB | 98 KB (99%) | ✓ | 1st |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/387bu_seat2-4.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 111 KB | 77 KB (70%) | ✓ | 1st |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1cnojwphr7f2v.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 87 KB | 63 KB (75%) | ✓ | 1st |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/31bhrj6o-uzkn.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 52 KB | 52 KB (100%) | ✓ | 1st |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3bj87rc6vria1.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 47 KB | 47 KB (99%) | ✓ | 1st |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1bq9k95wt1bv9.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 46 KB | 46 KB (99%) | ✓ | 1st |
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
BImage Optimization36 images, 0 KB saveableREVIEW
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+Third-Party Impact0% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading8 fonts (197 KB)PASS
Web fonts
8
197 KB total
Render-blocking
0
of 8
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 Waterfall373 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 |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 560ms | 0 KB | — | €6/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 560ms and costs ~€6/month
Unattributable takes 560ms 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