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.
3.15 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.24 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.97 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.37 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.
18.92 s
Page Load Progression
DPage Weight BudgetAction2.5 MB transferred, 144 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 CostAction7748ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0qwp0e1--mion.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 4211ms | 2989ms | 35ms | 1st |
| https://vercel.com/ | 1798ms | 204ms | 262ms | 1st |
| Unattributable | 763ms | 41ms | 0ms | 3rd |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2h7j-ni5sfb1w.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 249ms | 141ms | 17ms | 1st |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3gxg9lo455tw9.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 241ms | 16ms | 5ms | 1st |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1tg1onxbcqkht.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 239ms | 221ms | 14ms | 1st |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2m4l2jjb6mt6m.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 163ms | 3ms | 159ms | 1st |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3dup2rtv6j0j6.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 84ms | 2ms | 17ms | 1st |
FJS BundlesAction88 scripts, 900 KB 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/0fxn3-mopks26.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 99 KB | 98 KB (99%) | ✓ | 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/0xbm6igr_9sf5.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 50 KB | 39 KB (83%) | ✓ | 1st |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2k_vv72y3nx36.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 32 KB | 31 KB (99%) | ✓ | 1st |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0i0yskzqsmsem.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 37 KB | 31 KB (83%) | ✓ | 1st |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1tg1onxbcqkht.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 48 KB | 28 KB (59%) | ✓ | 1st |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3ax21bhsl2uj9.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 36 KB | 27 KB (75%) | ✓ | 1st |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3uyh01tvyiug7.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x | 27 KB | 27 KB (100%) | ✓ | 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 Optimization5 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 Hints20 hints, 0 missing preconnectsPASS
Current Resource Hints
20 resource hints configured
Network Waterfall144 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 | 763ms | 0 KB | — | €8/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 763ms and costs ~€8/month
Unattributable takes 763ms 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