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.61 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.87 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.26 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.
4.89 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.29 s
Page Load Progression
DPage Weight BudgetAction2.4 MB transferred, 134 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 Execution CostAction7626ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/37d1_i0u8i3xo.js?dpl=dpl_Co485LAgXH9s8bLjnpK453vASoke | 3633ms | 2667ms | 28ms | 3rd |
| https://vercel.com/ | 2073ms | 259ms | 168ms | 3rd |
| Unattributable | 895ms | 32ms | 0ms | 3rd |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2sv0t1sgn9uzi.js?dpl=dpl_Co485LAgXH9s8bLjnpK453vASoke | 305ms | 2ms | 3ms | 3rd |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/32lgw2bkpzylx.js?dpl=dpl_Co485LAgXH9s8bLjnpK453vASoke | 231ms | 207ms | 21ms | 3rd |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0x64_ot0mviey.js?dpl=dpl_Co485LAgXH9s8bLjnpK453vASoke | 201ms | 2ms | 198ms | 3rd |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2zf8vptczjdlv.js?dpl=dpl_Co485LAgXH9s8bLjnpK453vASoke | 185ms | 134ms | 15ms | 3rd |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2_vjjytq56jp1.js?dpl=dpl_Co485LAgXH9s8bLjnpK453vASoke | 52ms | 1ms | 51ms | 3rd |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3_b_8x5vc29is.js?dpl=dpl_Co485LAgXH9s8bLjnpK453vASoke | 50ms | 2ms | 22ms | 3rd |
FJS BundlesAction87 scripts, 891 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0x64_ot0mviey.js?dpl=dpl_Co485LAgXH9s8bLjnpK453vASoke | 409 KB | 407 KB (100%) | ✓ | 3rd |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2_vjjytq56jp1.js?dpl=dpl_Co485LAgXH9s8bLjnpK453vASoke | 99 KB | 98 KB (99%) | ✓ | 3rd |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2pcu9qolsn0i1.js?dpl=dpl_Co485LAgXH9s8bLjnpK453vASoke | 87 KB | 63 KB (75%) | ✓ | 3rd |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1-32ef6nc590x.js?dpl=dpl_Co485LAgXH9s8bLjnpK453vASoke | 52 KB | 51 KB (99%) | ✓ | 3rd |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2d-2k7f4fhfsh.js?dpl=dpl_Co485LAgXH9s8bLjnpK453vASoke | 50 KB | 39 KB (83%) | ✓ | 3rd |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0sg4fttb-h4hs.js?dpl=dpl_Co485LAgXH9s8bLjnpK453vASoke | 37 KB | 31 KB (83%) | ✓ | 3rd |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/32lgw2bkpzylx.js?dpl=dpl_Co485LAgXH9s8bLjnpK453vASoke | 48 KB | 29 KB (60%) | ✓ | 3rd |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1-bijuerv2mca.js?dpl=dpl_Co485LAgXH9s8bLjnpK453vASoke | 36 KB | 27 KB (75%) | ✓ | 3rd |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/253oyh69wndsi.js?dpl=dpl_Co485LAgXH9s8bLjnpK453vASoke | 27 KB | 27 KB (100%) | ✓ | 3rd |
| https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3-dscl9un485-.js?dpl=dpl_Co485LAgXH9s8bLjnpK453vASoke | 28 KB | 25 KB (91%) | ✓ | 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
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+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
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall134 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 | 3633ms | 64 KB | — | €39/mo | Costly |
vercel.com vercel.com | Other | 2073ms | 71 KB | — | €22/mo | Costly |
Unattributable Unattributable | Other | 895ms | 0 KB | — | €10/mo | Costly |
vercel.com vercel.com | Other | 305ms | 11 KB | — | €3/mo | Costly |
vercel.com vercel.com | Other | 231ms | 48 KB | 60% | €3/mo | Costly |
vercel.com vercel.com | Other | 201ms | 409 KB | 100% | €2/mo | Costly |
vercel.com vercel.com | Other | 185ms | 30 KB | — | €2/mo | Optional |
vercel.com vercel.com | Other | 52ms | 99 KB | 99% | €1/mo | Optional |
vercel.com vercel.com | Other | 50ms | 50 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- vercel.com adds 3633ms and costs ~€39/month
- vercel.com adds 2073ms and costs ~€22/month
- Unattributable adds 895ms and costs ~€10/month
- vercel.com adds 305ms and costs ~€3/month
- vercel.com adds 231ms and costs ~€3/month
- vercel.com adds 201ms 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 3633ms 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 2073ms 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 895ms 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 305ms 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 231ms 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
60% 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
vercel.com takes 201ms 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
100% 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
99% 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