Performance
· 27 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.
2.57 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.91 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.76 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.013
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.95 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.
20.34 s
Page Load Progression
FPage Weight BudgetAction17.5 MB transferred, 270 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
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 ImpactAction74% third-party, 0 ms blockingFIX
FJS Execution CostAction13090ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 3030ms | 156ms | 0ms | 1st |
| https://www.lusciousleopard.com/ | 1850ms | 679ms | 34ms | 1st |
| https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js | 1323ms | 441ms | 11ms | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 1163ms | 1052ms | 29ms | 3rd |
| https://cdn.jsdelivr.net/npm/gsap@3.12.7/dist/ScrollTrigger.min.js | 970ms | 130ms | 12ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-11484099200&cx=c>m=4e65d0 | 683ms | 601ms | 79ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-17766292903 | 618ms | 512ms | 102ms | 3rd |
| https://cdn.jsdelivr.net/npm/gsap@3.12.7/dist/gsap.min.js | 549ms | 110ms | 10ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-XFZHGD0WTF | 396ms | 309ms | 83ms | 3rd |
| https://www.lusciousleopard.com/cdn/wpm/bd72c09dcwc0753d3dp859706c6m0d8d4fddm.js | 374ms | 263ms | 59ms | 1st |
Showing top 10 of 20 scripts
FJS BundlesAction102 scripts, 568 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-XFZHGD0WTF&cx=c>m=4e65d0 | 158 KB | 111 KB (70%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PB8J9HJF | 145 KB | 69 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MQNGMJ3V | 143 KB | 69 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-XFZHGD0WTF | 158 KB | 68 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-11484099200&cx=c>m=4e65d0 | 147 KB | 59 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-17766292903 | 147 KB | 55 KB (37%) | ✓ | 3rd |
| https://cdn.shopify.com/extensions/019e2948-272a-796e-8593-04e95ab4f5dd/wholesale-lock-hide-price-139/assets/samita.lock.chunk.751.d45fb5e2a63905ea39f7.min.js | 43 KB | 33 KB (78%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 97 KB | 31 KB (32%) | ✓ | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 57 KB | 26 KB (46%) | ✓ | 3rd |
| https://www.lusciousleopard.com/cdn/wpm/bd72c09dcwc0753d3dp859706c6m0d8d4fddm.js | 64 KB | 25 KB (40%) | ✓ | 1st |
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
FPage Weight InventoryAction270 resources · 17.5 MB · 568 KB savings availableFIX
~567.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 270 resources | 17.5 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction96 images, 0 KB saveableREVIEW
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
BResource Hints5 hints, 0 missing preconnectsREVIEW
Current Resource Hints
5 resource hints configured
Fonts are always fetched as crossorigin=anonymous; a preload without the attribute creates a different cache key, so the browser refetches when the actual font request happens. Sample: //www.lusciousleopard.com/cdn/fonts/assistant/assistant_n4.9120912a469cad1cc292572851508ca49d12e768.woff2, //www.lusciousleopard.com/cdn/fonts/assistant/assistant_n4.9120912a469cad1cc292572851508ca49d12e768.woff2. Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.
Performance issues directly impact user engagement and conversion rates.
The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: //www.lusciousleopard.com/cdn/fonts/assistant/assistant_n4.9120912a469cad1cc292572851508ca49d12e768.woff2 (preload+preload).
Performance issues directly impact user engagement and conversion rates.
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
BJavaScript Blocking2 JS blocking issue(s) detectedREVIEW
BCSS Performance Depth2 CSS depth issue(s) detectedREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (71 KB)PASS
Web fonts
4
71 KB total
Render-blocking
0
of 4
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
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 ~13 KB and ~26 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+HTTP/3 (QUIC)HTTP/3 advertised via Alt-SvcPASS
A+Compression AlgorithmMain response uses brotliPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Server-Timing Observability16 Server-Timing entries advertisedPASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall270 requests over 7141msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
ajax.googleapis.com ajax.googleapis.com | Other | 1323ms | 30 KB | — | €7/mo | Costly |
Hotjar script.hotjar.com | Session Replay | 1163ms | 57 KB | 46% | €6/mo | Costly |
jsDelivr cdn.jsdelivr.net | CDN | 970ms | 17 KB | — | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 683ms | 147 KB | 40% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 618ms | 147 KB | 37% | €3/mo | Costly |
jsDelivr cdn.jsdelivr.net | CDN | 549ms | 29 KB | — | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 396ms | 158 KB | 43% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 346ms | 143 KB | 48% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 340ms | 145 KB | 47% | €2/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 271ms | 48 KB | — | €1/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 183ms | 97 KB | 32% | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 166ms | 43 KB | 78% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 93ms | 158 KB | 70% | €0/mo | Optional |
jsDelivr cdn.jsdelivr.net | CDN | 81ms | 43 KB | 62% | €0/mo | Optional |
These scripts may cost more than they're worth
- ajax.googleapis.com adds 1323ms and costs ~€7/month
- Hotjar adds 1163ms and costs ~€6/month
- jsDelivr adds 970ms and costs ~€5/month
- Google Tag Manager adds 683ms and costs ~€4/month
- Google Tag Manager adds 618ms and costs ~€3/month
- jsDelivr adds 549ms and costs ~€3/month
- Google Tag Manager adds 396ms and costs ~€2/month
- Google Tag Manager adds 346ms and costs ~€2/month
- Google Tag Manager adds 340ms and costs ~€2/month
- Facebook Pixel adds 271ms and costs ~€1/month
55% 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
ajax.googleapis.com takes 1323ms 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
Hotjar takes 1163ms 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
jsDelivr takes 970ms 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 683ms 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 618ms 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
jsDelivr takes 549ms 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 396ms 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 346ms 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 340ms 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 271ms 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
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
70% 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
62% of jsDelivr'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
Real-User Performance (CrUX)Field metrics from the Chrome User Experience ReportINFO
Chrome User Experience (CrUX)
Real-user metrics from the Chrome UX Report (2026-04-16 — 2026-05-13)
LCP (p75)
2271 ms
79% good
INP (p75)
200 ms
74% good
CLS (p75)
0.010
97% good
FCP (p75)
1856 ms
TTFB (p75)
659 ms
Image Optimization154 images, 2020 KB total, 355 KB wastedINFO
Image Optimization Audit
Total Images
154
Total Size
2020 KB
Oversized
22
Wasted
355 KB