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.
1.95 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.15 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
444 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.011
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.89 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.
3.52 s
Page Load Progression
FPage Weight BudgetAction5.8 MB transferred, 340 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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
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
DJS Execution CostAction2715ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.laposte.fr/ecom/_nuxt/C6aQWrs0.js | 623ms | 26ms | 0ms | 1st |
| Unattributable | 549ms | 159ms | 0ms | 3rd |
| https://www.laposte.fr/ | 525ms | 3ms | 1ms | 1st |
| https://www.laposte.fr/ruxitagentjs_ICA7NVfhqrux_10333260303165926.js | 492ms | 448ms | 9ms | 1st |
| https://www.laposte.fr/ecom/_nuxt/entry.C0t7vErM.css | 227ms | 0ms | 0ms | 1st |
| https://www.laposte.fr/poc-av/chatbot/main.CmxAWFs4.js | 144ms | 132ms | 10ms | 1st |
| https://try.abtasty.com/5714a31785e8fb2356ca3d1bd25e4a43/main.1e0116ad91cee0a97856.js | 81ms | 62ms | 14ms | 3rd |
| https://www.laposte.fr/ecom/_nuxt/CnNrbjCf.js | 74ms | 58ms | 0ms | 1st |
FJS BundlesAction98 scripts, 510 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.laposte.fr/ecom/_nuxt/C6m16DWd.js | 508 KB | 279 KB (55%) | ✓ | 1st |
| https://www.laposte.fr/poc-av/chatbot/main.CmxAWFs4.js | 133 KB | 116 KB (88%) | ✓ | 1st |
| https://cdn.tagcommander.com/1491/tc_LaboutiqueLaPoste_21.js | 80 KB | 45 KB (57%) | ✓ | 3rd |
| https://try.abtasty.com/5714a31785e8fb2356ca3d1bd25e4a43/main.1e0116ad91cee0a97856.js | 105 KB | 40 KB (39%) | ✓ | 3rd |
| https://www.laposte.fr/ruxitagentjs_ICA7NVfhqrux_10333260303165926.js | 82 KB | 29 KB (36%) | ✓ | 1st |
| https://www.laposte.fr/ecom/_nuxt/CnNrbjCf.js | 4 KB | — | ✓ | 1st |
| https://www.laposte.fr/ecom/_nuxt/BdKfpypI.js | 1 KB | — | ✓ | 1st |
| https://www.laposte.fr/ecom/_nuxt/DJZIH3mZ.js | 1 KB | — | ✓ | 1st |
| https://www.laposte.fr/ecom/_nuxt/BPVQLFSw.js | 0 KB | — | ✓ | 1st |
| https://www.laposte.fr/ecom/_nuxt/ZZSzK1uO.js | 2 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
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
DHTTP CachingActionno-store (uncacheable)FIX
max-age=0, no-cache, no-store
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
BImage Optimization44 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Third-Party Impact8% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading9 fonts (228 KB)PASS
Web fonts
9
228 KB total
Render-blocking
0
of 9
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 Waterfall340 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 | 549ms | 0 KB | — | €6/mo | Costly |
try.abtasty.com try.abtasty.com | Other | 81ms | 105 KB | 39% | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 549ms and costs ~€6/month
Unattributable takes 549ms 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