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.13 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.58 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
744 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.073
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.77 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.
13.21 s
Page Load Progression
FPage Weight BudgetAction10.5 MB transferred, 621 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
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
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 CostAction10711ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.redditstatic.com/ads/pixel.js?pixel_id=a2_ilsofmugd5j9 | 4134ms | 4076ms | 1ms | 3rd |
| https://www.stevemadden.com/ | 1786ms | 169ms | 37ms | 3rd |
| Unattributable | 1047ms | 91ms | 0ms | 3rd |
| https://www.stevemadden.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 929ms | 638ms | 6ms | 3rd |
| https://sgtm.stevemadden.com/gtm.js?id=GTM-MPLJCX2 | 542ms | 459ms | 27ms | 3rd |
| https://vice-prod.sdiapi.com/vice_loader/stevemadden/stevemadden | 439ms | 349ms | 8ms | 3rd |
| https://staticw2.yotpo.com/Z1ia318TQD3H8cgES4O27MG5V4gPgT9PRiUZPs9P/widget.js?shop=stevemadden.myshopify.com&v2enforce=true | 276ms | 110ms | 9ms | 3rd |
| https://sgtm.stevemadden.com/gtag/js?id=DC-9201747&cx=c>m=4e6461&sign=c6b5b76de8e045899a9a166920c9da87e5428e061e7adc4123bd2e97ef367ba7_20260408 | 172ms | 140ms | 8ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 116ms | 111ms | 2ms | 3rd |
| https://www.stevemadden.com/cdn/shop/t/1716/assets/jquery.min.js?v=8324501383853434791755524685 | 114ms | 102ms | 2ms | 3rd |
Showing top 10 of 24 scripts
FJS BundlesAction297 scripts, 1.5 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdnapisec.kaltura.com/p/2527131/embedPlaykitJs/uiconf_id/43953791 | 409 KB | 277 KB (68%) | ✓ | 3rd |
| https://cdn.luckylabs.io/prd/store-locator/org/index.js | 157 KB | 108 KB (69%) | ✓ | 3rd |
| https://cdn.luckylabs.io/prd/lucky-local/org/built-sources/index.js | 176 KB | 96 KB (55%) | ✓ | 3rd |
| https://js.squarecdn.com/square-marketplace.js | 138 KB | 81 KB (59%) | ✓ | 3rd |
| https://staticw2.yotpo.com/Z1ia318TQD3H8cgES4O27MG5V4gPgT9PRiUZPs9P/widget.js?shop=stevemadden.myshopify.com&v2enforce=true | 106 KB | 72 KB (68%) | ✓ | 3rd |
| https://sgtm.stevemadden.com/gtag/js?id=G-ZFX8CW65MJ&cx=c>m=4e6461&sign=c6b5b76de8e045899a9a166920c9da87e5428e061e7adc4123bd2e97ef367ba7_20260408 | 158 KB | 62 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-YX1WM4PD60&cx=c>m=4e6461&sign=c6b5b76de8e045899a9a166920c9da87e5428e061e7adc4123bd2e97ef367ba7_20260408 | 143 KB | 60 KB (42%) | ✓ | 3rd |
| https://sgtm.stevemadden.com/gtag/js?id=DC-9201747&cx=c>m=4e6461&sign=c6b5b76de8e045899a9a166920c9da87e5428e061e7adc4123bd2e97ef367ba7_20260408 | 128 KB | 59 KB (46%) | ✓ | 3rd |
| https://sgtm.stevemadden.com/gtag/js?id=AW-1058467247&cx=c>m=4e6461&sign=c6b5b76de8e045899a9a166920c9da87e5428e061e7adc4123bd2e97ef367ba7_20260408 | 145 KB | 49 KB (34%) | ✓ | 3rd |
| https://sgtm.stevemadden.com/gtm.js?id=GTM-MPLJCX2 | 201 KB | 48 KB (24%) | ✓ | 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, no-store
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-store | — | Never cache this response |
CImage OptimizationAction76 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.
Performance issues directly impact user engagement and conversion rates.
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 Loading13 fonts (838 KB)PASS
Web fonts
13
838 KB total
Render-blocking
0
of 13
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- 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
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 ~400 KB and ~800 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 Waterfall621 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.redditstatic.com www.redditstatic.com | Other | 4134ms | 19 KB | — | €22/mo | Costly |
www.stevemadden.com www.stevemadden.com | Other | 1786ms | 139 KB | — | €9/mo | Costly |
Unattributable Unattributable | Other | 1047ms | 0 KB | — | €6/mo | Costly |
www.stevemadden.com www.stevemadden.com | Other | 929ms | 61 KB | 37% | €5/mo | Costly |
sgtm.stevemadden.com sgtm.stevemadden.com | Other | 542ms | 201 KB | 24% | €3/mo | Costly |
vice-prod.sdiapi.com vice-prod.sdiapi.com | Other | 439ms | 42 KB | — | €2/mo | Costly |
staticw2.yotpo.com staticw2.yotpo.com | Other | 276ms | 106 KB | 68% | €1/mo | Costly |
sgtm.stevemadden.com sgtm.stevemadden.com | Other | 172ms | 128 KB | 46% | €1/mo | Optional |
Microsoft Clarity scripts.clarity.ms | Session Replay | 116ms | 26 KB | — | €1/mo | Optional |
www.stevemadden.com www.stevemadden.com | Other | 114ms | 30 KB | — | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 107ms | 85 KB | 49% | €1/mo | Optional |
assets.gorgias.chat assets.gorgias.chat | Other | 104ms | 93 KB | 49% | €1/mo | Optional |
cdnapisec.kaltura.com cdnapisec.kaltura.com | Other | 102ms | 409 KB | 68% | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 94ms | 1 KB | 52% | €0/mo | Optional |
cdn.luckylabs.io cdn.luckylabs.io | Other | 91ms | 176 KB | 55% | €0/mo | Optional |
www.stevemadden.com www.stevemadden.com | Other | 88ms | 1 KB | — | €0/mo | Optional |
www.stevemadden.com www.stevemadden.com | Other | 85ms | 15 KB | — | €0/mo | Optional |
cdn.taboola.com cdn.taboola.com | Other | 85ms | 30 KB | — | €0/mo | Optional |
tags.pw.adn.cloud tags.pw.adn.cloud | Other | 85ms | 43 KB | 58% | €0/mo | Optional |
unpkg unpkg.com | CDN | 80ms | 3 KB | — | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 70ms | 143 KB | 42% | €0/mo | Optional |
www.stevemadden.com www.stevemadden.com | Other | 58ms | 28 KB | — | €0/mo | Optional |
sgtm.stevemadden.com sgtm.stevemadden.com | Other | 56ms | 158 KB | 39% | €0/mo | Optional |
beacon.riskified.com beacon.riskified.com | Other | 51ms | 17 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- www.redditstatic.com adds 4134ms and costs ~€22/month
- www.stevemadden.com adds 1786ms and costs ~€9/month
- Unattributable adds 1047ms and costs ~€6/month
- www.stevemadden.com adds 929ms and costs ~€5/month
- sgtm.stevemadden.com adds 542ms and costs ~€3/month
- vice-prod.sdiapi.com adds 439ms and costs ~€2/month
- staticw2.yotpo.com adds 276ms 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.redditstatic.com takes 4134ms 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.stevemadden.com takes 1786ms 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 1047ms 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.stevemadden.com takes 929ms 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
sgtm.stevemadden.com takes 542ms 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
vice-prod.sdiapi.com takes 439ms 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
staticw2.yotpo.com takes 276ms 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
68% of staticw2.yotpo.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
68% of cdnapisec.kaltura.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
52% 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
55% of cdn.luckylabs.io'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
58% of tags.pw.adn.cloud'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