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.15 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
162 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.
4.29 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.
5.48 s
Page Load Progression
DJS Execution CostAction2628ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://matheo-olsen.fr/_next/static/chunks/8f02d17ed0289fd9.js | 1016ms | 842ms | 28ms | 1st |
| https://matheo-olsen.fr/ | 864ms | 21ms | 40ms | 1st |
| Unattributable | 481ms | 22ms | 0ms | 3rd |
| https://matheo-olsen.fr/_next/static/chunks/5cf263598dde299a.js | 186ms | 71ms | 20ms | 1st |
| https://matheo-olsen.fr/_next/static/chunks/fcb71b7647f4ee33.js | 80ms | 49ms | 24ms | 1st |
DHTTP CachingActionno-store (uncacheable)FIX
private, no-cache, no-store, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Page Weight Budget652 KB transferred, 37 requestsPASS
A+Third-Party Impact0% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization5 images, 0 KB saveablePASS
A+Font Loading6 fonts (190 KB)PASS
Web fonts
6
190 KB total
Render-blocking
0
of 6
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+JS Bundles14 scripts, 46 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://matheo-olsen.fr/_next/static/chunks/8f02d17ed0289fd9.js | 68 KB | 24 KB (35%) | ✓ | 1st |
| https://matheo-olsen.fr/_next/static/chunks/5cf263598dde299a.js | 51 KB | 22 KB (43%) | ✓ | 1st |
| https://matheo-olsen.fr/_next/static/chunks/d2be314c3ece3fbe.js | 7 KB | — | ✓ | 1st |
| https://matheo-olsen.fr/_next/static/chunks/fcb71b7647f4ee33.js | 31 KB | — | ✓ | 1st |
| https://matheo-olsen.fr/_next/static/chunks/turbopack-bd0d8e0b93f19072.js | 4 KB | — | ✓ | 1st |
| https://matheo-olsen.fr/_next/static/chunks/ff1a16fafef87110.js | 0 KB | — | ✓ | 1st |
| https://matheo-olsen.fr/_next/static/chunks/88ce5e0501235404.js | 8 KB | — | ✓ | 1st |
| https://matheo-olsen.fr/_next/static/chunks/65939ba4da6e334d.js | 10 KB | — | ✓ | 1st |
| https://matheo-olsen.fr/_next/static/chunks/f091501564eb2ea3.js | 7 KB | — | ✓ | 1st |
| https://matheo-olsen.fr/_next/static/chunks/d3b4408da246cf8e.js | 11 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
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints8 hints, 0 missing preconnectsPASS
Current Resource Hints
8 resource hints configured
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: OVHcloud
Network Waterfall37 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 | 481ms | 0 KB | — | €5/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 481ms and costs ~€5/month
Unattributable takes 481ms 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