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.
4.09 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.88 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.47 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.
4.76 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.
14.68 s
Page Load Progression
FPage Weight BudgetAction3.0 MB transferred, 147 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 CostAction8192ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 3024ms | 1176ms | 0ms | 3rd |
| https://nuxt.com/_nuxt/Beu1Wg--.js | 2677ms | 2406ms | 7ms | 1st |
| https://nuxt.com/ | 2304ms | 567ms | 4ms | 1st |
| https://nuxt.com/_nuxt/CJYNbdVL.js | 187ms | 86ms | 0ms | 1st |
BImage Optimization49 images, 0 KB saveableREVIEW
CJS BundlesAction50 scripts, 191 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://nuxt.com/_nuxt/Beu1Wg--.js | 340 KB | 157 KB (46%) | ✓ | 1st |
| https://nuxt.com/_nuxt/C0X4-dmO.js | 60 KB | 34 KB (57%) | ✓ | 1st |
| https://nuxt.com/f771ed1f69e3eb32/script.js | 5 KB | — | ✓ | 1st |
| https://nuxt.com/_nuxt/BaQsMxa2.js | 2 KB | — | ✓ | 1st |
| https://nuxt.com/_nuxt/DyXJsd6F.js | 2 KB | — | ✓ | 1st |
| https://nuxt.com/_nuxt/CsUMDQRv.js | 2 KB | — | ✓ | 1st |
| https://nuxt.com/_nuxt/NoXbp_s1.js | 1 KB | — | ✓ | 1st |
| https://nuxt.com/_nuxt/Cg9HtOXd.js | 1 KB | — | ✓ | 1st |
| https://nuxt.com/_nuxt/BPz1B7ro.js | 1 KB | — | ✓ | 1st |
| https://nuxt.com/_nuxt/Dj2S0kCb.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
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 Impact12% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading1 fonts (26 KB)PASS
Web fonts
1
26 KB total
Render-blocking
0
of 1
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 Hints2 hints, 0 missing preconnectsPASS
Current Resource Hints
2 resource hints configured
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall147 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 | 3024ms | 0 KB | — | €33/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 3024ms and costs ~€33/month
Unattributable takes 3024ms 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