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.72 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.06 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.24 s
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.
12.72 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.
20.00 s
Page Load Progression
FPage Weight BudgetAction2.9 MB transferred, 116 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction6252ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.laposte.fr/ecom/_nuxt/f17692a.modern.js | 1663ms | 1472ms | 0ms | 3rd |
| https://www.laposte.fr/colissimo | 1154ms | 24ms | 40ms | 3rd |
| Unattributable | 1114ms | 89ms | 0ms | 3rd |
| https://www.laposte.fr/ecom/_nuxt/c0a16e9.modern.js | 848ms | 817ms | 2ms | 3rd |
| https://www.laposte.fr/ruxitagentjs_ICA7NVfhqrux_10333260303165926.js | 321ms | 255ms | 28ms | 3rd |
| https://try.abtasty.com/5714a31785e8fb2356ca3d1bd25e4a43/main.1e0116ad91cee0a97856.js | 209ms | 163ms | 38ms | 3rd |
| https://cdn.trustcommander.net/privacy/1491/privacy_v2_67.js | 166ms | 52ms | 25ms | 3rd |
| https://cdn.tagcommander.com/1491/tc_LaboutiqueLaPoste_21.js | 148ms | 106ms | 40ms | 3rd |
| https://cdn.tagcommander.com/1491/tc_LaboutiqueLaPoste_6.js | 136ms | 70ms | 25ms | 3rd |
| https://try.abtasty.com/shared/analytics.6c9b51bdfcbabb565f02.js | 112ms | 32ms | 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 | 447 KB (81%) | ✓ | 3rd |
| https://www.laposte.fr/ecom/_nuxt/ace3671.modern.js | 193 KB | 147 KB (76%) | ✓ | 3rd |
| https://www.laposte.fr/ecom/_nuxt/9aeea0a.modern.js | 128 KB | 127 KB (100%) | ✓ | 3rd |
| https://www.laposte.fr/ecom/_nuxt/c0a16e9.modern.js | 165 KB | 86 KB (53%) | ✓ | 3rd |
| https://www.laposte.fr/ecom/_nuxt/ca3c383.modern.js | 76 KB | 56 KB (75%) | ✓ | 3rd |
| https://cdn.tagcommander.com/1491/tc_LaboutiqueLaPoste_21.js | 80 KB | 46 KB (58%) | ✓ | 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 | 38 KB (42%) | ✓ | 3rd |
| https://www.laposte.fr/ecom/_nuxt/678a774.modern.js | 49 KB | 36 KB (75%) | ✓ | 3rd |
| https://www.laposte.fr/ecom/_nuxt/dc72e0b.modern.js | 49 KB | 35 KB (72%) | ✓ | 3rd |
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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction34 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
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 Waterfall116 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 |
|---|---|---|---|---|---|---|
www.laposte.fr www.laposte.fr | Other | 1663ms | 0 KB | — | €18/mo | Costly |
www.laposte.fr www.laposte.fr | Other | 1154ms | 60 KB | — | €13/mo | Costly |
Unattributable Unattributable | Other | 1114ms | 0 KB | — | €12/mo | Costly |
www.laposte.fr www.laposte.fr | Other | 848ms | 165 KB | 53% | €9/mo | Costly |
www.laposte.fr www.laposte.fr | Other | 321ms | 82 KB | 36% | €3/mo | Costly |
try.abtasty.com try.abtasty.com | Other | 209ms | 105 KB | 38% | €2/mo | Costly |
cdn.trustcommander.net cdn.trustcommander.net | Other | 166ms | 38 KB | — | €2/mo | Optional |
cdn.tagcommander.com cdn.tagcommander.com | Other | 148ms | 80 KB | 58% | €2/mo | Optional |
cdn.tagcommander.com cdn.tagcommander.com | Other | 136ms | 31 KB | — | €1/mo | Optional |
try.abtasty.com try.abtasty.com | Other | 112ms | 8 KB | — | €1/mo | Optional |
www.laposte.fr www.laposte.fr | Other | 100ms | 554 KB | 81% | €1/mo | Optional |
cdn.tagcommander.com cdn.tagcommander.com | Other | 85ms | 34 KB | — | €1/mo | Optional |
cdn.tagcommander.com cdn.tagcommander.com | Other | 79ms | 41 KB | — | €1/mo | Optional |
try.abtasty.com try.abtasty.com | Other | 63ms | 11 KB | — | €1/mo | Optional |
cdn.tagcommander.com cdn.tagcommander.com | Other | 53ms | 31 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- www.laposte.fr adds 1663ms and costs ~€18/month
- www.laposte.fr adds 1154ms and costs ~€13/month
- Unattributable adds 1114ms and costs ~€12/month
- www.laposte.fr adds 848ms and costs ~€9/month
- www.laposte.fr adds 321ms and costs ~€3/month
- try.abtasty.com adds 209ms and costs ~€2/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
www.laposte.fr takes 1663ms 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
www.laposte.fr takes 1154ms 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
Unattributable takes 1114ms 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
www.laposte.fr takes 848ms 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
53% of www.laposte.fr'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
www.laposte.fr takes 321ms 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 209ms 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
58% 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
81% of www.laposte.fr'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