Performance
· 17 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.
1.62 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.75 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.15 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.
2.70 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.
7.51 s
Page Load Progression
DJS Execution CostAction3481ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://publicnode.com/_next/static/chunks/framework-b30138dca27a5575.js | 1279ms | 1023ms | 11ms | 1st |
| https://publicnode.com/ | 889ms | 4ms | 1ms | 1st |
| https://publicnode.com/_next/static/chunks/346-5062da986821e93a.js | 512ms | 264ms | 141ms | 1st |
| https://publicnode.com/_next/static/chunks/pages/index-6eb4184e9210bf47.js | 374ms | 373ms | 1ms | 1st |
| Unattributable | 218ms | 5ms | 0ms | 3rd |
| https://publicnode.com/_next/static/chunks/pages/_app-99c872d377f46e8d.js | 136ms | 98ms | 19ms | 1st |
| https://publicnode.com/_next/static/chunks/main-a229a37a5c2aebe9.js | 73ms | 60ms | 12ms | 1st |
DJS BundlesAction11 scripts, 340 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://publicnode.com/_next/static/chunks/346-5062da986821e93a.js | 425 KB | 262 KB (64%) | ✓ | 1st |
| https://publicnode.com/_next/static/chunks/290-0ff97237750800d0.js | 148 KB | 46 KB (31%) | ✓ | 1st |
| https://publicnode.com/_next/static/chunks/pages/_app-99c872d377f46e8d.js | 73 KB | 32 KB (44%) | ✓ | 1st |
| https://publicnode.com/_next/static/chunks/webpack-d17ebe0ea3c9d6aa.js | 2 KB | — | ✓ | 1st |
| https://publicnode.com/_next/static/chunks/framework-b30138dca27a5575.js | 44 KB | — | ✓ | 1st |
| https://publicnode.com/_next/static/chunks/main-a229a37a5c2aebe9.js | 44 KB | — | ✓ | 1st |
| https://publicnode.com/_next/static/chunks/559-3f58a4e0522bde41.js | 4 KB | — | ✓ | 1st |
| https://publicnode.com/_next/static/chunks/902-e216d1fa5a63d37b.js | 5 KB | — | ✓ | 1st |
| https://publicnode.com/_next/static/chunks/pages/index-6eb4184e9210bf47.js | 2 KB | — | ✓ | 1st |
| https://publicnode.com/_next/static/rYCwWXZJ6oB_JpT9ntTfs/_buildManifest.js | 1 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
BHTTP Cachings-maxage=45, stale-while-revalidateREVIEW
s-maxage=45, stale-while-revalidate
| Directive | Value | Meaning |
|---|---|---|
| s-maxage | 45 | CDN caches for 45 seconds |
| stale-while-revalidate | — | Serve stale while revalidating |
APage Weight Budget1.0 MB transferred, 21 requestsPASS
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
A+Third-Party Impact18% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization3 images, 0 KB saveablePASS
A+Font Loading4 fonts (31 KB)PASS
Web fonts
4
31 KB total
Render-blocking
0
of 4
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 Hints4 hints, 0 missing preconnectsPASS
Current Resource Hints
4 resource hints configured
A+Page Weight Inventory21 resources · 1.0 MB · 340 KB savings availablePASS
~339.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 21 resources | 1.0 MiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall21 requests over 894msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 218ms | 0 KB | — | €2/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 218ms and costs ~€2/month
Unattributable takes 218ms 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