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.
7.25 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.20 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
6.16 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.
7.25 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.
40.20 s
Page Load Progression
FPage Weight BudgetAction4.9 MB transferred, 327 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
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 CostAction17070ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn.shopify.com/oxygen-v2/29900/17398/35909/3318113/assets/index-CxT3hMUT.js | 3028ms | 2910ms | 2ms | 3rd |
| https://cdn.shopify.com/oxygen-v2/29900/17398/35909/3318113/assets/entry.client-ShI81eut.js | 2514ms | 2249ms | 1ms | 3rd |
| Unattributable | 2199ms | 576ms | 0ms | 3rd |
| https://www.fashionnova.com/ | 1732ms | 49ms | 70ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5R54C8M | 1068ms | 878ms | 96ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-CHPZC04957&cx=c>m=4e6461 | 929ms | 732ms | 71ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-964745028 | 533ms | 475ms | 54ms | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 415ms | 256ms | 71ms | 3rd |
| https://cdn.optimizely.com/js/26979700476.js | 411ms | 371ms | 38ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-17897115191&cx=c>m=4e6461 | 379ms | 324ms | 52ms | 3rd |
Showing top 10 of 36 scripts
FJS BundlesAction191 scripts, 1.5 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 179 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 179 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 179 KB (49%) | ✓ | 3rd |
| https://cdn.shopify.com/oxygen-v2/29900/17398/35909/3318113/assets/root-B1VWZC5S.js | 158 KB | 120 KB (76%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-CHPZC04957&cx=c>m=4e6461 | 165 KB | 110 KB (67%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-964745028&cx=c>m=4e6461 | 144 KB | 105 KB (72%) | ✓ | 3rd |
| https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_e645891259bb60090bde423588e192e6.br.js | 120 KB | 60 KB (50%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 110 KB | 58 KB (53%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-CHPZC04957&cx=c>m=4e6461 | 165 KB | 58 KB (35%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5R54C8M | 188 KB | 55 KB (29%) | ✓ | 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 |
BImage Optimization34 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading10 fonts (387 KB)PASS
Web fonts
10
387 KB total
Render-blocking
0
of 10
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- 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 ~70 KB and ~140 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints4 hints, 0 missing preconnectsPASS
Current Resource Hints
4 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 Waterfall327 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 |
|---|---|---|---|---|---|---|
cdn.shopify.com cdn.shopify.com | Other | 3028ms | 41 KB | — | €16/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 2514ms | 36 KB | — | €13/mo | Costly |
Unattributable Unattributable | Other | 2199ms | 0 KB | — | €12/mo | Costly |
www.fashionnova.com www.fashionnova.com | Other | 1732ms | 139 KB | — | €9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1068ms | 188 KB | 29% | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 929ms | 165 KB | 35% | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 533ms | 145 KB | 38% | €3/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 415ms | 110 KB | 53% | €2/mo | Costly |
Optimizely cdn.optimizely.com | A/B Testing | 411ms | 91 KB | 46% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 379ms | 137 KB | 39% | €2/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 362ms | 0 KB | 49% | €2/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 291ms | 95 KB | 34% | €2/mo | Costly |
assets.bounceexchange.com assets.bounceexchange.com | Other | 289ms | 120 KB | 50% | €2/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 262ms | 26 KB | — | €1/mo | Costly |
assets.bounceexchange.com assets.bounceexchange.com | Other | 240ms | 11 KB | — | €1/mo | Costly |
transcend-cdn.com transcend-cdn.com | Other | 240ms | 93 KB | 48% | €1/mo | Costly |
sc-static.net sc-static.net | Other | 186ms | 25 KB | — | €1/mo | Optional |
j.northbeam.io j.northbeam.io | Other | 184ms | 33 KB | — | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 176ms | 37 KB | — | €1/mo | Optional |
undgb.fashionnova.com undgb.fashionnova.com | Other | 175ms | 48 KB | 59% | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 161ms | 1 KB | — | €1/mo | Optional |
assets.bounceexchange.com assets.bounceexchange.com | Other | 155ms | 16 KB | — | €1/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 127ms | 40 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 115ms | 165 KB | 67% | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 107ms | 9 KB | — | €1/mo | Optional |
transcend-cdn.com transcend-cdn.com | Other | 98ms | 55 KB | 46% | €1/mo | Optional |
assets.bounceexchange.com assets.bounceexchange.com | Other | 92ms | 16 KB | — | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 91ms | 144 KB | 72% | €0/mo | Optional |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 77ms | 19 KB | — | €0/mo | Optional |
api.bounceexchange.com api.bounceexchange.com | Other | 73ms | 1 KB | — | €0/mo | Optional |
assets.bounceexchange.com assets.bounceexchange.com | Other | 73ms | 5 KB | — | €0/mo | Optional |
assets.bounceexchange.com assets.bounceexchange.com | Other | 66ms | 106 KB | — | €0/mo | Optional |
assets.bounceexchange.com assets.bounceexchange.com | Other | 61ms | 30 KB | — | €0/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 56ms | 20 KB | — | €0/mo | Optional |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 53ms | 14 KB | — | €0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 52ms | 8 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- cdn.shopify.com adds 3028ms and costs ~€16/month
- cdn.shopify.com adds 2514ms and costs ~€13/month
- Unattributable adds 2199ms and costs ~€12/month
- www.fashionnova.com adds 1732ms and costs ~€9/month
- Google Tag Manager adds 1068ms and costs ~€6/month
- Google Tag Manager adds 929ms and costs ~€5/month
- Google Tag Manager adds 533ms and costs ~€3/month
- analytics.tiktok.com adds 415ms and costs ~€2/month
- Optimizely adds 411ms and costs ~€2/month
- Google Tag Manager adds 379ms and costs ~€2/month
- www.gstatic.com adds 362ms and costs ~€2/month
- Facebook Pixel adds 291ms and costs ~€2/month
- assets.bounceexchange.com adds 289ms and costs ~€2/month
- Microsoft Clarity adds 262ms and costs ~€1/month
- assets.bounceexchange.com adds 240ms and costs ~€1/month
- transcend-cdn.com adds 240ms 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
cdn.shopify.com takes 3028ms 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.shopify.com takes 2514ms 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 2199ms 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.fashionnova.com takes 1732ms 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 1068ms 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 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
Google Tag Manager takes 533ms 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
analytics.tiktok.com takes 415ms 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
53% of analytics.tiktok.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
Optimizely takes 411ms 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 379ms 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.gstatic.com takes 362ms 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 291ms 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.bounceexchange.com takes 289ms 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 assets.bounceexchange.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 262ms 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.bounceexchange.com takes 240ms 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
transcend-cdn.com takes 240ms 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
59% of undgb.fashionnova.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
67% 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
72% 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