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.
12.37 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
19.38 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.61 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.
12.37 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.
19.39 s
Page Load Progression
FPage Weight BudgetAction2.8 MB transferred, 110 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
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
FJS Execution CostAction7262ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1655ms | 119ms | 0ms | 3rd |
| https://www.laposte.fr/ecom/_nuxt/c0a16e9.modern.js | 1455ms | 1074ms | 3ms | 1st |
| https://www.laposte.fr/ecom/_nuxt/f17692a.modern.js | 1068ms | 943ms | 0ms | 1st |
| https://www.laposte.fr/ruxitagentjs_ICA7NVfhqrux_10333260303165926.js | 942ms | 859ms | 27ms | 1st |
| https://www.laposte.fr/ | 592ms | 33ms | 47ms | 1st |
| https://www.laposte.fr/ecom/_nuxt/e1f0dc9.modern.js | 338ms | 55ms | 6ms | 1st |
| https://try.abtasty.com/5714a31785e8fb2356ca3d1bd25e4a43/main.1e0116ad91cee0a97856.js | 283ms | 223ms | 52ms | 3rd |
| https://cdn.trustcommander.net/privacy/1491/privacy_v2_67.js | 202ms | 61ms | 16ms | 3rd |
| https://cdn.tagcommander.com/1491/tc_LaboutiqueLaPoste_21.js | 181ms | 125ms | 53ms | 3rd |
| https://try.abtasty.com/shared/analytics.6c9b51bdfcbabb565f02.js | 139ms | 42ms | 3ms | 3rd |
Showing top 10 of 15 scripts
FJS BundlesAction53 scripts, 1.1 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.laposte.fr/ecom/_nuxt/e1f0dc9.modern.js | 554 KB | 441 KB (80%) | ✓ | 1st |
| https://www.laposte.fr/ecom/_nuxt/ace3671.modern.js | 193 KB | 140 KB (73%) | ✓ | 1st |
| https://www.laposte.fr/ecom/_nuxt/9aeea0a.modern.js | 127 KB | 127 KB (100%) | ✓ | 1st |
| https://www.laposte.fr/ecom/_nuxt/c0a16e9.modern.js | 165 KB | 87 KB (53%) | ✓ | 1st |
| https://www.laposte.fr/ecom/_nuxt/ca3c383.modern.js | 76 KB | 57 KB (76%) | ✓ | 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 (38%) | ✓ | 3rd |
| https://www.laposte.fr/ecom/_nuxt/5130bf2.modern.js | 90 KB | 37 KB (41%) | ✓ | 1st |
| https://www.laposte.fr/ecom/_nuxt/678a774.modern.js | 49 KB | 36 KB (75%) | ✓ | 1st |
| https://www.laposte.fr/ecom/_nuxt/dc72e0b.modern.js | 49 KB | 35 KB (71%) | ✓ | 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 Optimization28 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Third-Party Impact14% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading10 fonts (242 KB)PASS
Web fonts
10
242 KB total
Render-blocking
0
of 10
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
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall110 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 | 1655ms | 0 KB | — | €18/mo | Costly |
try.abtasty.com try.abtasty.com | Other | 283ms | 105 KB | 38% | €3/mo | Costly |
cdn.trustcommander.net cdn.trustcommander.net | Other | 202ms | 38 KB | — | €2/mo | Costly |
cdn.tagcommander.com cdn.tagcommander.com | Other | 181ms | 80 KB | 57% | €2/mo | Optional |
try.abtasty.com try.abtasty.com | Other | 139ms | 8 KB | — | €2/mo | Optional |
cdn.tagcommander.com cdn.tagcommander.com | Other | 110ms | 34 KB | — | €1/mo | Optional |
cdn.tagcommander.com cdn.tagcommander.com | Other | 92ms | 31 KB | — | €1/mo | Optional |
try.abtasty.com try.abtasty.com | Other | 80ms | 11 KB | — | €1/mo | Optional |
cdn.tagcommander.com cdn.tagcommander.com | Other | 70ms | 41 KB | — | €1/mo | Optional |
try.abtasty.com try.abtasty.com | Other | 55ms | 2 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1655ms and costs ~€18/month
- try.abtasty.com adds 283ms and costs ~€3/month
- cdn.trustcommander.net adds 202ms and costs ~€2/month
Unattributable takes 1655ms 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
try.abtasty.com takes 283ms 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
cdn.trustcommander.net takes 202ms 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
57% of cdn.tagcommander.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev