Performance
· 23 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.
790 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.34 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
187 ms
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.
2.38 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.
4.16 s
Page Load Progression
FPage Weight BudgetAction16.4 MB transferred, 227 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 ImpactAction83% third-party, 0 ms blockingFIX
DJS Execution CostAction2515ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 515ms | 13ms | 0ms | 1st |
| https://www.lusciousleopard.com/ | 420ms | 120ms | 8ms | 1st |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 293ms | 263ms | 7ms | 3rd |
| https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js | 168ms | 48ms | 4ms | 3rd |
| https://cdn.jsdelivr.net/npm/gsap@3.12.7/dist/gsap.min.js | 150ms | 21ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MQNGMJ3V | 142ms | 107ms | 32ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-17766292903 | 131ms | 110ms | 18ms | 3rd |
| https://cdn.jsdelivr.net/npm/gsap@3.12.7/dist/ScrollTrigger.min.js | 122ms | 17ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-XFZHGD0WTF | 113ms | 78ms | 22ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-11484099200&cx=c>m=4e65e0h2 | 99ms | 85ms | 14ms | 3rd |
Showing top 10 of 15 scripts
FJS BundlesAction82 scripts, 573 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 | 70 KB (49%) | ✓ | 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=4e65e0h2 | 147 KB | 59 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-17766292903 | 147 KB | 54 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 | 32 KB (33%) | ✓ | 3rd |
| https://www.lusciousleopard.com/cdn/wpm/bd72c09dcwc0753d3dp859706c6m0d8d4fddm.js | 64 KB | 26 KB (41%) | ✓ | 1st |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 57 KB | 26 KB (46%) | ✓ | 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
FPage Weight InventoryAction227 resources · 16.4 MB · 573 KB savings availableFIX
~573.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 227 resources | 16.4 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction74 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.
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
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+Resource HintsNo optimization neededPASS
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
Network Waterfall227 requests over 6195msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Hotjar script.hotjar.com | Session Replay | 293ms | 57 KB | 46% | €2/mo | Costly |
ajax.googleapis.com ajax.googleapis.com | Other | 168ms | 30 KB | — | €1/mo | Optional |
jsDelivr cdn.jsdelivr.net | CDN | 150ms | 29 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 142ms | 143 KB | 48% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 131ms | 147 KB | 37% | €1/mo | Optional |
jsDelivr cdn.jsdelivr.net | CDN | 122ms | 17 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 113ms | 158 KB | 43% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 99ms | 147 KB | 40% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 90ms | 145 KB | 49% | €0/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 77ms | 48 KB | — | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 66ms | 158 KB | 70% | €0/mo | Optional |
These scripts may cost more than they're worth
- Hotjar adds 293ms and costs ~€2/month
58% 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
Hotjar takes 293ms 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
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
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