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.63 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.09 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
458 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.19 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.
8.74 s
Page Load Progression
FPage Weight BudgetAction4.9 MB transferred, 329 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 CostAction3829ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn.shopify.com/oxygen-v2/29900/17398/35909/3318113/assets/entry.client-ShI81eut.js | 708ms | 619ms | 0ms | 3rd |
| https://cdn.shopify.com/oxygen-v2/29900/17398/35909/3318113/assets/index-CxT3hMUT.js | 700ms | 664ms | 0ms | 3rd |
| Unattributable | 545ms | 116ms | 0ms | 3rd |
| https://www.fashionnova.com/ | 434ms | 10ms | 18ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5R54C8M | 292ms | 253ms | 30ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-CHPZC04957&cx=c>m=4e6461 | 181ms | 160ms | 20ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-17897115191&cx=c>m=4e6461 | 146ms | 92ms | 14ms | 3rd |
| https://cdn.optimizely.com/js/26979700476.js | 116ms | 101ms | 14ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-964745028 | 108ms | 94ms | 14ms | 3rd |
| https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_e645891259bb60090bde423588e192e6.br.js | 97ms | 70ms | 24ms | 3rd |
Showing top 10 of 17 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 | 363 KB | 179 KB (49%) | ✓ | 3rd |
| 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://cdn.shopify.com/oxygen-v2/29900/17398/35909/3318113/assets/root-B1VWZC5S.js | 158 KB | 122 KB (78%) | ✓ | 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 (73%) | ✓ | 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://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_e645891259bb60090bde423588e192e6.br.js | 120 KB | 56 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5R54C8M | 188 KB | 55 KB (30%) | ✓ | 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 Optimization38 images, 0 KB saveableREVIEW
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 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 Waterfall329 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 | 708ms | 36 KB | — | €4/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 700ms | 41 KB | — | €4/mo | Costly |
Unattributable Unattributable | Other | 545ms | 0 KB | — | €3/mo | Costly |
www.fashionnova.com www.fashionnova.com | Other | 434ms | 137 KB | — | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 292ms | 188 KB | 30% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 181ms | 165 KB | 35% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 146ms | 137 KB | 39% | €1/mo | Optional |
Optimizely cdn.optimizely.com | A/B Testing | 116ms | 91 KB | 46% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 108ms | 145 KB | 37% | €1/mo | Optional |
assets.bounceexchange.com assets.bounceexchange.com | Other | 97ms | 120 KB | 47% | €1/mo | Optional |
www.gstatic.com www.gstatic.com | Other | 97ms | 0 KB | 49% | €1/mo | Optional |
undgb.fashionnova.com undgb.fashionnova.com | Other | 76ms | 48 KB | 59% | €0/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 75ms | 110 KB | 53% | €0/mo | Optional |
transcend-cdn.com transcend-cdn.com | Other | 70ms | 93 KB | 48% | €0/mo | Optional |
assets.bounceexchange.com assets.bounceexchange.com | Other | 65ms | 11 KB | — | €0/mo | Optional |
Microsoft Clarity scripts.clarity.ms | Session Replay | 62ms | 26 KB | — | €0/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 56ms | 95 KB | 35% | €0/mo | Optional |
These scripts may cost more than they're worth
- cdn.shopify.com adds 708ms and costs ~€4/month
- cdn.shopify.com adds 700ms and costs ~€4/month
- Unattributable adds 545ms and costs ~€3/month
- www.fashionnova.com adds 434ms and costs ~€2/month
- Google Tag Manager adds 292ms and costs ~€2/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 708ms 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 700ms 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 545ms 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 434ms 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 292ms 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
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