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.02 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.57 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.23 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.
15.01 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.
48.66 s
Page Load Progression
FPage Weight BudgetAction9.4 MB transferred, 426 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 CostAction19941ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.decathlon.com/ | 4707ms | 402ms | 56ms | 3rd |
| Unattributable | 2623ms | 212ms | 0ms | 3rd |
| https://cdn.dynamicyield.com/api/8773860/api_static.js | 1519ms | 506ms | 54ms | 3rd |
| https://cdn.rebuyengine.com/onsite/js/rebuy.js?shop=decathlon-usa.myshopify.com | 1340ms | 720ms | 604ms | 3rd |
| https://cdn.rebuyengine.com/onsite/js/global.js?build=1775594982 | 1027ms | 839ms | 97ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 873ms | 781ms | 11ms | 3rd |
| https://www.decathlon.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 829ms | 487ms | 44ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-NQJCP882N4 | 581ms | 498ms | 75ms | 3rd |
| https://cdn.rebuyengine.com/onsite/js/vendor-jquery.js?id=f643b7c5754fea9c562c | 448ms | 67ms | 12ms | 3rd |
| https://assets.gorgias.chat/build/static/js/279.6ba6eb825556cdb4.js | 406ms | 364ms | 38ms | 3rd |
Showing top 10 of 44 scripts
FJS BundlesAction209 scripts, 778 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.rebuyengine.com/onsite/js/global.js?build=1775594982 | 221 KB | 111 KB (51%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=GT-MJWCF3J&cx=c>m=4e6470h2 | 136 KB | 105 KB (77%) | ✓ | 3rd |
| https://cdn.rebuyengine.com/onsite/js/vendors.js?id=ba81eedcc75447950e14 | 91 KB | 87 KB (96%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=GT-MJWCF3J | 136 KB | 64 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-NQJCP882N4 | 174 KB | 62 KB (36%) | ✓ | 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.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 OptimizationAction55 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 Hints25 hints, 0 missing preconnectsPASS
Current Resource Hints
25 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall426 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 | 4707ms | 80 KB | — | €25/mo | Costly |
Unattributable Unattributable | Other | 2623ms | 0 KB | — | €14/mo | Costly |
cdn.dynamicyield.com cdn.dynamicyield.com | Other | 1519ms | 112 KB | — | €8/mo | Costly |
cdn.rebuyengine.com cdn.rebuyengine.com | Other | 1340ms | 21 KB | — | €7/mo | Costly |
cdn.rebuyengine.com cdn.rebuyengine.com | Other | 1027ms | 221 KB | 51% | €5/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 873ms | 26 KB | — | €5/mo | Costly |
www.decathlon.com www.decathlon.com | Other | 829ms | 61 KB | 38% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 581ms | 174 KB | 36% | €3/mo | Costly |
cdn.rebuyengine.com cdn.rebuyengine.com | Other | 448ms | 32 KB | 71% | €2/mo | Costly |
assets.gorgias.chat assets.gorgias.chat | Other | 406ms | 93 KB | 49% | €2/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 383ms | 23 KB | — | €2/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 334ms | 10 KB | — | €2/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 323ms | 8 KB | — | €2/mo | Costly |
st.dynamicyield.com st.dynamicyield.com | Other | 313ms | 5 KB | — | €2/mo | Costly |
cdn.rebuyengine.com cdn.rebuyengine.com | Other | 312ms | 1 KB | — | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 297ms | 136 KB | 47% | €2/mo | Costly |
assets.gorgias.chat assets.gorgias.chat | Other | 294ms | 38 KB | 67% | €2/mo | Costly |
www.decathlon.com www.decathlon.com | Other | 245ms | 28 KB | — | €1/mo | Costly |
www.decathlon.com www.decathlon.com | Other | 234ms | 21 KB | — | €1/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 234ms | 7 KB | — | €1/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 185ms | 95 KB | 34% | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 177ms | 52 KB | 72% | €1/mo | Optional |
cdn.rebuyengine.com cdn.rebuyengine.com | Other | 173ms | 91 KB | 96% | €1/mo | Optional |
size-guides-prod.esc-apps-cdn.com size-guides-prod.esc-apps-cdn.com | Other | 173ms | 49 KB | — | €1/mo | Optional |
www.decathlon.com www.decathlon.com | Other | 147ms | 4 KB | — | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 145ms | 39 KB | — | €1/mo | Optional |
cdn.nfcube.com cdn.nfcube.com | Other | 132ms | 20 KB | — | €1/mo | Optional |
www.decathlon.com www.decathlon.com | Other | 129ms | 31 KB | — | €1/mo | Optional |
cdn.9gtb.com cdn.9gtb.com | Other | 126ms | 60 KB | 54% | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 100ms | 7 KB | — | €1/mo | Optional |
cdn.dynamicyield.com cdn.dynamicyield.com | Other | 100ms | 18 KB | — | €1/mo | Optional |
cdn.aggle.net cdn.aggle.net | Other | 94ms | 19 KB | — | €0/mo | Optional |
www.decathlon.com www.decathlon.com | Other | 91ms | 4 KB | — | €0/mo | Optional |
na.shgcdn3.com na.shgcdn3.com | Other | 89ms | 27 KB | — | €0/mo | Optional |
cdn.nfcube.com cdn.nfcube.com | Other | 86ms | 20 KB | — | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 85ms | 136 KB | 77% | €0/mo | Optional |
www.decathlon.com www.decathlon.com | Other | 85ms | 9 KB | — | €0/mo | Optional |
cdn-app.cart-bot.net cdn-app.cart-bot.net | Other | 84ms | 37 KB | — | €0/mo | Optional |
www.decathlon.com www.decathlon.com | Other | 79ms | 23 KB | — | €0/mo | Optional |
cdn.rebuyengine.com cdn.rebuyengine.com | Other | 77ms | 15 KB | — | €0/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 76ms | 39 KB | 78% | €0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 68ms | 19 KB | — | €0/mo | Optional |
light.spicegems.org light.spicegems.org | Other | 59ms | 33 KB | — | €0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 56ms | 3 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- www.decathlon.com adds 4707ms and costs ~€25/month
- Unattributable adds 2623ms and costs ~€14/month
- cdn.dynamicyield.com adds 1519ms and costs ~€8/month
- cdn.rebuyengine.com adds 1340ms and costs ~€7/month
- cdn.rebuyengine.com adds 1027ms and costs ~€5/month
- Microsoft Clarity adds 873ms and costs ~€5/month
- www.decathlon.com adds 829ms and costs ~€4/month
- Google Tag Manager adds 581ms and costs ~€3/month
- cdn.rebuyengine.com adds 448ms and costs ~€2/month
- assets.gorgias.chat adds 406ms and costs ~€2/month
- static.klaviyo.com adds 383ms and costs ~€2/month
- static.klaviyo.com adds 334ms and costs ~€2/month
- static.klaviyo.com adds 323ms and costs ~€2/month
- st.dynamicyield.com adds 313ms and costs ~€2/month
- cdn.rebuyengine.com adds 312ms and costs ~€2/month
- Google Tag Manager adds 297ms and costs ~€2/month
- assets.gorgias.chat adds 294ms and costs ~€2/month
- www.decathlon.com adds 245ms and costs ~€1/month
- www.decathlon.com adds 234ms and costs ~€1/month
- static.klaviyo.com adds 234ms 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 4707ms 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 2623ms 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 1519ms 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 1340ms 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 1027ms 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
51% 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 873ms 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 829ms 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 581ms 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 448ms 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
71% 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
assets.gorgias.chat takes 406ms 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
static.klaviyo.com takes 383ms 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
static.klaviyo.com takes 334ms 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
static.klaviyo.com takes 323ms 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
st.dynamicyield.com takes 313ms 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 312ms 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 297ms 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
assets.gorgias.chat takes 294ms 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 assets.gorgias.chat'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.decathlon.com takes 245ms 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 234ms 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
static.klaviyo.com takes 234ms 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
72% of static.klaviyo.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 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
54% of cdn.9gtb.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
77% of Google Tag Manager'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
78% of cdn.shopify.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