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.
1.19 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.49 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
138 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.39 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.
10.11 s
Page Load Progression
FPage Weight BudgetAction9.7 MB transferred, 414 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
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 CostAction4490ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.decathlon.com/ | 1325ms | 109ms | 12ms | 3rd |
| Unattributable | 758ms | 36ms | 0ms | 3rd |
| https://cdn.dynamicyield.com/api/8773860/api_static.js | 402ms | 111ms | 13ms | 3rd |
| https://cdn.rebuyengine.com/onsite/js/rebuy.js?shop=decathlon-usa.myshopify.com | 351ms | 191ms | 156ms | 3rd |
| https://cdn.rebuyengine.com/onsite/js/global.js?build=1775594982 | 301ms | 244ms | 26ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 216ms | 193ms | 3ms | 3rd |
| https://www.decathlon.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 212ms | 122ms | 7ms | 3rd |
| https://static.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/vendors~in_app_forms~signup_forms~reviews~atlas.0201e888d834a3782e3a.js?cb=2 | 158ms | 86ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-NQJCP882N4 | 137ms | 113ms | 22ms | 3rd |
| https://assets.gorgias.chat/build/static/js/279.6ba6eb825556cdb4.js | 126ms | 105ms | 10ms | 3rd |
Showing top 10 of 17 scripts
FJS BundlesAction209 scripts, 812 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-NQJCP882N4&cx=c>m=4e6461 | 174 KB | 112 KB (65%) | ✓ | 3rd |
| https://cdn.rebuyengine.com/onsite/js/global.js?build=1775594982 | 221 KB | 111 KB (50%) | ✓ | 3rd |
| https://cdn.rebuyengine.com/onsite/js/vendors.js?id=ba81eedcc75447950e14 | 91 KB | 87 KB (96%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-NQJCP882N4 | 174 KB | 66 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=GT-MJWCF3J | 136 KB | 60 KB (44%) | ✓ | 3rd |
| https://assets.gorgias.chat/build/static/js/279.6ba6eb825556cdb4.js | 93 KB | 46 KB (49%) | ✓ | 3rd |
| https://static.returngo.ai/master.returngo.ai/returngo.min.js?shop=decathlon-usa.myshopify.com | 50 KB | 44 KB (89%) | ✓ | 3rd |
| https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/Render.f778b94f6021eec68929.js | 52 KB | 37 KB (72%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 32 KB (34%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 32 KB (34%) | ✓ | 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
DHTTP CachingActionno-store (uncacheable)FIX
private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| max-age | 0 | Cache for 0 seconds |
| no-store | — | Never cache this response |
| no-cache | — | Cache but always revalidate first |
| must-revalidate | — | Must recheck with server after expiry |
| post-check | 0 | |
| pre-check | 0 |
CImage OptimizationAction44 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading9 fonts (353 KB)PASS
Web fonts
9
353 KB total
Render-blocking
0
of 9
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
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 ~139 KB and ~278 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall414 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.decathlon.com www.decathlon.com | Other | 1325ms | 80 KB | — | €7/mo | Costly |
Unattributable Unattributable | Other | 758ms | 0 KB | — | €4/mo | Costly |
cdn.dynamicyield.com cdn.dynamicyield.com | Other | 402ms | 112 KB | 67% | €2/mo | Costly |
cdn.rebuyengine.com cdn.rebuyengine.com | Other | 351ms | 20 KB | — | €2/mo | Costly |
cdn.rebuyengine.com cdn.rebuyengine.com | Other | 301ms | 221 KB | 50% | €2/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 216ms | 26 KB | — | €1/mo | Costly |
www.decathlon.com www.decathlon.com | Other | 212ms | 61 KB | 38% | €1/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 158ms | 10 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 137ms | 174 KB | 38% | €1/mo | Optional |
assets.gorgias.chat assets.gorgias.chat | Other | 126ms | 93 KB | 49% | €1/mo | Optional |
st.dynamicyield.com st.dynamicyield.com | Other | 96ms | 5 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 87ms | 136 KB | 44% | €0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 86ms | 8 KB | — | €0/mo | Optional |
www.decathlon.com www.decathlon.com | Other | 70ms | 28 KB | — | €0/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 60ms | 95 KB | 34% | €0/mo | Optional |
cdn.rebuyengine.com cdn.rebuyengine.com | Other | 54ms | 44 KB | 57% | €0/mo | Optional |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 53ms | 5 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- www.decathlon.com adds 1325ms and costs ~€7/month
- Unattributable adds 758ms and costs ~€4/month
- cdn.dynamicyield.com adds 402ms and costs ~€2/month
- cdn.rebuyengine.com adds 351ms and costs ~€2/month
- cdn.rebuyengine.com adds 301ms and costs ~€2/month
- Microsoft Clarity adds 216ms and costs ~€1/month
- www.decathlon.com adds 212ms and costs ~€1/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.decathlon.com takes 1325ms 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 758ms 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.dynamicyield.com takes 402ms 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
67% of cdn.dynamicyield.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
cdn.rebuyengine.com takes 351ms 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.rebuyengine.com takes 301ms 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
50% of cdn.rebuyengine.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
Microsoft Clarity takes 216ms 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.decathlon.com takes 212ms 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.rebuyengine.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