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.
5.35 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.67 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
6.40 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.
19.27 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.
46.30 s
Page Load Progression
FPage Weight BudgetAction9.4 MB transferred, 418 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 CostAction27310ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.decathlon.com/ | 5207ms | 442ms | 72ms | 1st |
| Unattributable | 3375ms | 267ms | 0ms | 3rd |
| https://cdn.rebuyengine.com/onsite/js/rebuy.js?shop=decathlon-usa.myshopify.com | 1799ms | 987ms | 739ms | 3rd |
| https://cdn.dynamicyield.com/api/8773860/api_static.js | 1594ms | 552ms | 60ms | 3rd |
| https://cdn.rebuyengine.com/onsite/js/vendors.js?id=0b003f48048b80a12360 | 1506ms | 686ms | 44ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 1030ms | 917ms | 14ms | 3rd |
| https://cdn.rebuyengine.com/onsite/js/global.js?build=1775244697 | 958ms | 755ms | 113ms | 3rd |
| https://www.decathlon.com/cdn/wpm/b98d3e97aw95287a42p6e310ef5m9f58c5a0m.js | 938ms | 732ms | 27ms | 1st |
| https://assets.gorgias.chat/build/static/js/557.f9e30f4c6d8d87de.js | 744ms | 642ms | 20ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-NQJCP882N4 | 646ms | 552ms | 86ms | 3rd |
Showing top 10 of 52 scripts
FJS BundlesAction208 scripts, 804 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://www.googletagmanager.com/gtag/js?id=GT-MJWCF3J&cx=c>m=4e6411 | 135 KB | 104 KB (77%) | ✓ | 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=GT-MJWCF3J | 135 KB | 64 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-NQJCP882N4 | 173 KB | 62 KB (36%) | ✓ | 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 (45%) | ✓ | 3rd |
| https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-f6f00cac0c842ff6b918911ae9159db809c1b007/Render.12bfc6d3a0a9b939b8c4.js | 52 KB | 37 KB (72%) | ✓ | 3rd |
| https://cdn.9gtb.com/script.js?rev=9b8201f | 61 KB | 32 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.
BThird-Party Impact59% third-party, 0 ms blockingREVIEW
CImage OptimizationAction51 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 Waterfall418 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 | 3375ms | 0 KB | — | €18/mo | Costly |
cdn.rebuyengine.com cdn.rebuyengine.com | Other | 1799ms | 20 KB | — | €10/mo | Costly |
cdn.dynamicyield.com cdn.dynamicyield.com | Other | 1594ms | 104 KB | 67% | €8/mo | Costly |
cdn.rebuyengine.com cdn.rebuyengine.com | Other | 1506ms | 78 KB | 100% | €8/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 1030ms | 26 KB | — | €5/mo | Costly |
cdn.rebuyengine.com cdn.rebuyengine.com | Other | 958ms | 221 KB | 51% | €5/mo | Costly |
assets.gorgias.chat assets.gorgias.chat | Other | 744ms | 36 KB | — | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 646ms | 173 KB | 36% | €3/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 642ms | 10 KB | — | €3/mo | Costly |
cdn.rebuyengine.com cdn.rebuyengine.com | Other | 606ms | 32 KB | 71% | €3/mo | Costly |
assets.gorgias.chat assets.gorgias.chat | Other | 565ms | 93 KB | 45% | €3/mo | Costly |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 554ms | 52 KB | 72% | €3/mo | Costly |
st.dynamicyield.com st.dynamicyield.com | Other | 530ms | 5 KB | — | €3/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 444ms | 10 KB | — | €2/mo | Costly |
assets.gorgias.chat assets.gorgias.chat | Other | 428ms | 21 KB | — | €2/mo | Costly |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 407ms | 8 KB | — | €2/mo | Costly |
cdn-app.cart-bot.net cdn-app.cart-bot.net | Other | 401ms | 37 KB | — | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 354ms | 135 KB | 47% | €2/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 260ms | 95 KB | 34% | €1/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 197ms | 39 KB | — | €1/mo | Optional |
cdn.nfcube.com cdn.nfcube.com | Other | 193ms | 20 KB | — | €1/mo | Optional |
cdn.rebuyengine.com cdn.rebuyengine.com | Other | 148ms | 1 KB | — | €1/mo | Optional |
cdn.nfcube.com cdn.nfcube.com | Other | 148ms | 20 KB | — | €1/mo | Optional |
cdn.rebuyengine.com cdn.rebuyengine.com | Other | 129ms | 15 KB | — | €1/mo | Optional |
cdn.9gtb.com cdn.9gtb.com | Other | 128ms | 61 KB | 54% | €1/mo | Optional |
cdn.dynamicyield.com cdn.dynamicyield.com | Other | 116ms | 18 KB | — | €1/mo | Optional |
na.shgcdn3.com na.shgcdn3.com | Other | 109ms | 27 KB | — | €1/mo | Optional |
size-guides-prod.esc-apps-cdn.com size-guides-prod.esc-apps-cdn.com | Other | 105ms | 49 KB | — | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 103ms | 39 KB | 78% | €1/mo | Optional |
config.gorgias.chat config.gorgias.chat | Other | 102ms | 13 KB | — | €1/mo | Optional |
cdn.aggle.net cdn.aggle.net | Other | 97ms | 19 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 94ms | 135 KB | 77% | €0/mo | Optional |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 84ms | 14 KB | — | €0/mo | Optional |
light.spicegems.org light.spicegems.org | Other | 84ms | 33 KB | — | €0/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 81ms | 7 KB | — | €0/mo | Optional |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 74ms | 2 KB | — | €0/mo | Optional |
assets.gorgias.chat assets.gorgias.chat | Other | 59ms | 42 KB | — | €0/mo | Optional |
backinstock.useamp.com backinstock.useamp.com | Other | 54ms | 36 KB | — | €0/mo | Optional |
static.returngo.ai static.returngo.ai | Other | 50ms | 48 KB | 89% | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 3375ms and costs ~€18/month
- cdn.rebuyengine.com adds 1799ms and costs ~€10/month
- cdn.dynamicyield.com adds 1594ms and costs ~€8/month
- cdn.rebuyengine.com adds 1506ms and costs ~€8/month
- Microsoft Clarity adds 1030ms and costs ~€5/month
- cdn.rebuyengine.com adds 958ms and costs ~€5/month
- assets.gorgias.chat adds 744ms and costs ~€4/month
- Google Tag Manager adds 646ms and costs ~€3/month
- static.klaviyo.com adds 642ms and costs ~€3/month
- cdn.rebuyengine.com adds 606ms and costs ~€3/month
- assets.gorgias.chat adds 565ms and costs ~€3/month
- static-tracking.klaviyo.com adds 554ms and costs ~€3/month
- st.dynamicyield.com adds 530ms and costs ~€3/month
- static.klaviyo.com adds 444ms and costs ~€2/month
- assets.gorgias.chat adds 428ms and costs ~€2/month
- static-tracking.klaviyo.com adds 407ms and costs ~€2/month
- cdn-app.cart-bot.net adds 401ms and costs ~€2/month
- Google Tag Manager adds 354ms and costs ~€2/month
- Facebook Pixel adds 260ms and costs ~€1/month
70% 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 3375ms 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 1799ms 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 1594ms 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 1506ms 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
Microsoft Clarity takes 1030ms 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 958ms 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
assets.gorgias.chat takes 744ms 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 646ms 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 642ms 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 606ms 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 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
static-tracking.klaviyo.com takes 554ms 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
st.dynamicyield.com takes 530ms 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 444ms 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 428ms 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-tracking.klaviyo.com takes 407ms 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-app.cart-bot.net takes 401ms 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 354ms 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
Facebook Pixel takes 260ms 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
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
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
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
89% of static.returngo.ai'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