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.
6.10 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.43 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.32 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.
11.12 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.
24.04 s
Page Load Progression
FPage Weight BudgetAction3.8 MB transferred, 93 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction6139ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://eu.puma.com/tmsassets?id=GTM-WH5C8CGQ | 1634ms | 1464ms | 58ms | 3rd |
| https://eu.puma.com/on/demandware.static/Sites-EU-Site/-/fr_FR/v1775546087502/js/main.js | 1547ms | 975ms | 458ms | 3rd |
| Unattributable | 760ms | 92ms | 0ms | 3rd |
| https://eu.puma.com/fr/fr/home | 565ms | 54ms | 39ms | 3rd |
| https://try.abtasty.com/155ee0f00a8630aa35b7283533eee8cf/main.d359a4d2876eac316a74.js | 325ms | 264ms | 52ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js | 250ms | 85ms | 49ms | 3rd |
| https://eu.puma.com/tmsassets/gtd?id=G-Z9W7F41DQW&cx=c>m=4e6460h1 | 195ms | 148ms | 46ms | 3rd |
| https://eu.puma.com/on/demandware.static/Sites-EU-Site/-/fr_FR/v1775546087502/js/webcomp/cookielocation.js | 155ms | 141ms | 2ms | 3rd |
| https://try.abtasty.com/shared/analytics.37a0db73c875fc20a037.js | 123ms | 65ms | 2ms | 3rd |
| https://static.scarabresearch.com/wpjs/wpes6.js?ts=2935 | 121ms | 91ms | 13ms | 3rd |
Showing top 10 of 17 scripts
FJS BundlesAction38 scripts, 1.7 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://eu.puma.com/on/demandware.static/Sites-EU-Site/-/fr_FR/v1775546087502/js/main.js | 1300 KB | 1226 KB (96%) | ✗ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js | 128 KB | 78 KB (61%) | ✓ | 3rd |
| https://eu.puma.com/tmsassets?id=GTM-WH5C8CGQ | 187 KB | 77 KB (41%) | ✓ | 3rd |
| https://eu.puma.com/tmsassets/gtd?id=G-Z9W7F41DQW&cx=c>m=4e6460h1 | 179 KB | 73 KB (41%) | ✓ | 3rd |
| https://eu.puma.com/tmsassets?id=GTM-TSWKBGX3 | 141 KB | 66 KB (47%) | ✓ | 3rd |
| https://eu.puma.com/on/demandware.static/Sites-EU-Site/-/fr_FR/v1775546087502/js/global.bundle.js | 72 KB | 64 KB (89%) | ✓ | 3rd |
| https://try.abtasty.com/155ee0f00a8630aa35b7283533eee8cf/main.d359a4d2876eac316a74.js | 83 KB | 49 KB (59%) | ✓ | 3rd |
| https://eu.puma.com/on/demandware.static/Sites-EU-Site/-/fr_FR/v1775546087502/js/pdp.bundle.js | 34 KB | 33 KB (96%) | ✓ | 3rd |
| https://eu.puma.com/on/demandware.static/Sites-EU-Site/-/fr_FR/v1775546087502/js/common-vendors.bundle.js | 46 KB | 28 KB (61%) | ✓ | 3rd |
| https://eu.puma.com/on/demandware.static/Sites-EU-Site/-/fr_FR/v1775546087502/js/vendors~pdp.bundle.js | 22 KB | 22 KB (97%) | ✓ | 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 OptimizationAction23 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.
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.
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.
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.
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.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
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 Loading5 fonts (522 KB)PASS
Web fonts
5
522 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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)
Fixing the unchecked items could save ~375 KB and ~750 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints5 hints, 0 missing preconnectsPASS
Current Resource Hints
5 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall93 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 |
|---|---|---|---|---|---|---|
eu.puma.com eu.puma.com | Other | 1634ms | 187 KB | 41% | €9/mo | Costly |
eu.puma.com eu.puma.com | Other | 1547ms | 1300 KB | 96% | €8/mo | Costly |
Unattributable Unattributable | Other | 760ms | 0 KB | — | €4/mo | Costly |
eu.puma.com eu.puma.com | Other | 565ms | 87 KB | — | €3/mo | Costly |
try.abtasty.com try.abtasty.com | Other | 325ms | 83 KB | 59% | €2/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 250ms | 128 KB | 61% | €1/mo | Essential |
eu.puma.com eu.puma.com | Other | 195ms | 179 KB | 41% | €1/mo | Optional |
eu.puma.com eu.puma.com | Other | 155ms | 154 KB | — | €1/mo | Optional |
try.abtasty.com try.abtasty.com | Other | 123ms | 8 KB | — | €1/mo | Optional |
static.scarabresearch.com static.scarabresearch.com | Other | 121ms | 34 KB | — | €1/mo | Optional |
cdn.cquotient.com cdn.cquotient.com | Other | 86ms | 21 KB | — | €0/mo | Optional |
eu.puma.com eu.puma.com | Other | 79ms | 72 KB | 89% | €0/mo | Optional |
eu.puma.com eu.puma.com | Other | 73ms | 9 KB | — | €0/mo | Optional |
eu.puma.com eu.puma.com | Other | 60ms | 34 KB | 96% | €0/mo | Optional |
eu.puma.com eu.puma.com | Other | 58ms | 46 KB | 61% | €0/mo | Optional |
cdn.portal-backend.prod.qualibooth.com cdn.portal-backend.prod.qualibooth.com | Other | 56ms | 2 KB | — | €0/mo | Optional |
eu.puma.com eu.puma.com | Other | 53ms | 141 KB | 47% | €0/mo | Optional |
These scripts may cost more than they're worth
- eu.puma.com adds 1634ms and costs ~€9/month
- eu.puma.com adds 1547ms and costs ~€8/month
- Unattributable adds 760ms and costs ~€4/month
- eu.puma.com adds 565ms and costs ~€3/month
- try.abtasty.com adds 325ms 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
eu.puma.com takes 1634ms 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
eu.puma.com takes 1547ms 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
96% of eu.puma.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
Unattributable takes 760ms 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
eu.puma.com takes 565ms 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 325ms 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
59% of try.abtasty.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
61% of OneTrust'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
89% of eu.puma.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
96% of eu.puma.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
61% of eu.puma.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