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.
4.03 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.12 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.47 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.
6.80 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.
18.76 s
Page Load Progression
FPage Weight BudgetAction2.8 MB transferred, 115 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 CostAction7464ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://mosaic01.ztat.net/base-assets/9-1-0/require-2.1.22.min.js | 1128ms | 1087ms | 3ms | 3rd |
| Unattributable | 1112ms | 280ms | 0ms | 3rd |
| https://www.zalando.es/s0vn5AnFqa/9w8BYeCp/Cc/SQOSfQaLYL/ejJ9ETIaAwk/ASh/6HHE5dF9v?v=079283cf-5501-393e-8730-1ef1d81e0210 | 1052ms | 971ms | 38ms | 3rd |
| https://mosaic01.ztat.net/base-assets/9-1-0/assets/bundle.js | 1012ms | 816ms | 19ms | 3rd |
| https://www.zalando.es/s0vn5AnFqa/9w8BYeCp/Cc/JiOSfQ8rYLbtbrmi/IntzETIaAwk/L1Q/vSStVYQkC | 788ms | 721ms | 51ms | 3rd |
| https://www.zalando.es/ | 736ms | 53ms | 54ms | 3rd |
| https://mosaic01.ztat.net/pnl/gtag/js?id=G-MDW1S9PQPW&l=dataLayerGA4 | 429ms | 370ms | 54ms | 3rd |
| https://app.usercentrics.eu/browser-ui/3.97.0/index.module.js | 350ms | 264ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T3W9FX&l=dataLayer | 345ms | 294ms | 43ms | 3rd |
| https://www.zalando.es/akam/13/54f5f335 | 131ms | 123ms | 4ms | 3rd |
Showing top 10 of 14 scripts
FJS BundlesAction43 scripts, 736 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://mosaic03.ztat.net/seo/glados/96356a721438313ca54d-main.js | 233 KB | 198 KB (85%) | ✓ | 3rd |
| https://mosaic02.ztat.net/rnd/ng/re-common-chunk/index-817b9f04541319db5fad.js | 168 KB | 116 KB (69%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T3W9FX&l=dataLayer | 150 KB | 74 KB (50%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1006368194&cx=c>m=4e6481 | 143 KB | 65 KB (46%) | ✓ | 3rd |
| https://mosaic01.ztat.net/pnl/gtag/js?id=G-MDW1S9PQPW&l=dataLayerGA4 | 170 KB | 59 KB (35%) | ✓ | 3rd |
| https://app.usercentrics.eu/browser-ui/3.97.0/index.module.js | 120 KB | 54 KB (45%) | ✓ | 3rd |
| https://mosaic02.ztat.net/rnd/ng/runtime-concurrent-617c06d4622ad527ee13.js | 157 KB | 48 KB (31%) | ✓ | 3rd |
| https://www.zalando.es/s0vn5AnFqa/9w8BYeCp/Cc/JiOSfQ8rYLbtbrmi/IntzETIaAwk/L1Q/vSStVYQkC | 185 KB | 39 KB (21%) | ✓ | 3rd |
| https://www.zalando.es/s0vn5AnFqa/9w8BYeCp/Cc/SQOSfQaLYL/ejJ9ETIaAwk/ASh/6HHE5dF9v?v=079283cf-5501-393e-8730-1ef1d81e0210 | 158 KB | 31 KB (20%) | ✓ | 3rd |
| https://app.usercentrics.eu/browser-ui/3.97.0/VirtualServiceItem-39329dba.js | 49 KB | 26 KB (54%) | ✓ | 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.
BImage Optimization26 images, 0 KB saveableREVIEW
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 Loading3 fonts (203 KB)PASS
Web fonts
3
203 KB total
Render-blocking
0
of 3
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 Waterfall115 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 |
|---|---|---|---|---|---|---|
mosaic01.ztat.net mosaic01.ztat.net | Other | 1128ms | 8 KB | — | $15/mo | Costly |
Unattributable Unattributable | Other | 1112ms | 0 KB | — | $15/mo | Costly |
www.zalando.es www.zalando.es | Other | 1052ms | 158 KB | 20% | $14/mo | Costly |
mosaic01.ztat.net mosaic01.ztat.net | Other | 1012ms | 80 KB | 30% | $13/mo | Costly |
www.zalando.es www.zalando.es | Other | 788ms | 1 KB | 21% | $10/mo | Costly |
www.zalando.es www.zalando.es | Other | 736ms | 103 KB | — | $10/mo | Costly |
mosaic01.ztat.net mosaic01.ztat.net | Other | 429ms | 170 KB | 35% | $6/mo | Costly |
app.usercentrics.eu app.usercentrics.eu | Other | 350ms | 120 KB | 45% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 345ms | 150 KB | 50% | $5/mo | Costly |
www.zalando.es www.zalando.es | Other | 131ms | 9 KB | — | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 130ms | 143 KB | 46% | $2/mo | Optional |
mosaic02.ztat.net mosaic02.ztat.net | Other | 105ms | 157 KB | 31% | $1/mo | Optional |
mosaic03.ztat.net mosaic03.ztat.net | Other | 94ms | 233 KB | 85% | $1/mo | Optional |
mosaic02.ztat.net mosaic02.ztat.net | Other | 51ms | 168 KB | 69% | $1/mo | Optional |
These scripts may cost more than they're worth
- mosaic01.ztat.net adds 1128ms and costs ~$15/month
- Unattributable adds 1112ms and costs ~$15/month
- www.zalando.es adds 1052ms and costs ~$14/month
- mosaic01.ztat.net adds 1012ms and costs ~$13/month
- www.zalando.es adds 788ms and costs ~$10/month
- www.zalando.es adds 736ms and costs ~$10/month
- mosaic01.ztat.net adds 429ms and costs ~$6/month
- app.usercentrics.eu adds 350ms and costs ~$5/month
- Google Tag Manager adds 345ms and costs ~$5/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
mosaic01.ztat.net takes 1128ms 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 1112ms 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.zalando.es takes 1052ms 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
mosaic01.ztat.net takes 1012ms 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.zalando.es takes 788ms 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.zalando.es takes 736ms 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
mosaic01.ztat.net takes 429ms 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
app.usercentrics.eu takes 350ms 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
Google Tag Manager takes 345ms 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
85% of mosaic03.ztat.net'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
69% of mosaic02.ztat.net'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