Skip to content
https://nuxt.com

Performance

· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
78
GRADE
C
FIX
2
REVIEW
3
PASS
7
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

38
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
95
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
14
7 PASS 3 REVIEW 2 FIX
F
Page Weight Budget
Action
3.0 MB transferred, 147 requests
FIX
3.0 MB transferred, 147 requests
Warning::
Page weighs 12.7 MB (3.0 MB transferred)
Warning::
JavaScript is 545 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 545 KB
Warning::
147 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.62 g CO2 per page load
3.0 MB / 2.4 MB budget
3.0 MB transferred
147 requests
0.62 g CO2 per page load
Other 1.9 MiB 65%
JavaScript 544.7 KiB 18%
Images 359.5 KiB 12%
Other 53.7 KiB 2%
HTML 36.7 KiB 1%
CSS 34.0 KiB 1%
Fonts 26.2 KiB 1%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

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.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

F
JS Execution Cost
Action
8192ms total JS execution
FIX
8192ms total JS execution
Warning::
Unattributable: 3024ms CPU time
Warning::
https://nuxt.com/_nuxt/Beu1Wg--.js: 2677ms CPU time
Warning::
https://nuxt.com/: 2304ms CPU time
Info::
https://nuxt.com/_nuxt/CJYNbdVL.js: 187ms CPU time
Info::
Third-party scripts: 3024ms (37% of total)

Main Thread Breakdown

Script Evaluation 51% Other 29% Style & Layout 12%
ScriptTotalScriptingParse/CompileParty
Unattributable3024ms1176ms0ms3rd
https://nuxt.com/_nuxt/Beu1Wg--.js2677ms2406ms7ms1st
https://nuxt.com/2304ms567ms4ms1st
https://nuxt.com/_nuxt/CJYNbdVL.js187ms86ms0ms1st
B
Image Optimization
49 images, 0 KB saveable
REVIEW
49 images, 0 KB saveable
Info::
All images are well-optimized
49 images 359 KB
0 oversized -0 KB
17 legacy format
0 missing dimensions CLS risk
C
JS Bundles
Action
50 scripts, 191 KB unused
REVIEW
50 scripts, 191 KB unused
Warning::
https://nuxt.com/_nuxt/Beu1Wg--.js: 157 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://nuxt.com/_nuxt/C0X4-dmO.js: 34 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 191 KB
191 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://nuxt.com/_nuxt/Beu1Wg--.js340 KB157 KB (46%)1st
https://nuxt.com/_nuxt/C0X4-dmO.js60 KB34 KB (57%)1st
https://nuxt.com/f771ed1f69e3eb32/script.js5 KB1st
https://nuxt.com/_nuxt/BaQsMxa2.js2 KB1st
https://nuxt.com/_nuxt/DyXJsd6F.js2 KB1st
https://nuxt.com/_nuxt/CsUMDQRv.js2 KB1st
https://nuxt.com/_nuxt/NoXbp_s1.js1 KB1st
https://nuxt.com/_nuxt/Cg9HtOXd.js1 KB1st
https://nuxt.com/_nuxt/BPz1B7ro.js1 KB1st
https://nuxt.com/_nuxt/Dj2S0kCb.js1 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

B
HTTP Caching
public, max-age=0, must-revalidate
REVIEW
public, max-age=0, must-revalidate
Info::
Cache-Control header is set
Got: public, max-age=0, must-revalidate
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present
Cache-Control

public, max-age=0, must-revalidate

DirectiveValueMeaning
publicAny cache may store this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
A+
Third-Party Impact
12% third-party, 0 ms blocking
PASS
12% third-party, 0 ms blocking
Info::
Third-party code accounts for 12% of page weight (360.3 KiB of 3.0 MiB)
Info::
Third-party blocking time is low (0 ms)
88%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
1 fonts (26 KB)
PASS
1 fonts (26 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

26 KB total

Render-blocking

0

of 1

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 4.1 s LCP 9.9 shttps://nuxt.com/_fonts/GsKUclqeNLJ96g5AU593ug6yanivOiwjW_7zESNPChw-jHA4tBeM1bjF7LATGUpfBuSTyomIFrWBTzjF7txVYfg.woff2GsKUclqeNLJ96g5AU593ug6... https://nuxt.com/_fonts/GsKUclqeNLJ96g5AU593ug6yanivOiwjW_7zESNPChw-jHA4tBeM1bjF7LATGUpfBuSTyomIFrWBTzjF7txVYfg.woff2 — 26.2 KiB — 0 ms — font-display: swap
GsKUclqeNLJ96g5AU593ug6... woff2 swap
Size 26 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
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 Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
Page uses 2 resource hint(s)

Current Resource Hints

preconnect
1
preload
1
dns-prefetch
prefetch

2 resource hints configured

A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
147 requests over 0ms
INFO

Performance analysis not available for this result.

Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
37% of JavaScript execution is third-party
First-party Third-party 3024ms · 0KB · €33/mo
Unattributable
Other
Costly
Execution 3024ms
Transfer 0 KB
Monthly Cost €33/mo

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.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback