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.
820 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.13 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
538 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.
5.29 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.74 s
Page Load Progression
FPage Weight BudgetAction9.5 MB transferred, 415 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
FJS Execution CostAction7024ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.decathlon.com/ | 1546ms | 114ms | 15ms | 1st |
| Unattributable | 884ms | 58ms | 0ms | 3rd |
| https://cdn.dynamicyield.com/api/8773860/api_static.js | 611ms | 146ms | 21ms | 3rd |
| https://cdn.rebuyengine.com/onsite/js/rebuy.js?shop=decathlon-usa.myshopify.com | 453ms | 251ms | 188ms | 3rd |
| https://assets.gorgias.chat/build/static/js/279.58c6a32e6ae4fc54.js | 312ms | 282ms | 12ms | 3rd |
| https://www.decathlon.com/cdn/wpm/b98d3e97aw95287a42p6e310ef5m9f58c5a0m.js | 296ms | 250ms | 9ms | 1st |
| https://scripts.clarity.ms/0.8.59/clarity.js | 283ms | 246ms | 3ms | 3rd |
| https://cdn.rebuyengine.com/onsite/js/vendors.js?id=0b003f48048b80a12360 | 282ms | 140ms | 8ms | 3rd |
| https://cdn.rebuyengine.com/onsite/js/global.js?build=1775244697 | 273ms | 209ms | 35ms | 3rd |
| https://cdn.rebuyengine.com/onsite/js/vendor-jquery.js?id=f643b7c5754fea9c562c | 215ms | 27ms | 3ms | 3rd |
Showing top 10 of 27 scripts
FJS BundlesAction211 scripts, 978 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.rebuyengine.com/onsite/js/global.js?build=1775244697 | 221 KB | 111 KB (51%) | ✓ | 3rd |
| https://assets.gorgias.chat/build/static/js/976.19182ad195c0c584.js | 0 KB | 80 KB (68%) | ✓ | 3rd |
| https://assets.gorgias.chat/build/static/js/976.19182ad195c0c584.js | 38 KB | 80 KB (68%) | ✓ | 3rd |
| https://cdn.rebuyengine.com/onsite/js/vendors.js?id=0b003f48048b80a12360 | 78 KB | 77 KB (100%) | ✓ | 3rd |
| https://cdn.dynamicyield.com/api/8773860/api_static.js | 104 KB | 69 KB (67%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-NQJCP882N4 | 173 KB | 65 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=GT-MJWCF3J | 135 KB | 61 KB (45%) | ✓ | 3rd |
| https://static.returngo.ai/master.returngo.ai/returngo.min.js?shop=decathlon-usa.myshopify.com | 48 KB | 42 KB (89%) | ✓ | 3rd |
| https://assets.gorgias.chat/build/static/js/279.58c6a32e6ae4fc54.js | 93 KB | 41 KB (44%) | ✓ | 3rd |
| https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-f6f00cac0c842ff6b918911ae9159db809c1b007/Render.12bfc6d3a0a9b939b8c4.js | 52 KB | 37 KB (72%) | ✓ | 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.
BThird-Party Impact59% third-party, 0 ms blockingREVIEW
CImage OptimizationAction43 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 Loading11 fonts (401 KB)PASS
Web fonts
11
401 KB total
Render-blocking
0
of 11
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 Waterfall415 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 |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 884ms | 0 KB | — | €5/mo | Costly |
cdn.dynamicyield.com cdn.dynamicyield.com | Other | 611ms | 104 KB | 67% | €3/mo | Costly |
cdn.rebuyengine.com cdn.rebuyengine.com | Other | 453ms | 20 KB | — | €2/mo | Costly |
assets.gorgias.chat assets.gorgias.chat | Other | 312ms | 93 KB | 44% | €2/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 283ms | 26 KB | — | €2/mo | Costly |
cdn.rebuyengine.com cdn.rebuyengine.com | Other | 282ms | 78 KB | 100% | €2/mo | Costly |
cdn.rebuyengine.com cdn.rebuyengine.com | Other | 273ms | 221 KB | 51% | €1/mo | Costly |
cdn.rebuyengine.com cdn.rebuyengine.com | Other | 215ms | 32 KB | 71% | €1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 215ms | 135 KB | 45% | €1/mo | Costly |
assets.gorgias.chat assets.gorgias.chat | Other | 197ms | 36 KB | — | €1/mo | Optional |
st.dynamicyield.com st.dynamicyield.com | Other | 167ms | 5 KB | — | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 158ms | 10 KB | — | €1/mo | Optional |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 151ms | 52 KB | 72% | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 135ms | 23 KB | — | €1/mo | Optional |
cdn-app.cart-bot.net cdn-app.cart-bot.net | Other | 109ms | 37 KB | — | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 98ms | 8 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 69ms | 173 KB | 38% | €0/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 62ms | 95 KB | 34% | €0/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 59ms | 39 KB | — | €0/mo | Optional |
cdn.nfcube.com cdn.nfcube.com | Other | 58ms | 20 KB | — | €0/mo | Optional |
cdn.nfcube.com cdn.nfcube.com | Other | 50ms | 20 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 884ms and costs ~€5/month
- cdn.dynamicyield.com adds 611ms and costs ~€3/month
- cdn.rebuyengine.com adds 453ms and costs ~€2/month
- assets.gorgias.chat adds 312ms and costs ~€2/month
- Microsoft Clarity adds 283ms and costs ~€2/month
- cdn.rebuyengine.com adds 282ms and costs ~€2/month
- cdn.rebuyengine.com adds 273ms and costs ~€1/month
- cdn.rebuyengine.com adds 215ms and costs ~€1/month
- Google Tag Manager adds 215ms and costs ~€1/month
69% 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
Unattributable takes 884ms 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 611ms 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 453ms 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 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
Microsoft Clarity takes 283ms 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 282ms 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
100% 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
cdn.rebuyengine.com takes 273ms 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
cdn.rebuyengine.com takes 215ms 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
Google Tag Manager takes 215ms 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-tracking.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