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.
4.01 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.21 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
697 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.44 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.
9.04 s
Page Load Progression
FJS Execution CostAction11898ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://assets.adobedtm.com/05d433614f62/5f9178807eef/launch-385ae949e4fb.min.js | 6023ms | 3644ms | 40ms | 3rd |
| https://www.fnac.com/ | 1762ms | 37ms | 2ms | 1st |
| Unattributable | 1099ms | 48ms | 0ms | 3rd |
| https://www.fnac.com/sETIirsTNhdVu-Dr3ngY/fi5VtSwkVhQVpLDOr3/YnB5eA/AB8o/J29mE3oB | 1058ms | 957ms | 71ms | 1st |
| https://www.fnac.com/static-proxy/kameleoon/script.js | 841ms | 647ms | 153ms | 1st |
| https://www.fnac.com/Assets/dist/nav/_71d6e5ac0fff3191.js | 756ms | 556ms | 1ms | 1st |
| https://www.fnac.com/akam/13/4f24659 | 218ms | 190ms | 8ms | 1st |
| https://www.fnac.com/Assets/dist/nav/_ea464ae792709644.js | 81ms | 14ms | 9ms | 1st |
| https://www.fnac.com/Assets/dist/nav/_50b1dec1d7c231ba.js | 60ms | 26ms | 34ms | 1st |
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 |
BPage Weight Budget1.5 MB transferred, 118 requestsREVIEW
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
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
BThird-Party Impact50% third-party, 0 ms blockingREVIEW
BImage Optimization40 images, 0 KB saveableREVIEW
BJS Bundles19 scripts, 94 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.fnac.com/Assets/dist/nav/_50b1dec1d7c231ba.js | 102 KB | 60 KB (59%) | ✓ | 1st |
| https://www.fnac.com/sETIirsTNhdVu-Dr3ngY/fi5VtSwkVhQVpLDOr3/YnB5eA/AB8o/J29mE3oB | 172 KB | 34 KB (20%) | ✓ | 1st |
| https://www.fnac.com/Assets/dist/nav/_b2821b72477bc347.js | 3 KB | — | ✓ | 1st |
| https://cdn.cookielaw.org/scripttemplates/otSDKStub.js | 0 KB | — | ✓ | 3rd |
| https://www.fnac.com/Assets/dist/nav/_eb02a117f3962fc9.js | 13 KB | — | ✓ | 1st |
| https://www.fnac.com/Assets/dist/nav/_618cc8fabd8154e0.js | 10 KB | — | ✓ | 1st |
| https://www.fnac.com/Assets/dist/nav/_ea464ae792709644.js | 27 KB | — | ✓ | 1st |
| https://www.fnac.com/Assets/dist/nav/_ecea0a8b4fd1de10.js | 19 KB | — | ✓ | 1st |
| https://www.fnac.com/Assets/dist/nav/_61be67b13fb221d9.js | 1 KB | — | ✓ | 1st |
| https://www.fnac.com/Assets/dist/nav/_3089bf88f20bab1c.js | 5 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
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 LoadingNo web fonts (system fonts)PASS
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 Waterfall118 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 |
|---|---|---|---|---|---|---|
assets.adobedtm.com assets.adobedtm.com | Other | 6023ms | 81 KB | — | €65/mo | Costly |
Unattributable Unattributable | Other | 1099ms | 0 KB | — | €12/mo | Costly |
These scripts may cost more than they're worth
- assets.adobedtm.com adds 6023ms and costs ~€65/month
- Unattributable adds 1099ms and costs ~€12/month
60% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
assets.adobedtm.com takes 6023ms 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 1099ms 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