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.
385 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
745 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
85 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.
656 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.07 s
Page Load Progression
DJS Execution CostAction2005ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://nextjs.org/ | 785ms | 29ms | 11ms | 1st |
| https://nextjs.org/_next/static/chunks/0jzm94qus19um.js?dpl=dpl_76REKkd1QYthvffCGiAYfiJAQnff | 507ms | 385ms | 6ms | 1st |
| https://nextjs.org/_next/static/chunks/0q8fapokcqhvs.js?dpl=dpl_76REKkd1QYthvffCGiAYfiJAQnff | 312ms | 43ms | 1ms | 1st |
| Unattributable | 232ms | 8ms | 0ms | 3rd |
| https://nextjs.org/_next/static/chunks/40o-_3kv1gk7b.js?dpl=dpl_76REKkd1QYthvffCGiAYfiJAQnff | 116ms | 68ms | 4ms | 1st |
| https://nextjs.org/_next/static/chunks/3q8mh8bmyn5n6.js?dpl=dpl_76REKkd1QYthvffCGiAYfiJAQnff | 53ms | 29ms | 4ms | 1st |
BPage Weight Budget1.3 MB transferred, 122 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
BImage Optimization31 images, 0 KB saveableREVIEW
BJS Bundles38 scripts, 108 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://nextjs.org/_next/static/chunks/3u5w_3-w5-c9r.js?dpl=dpl_76REKkd1QYthvffCGiAYfiJAQnff | 36 KB | 34 KB (99%) | ✓ | 1st |
| https://nextjs.org/_next/static/chunks/40o-_3kv1gk7b.js?dpl=dpl_76REKkd1QYthvffCGiAYfiJAQnff | 49 KB | 25 KB (54%) | ✓ | 1st |
| https://nextjs.org/_next/static/chunks/0dliohh_uup9_.js?dpl=dpl_76REKkd1QYthvffCGiAYfiJAQnff | 26 KB | 25 KB (99%) | ✓ | 1st |
| https://nextjs.org/_next/static/chunks/0jzm94qus19um.js?dpl=dpl_76REKkd1QYthvffCGiAYfiJAQnff | 71 KB | 23 KB (33%) | ✓ | 1st |
| https://nextjs.org/_next/static/chunks/02k-gnmv8qw2m.js?dpl=dpl_76REKkd1QYthvffCGiAYfiJAQnff | 16 KB | — | ✓ | 1st |
| https://nextjs.org/_next/static/chunks/0hf72ym6ap4pb.js?dpl=dpl_76REKkd1QYthvffCGiAYfiJAQnff | 14 KB | — | ✓ | 1st |
| https://nextjs.org/_next/static/chunks/3czh3m16viwim.js?dpl=dpl_76REKkd1QYthvffCGiAYfiJAQnff | 9 KB | — | ✓ | 1st |
| https://nextjs.org/_next/static/chunks/3hetyynb8n07-.js?dpl=dpl_76REKkd1QYthvffCGiAYfiJAQnff | 9 KB | — | ✓ | 1st |
| https://nextjs.org/_next/static/chunks/2xcjob_dpr2i-.js?dpl=dpl_76REKkd1QYthvffCGiAYfiJAQnff | 12 KB | — | ✓ | 1st |
| https://nextjs.org/_next/static/chunks/3h3oci6el5kdq.js?dpl=dpl_76REKkd1QYthvffCGiAYfiJAQnff | 10 KB | — | ✓ | 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
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 Impact1% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (60 KB)PASS
Web fonts
2
60 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 HintsNo optimization neededPASS
Network Waterfall122 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 | 232ms | 0 KB | — | €3/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 232ms and costs ~€3/month
Unattributable takes 232ms 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