Performance
· 22 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.
584 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.38 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.017
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
831 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.40 s
Page Load Progression
DPage Weight BudgetAction2.5 MB transferred, 160 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
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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BJS Execution Cost549ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://uniquetechnologies.co/ | 344ms | 32ms | 5ms | 1st |
| Unattributable | 206ms | 3ms | 0ms | 1st |
BJS Bundles103 scripts, 65 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://uniquetechnologies.co/cdn/wpm/b8b4bdd91w657eaa09pa445a201m797ba740m.js | 70 KB | 41 KB (58%) | ✓ | 1st |
| https://uniquetechnologies.co/cdn/shop/t/2/assets/theme.js?v=143722398948193690411725629222 | 34 KB | 24 KB (72%) | ✓ | 1st |
| https://uniquetechnologies.co/cdn/shop/t/2/assets/vendor.min.js?v=162910149792179071561725629222 | 22 KB | — | ✓ | 1st |
| https://uniquetechnologies.co/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js | 1 KB | — | ✓ | 1st |
| https://cdn.shopify.com/storefront/standard-actions.js | 5 KB | — | ✓ | 3rd |
| https://uniquetechnologies.co/checkouts/internal/preloads.js?locale=en-FR | 3 KB | — | ✓ | 1st |
| https://uniquetechnologies.co/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.js | 4 KB | — | ✓ | 1st |
| https://cdn.shopify.com/shopifycloud/storefront/assets/storefront/origin_trials-5059b83f.js | 1 KB | — | ✓ | 3rd |
| https://uniquetechnologies.co/cdn/shopifycloud/privacy-banner/storefront-banner.js | 20 KB | — | ✓ | 1st |
| https://cdn.shopify.com/extensions/019fdce1-cb5a-743d-8753-b8c923fbc4f7/judgeme-690/assets/loader.js | 4 KB | — | ✓ | 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
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
CPage Weight InventoryAction160 resources · 2.5 MB · 65 KB savings availableREVIEW
~64.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 160 resources | 2.5 MiB | ||||||
AThird-Party Impact21% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
AImage Optimization28 images, 0 KB saveablePASS
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+Font Loading2 fonts (48 KB)PASS
Web fonts
2
48 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
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 Observability15 Server-Timing entries advertisedPASS
A+Server Response Intelligence2 server-response signal(s) 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 Waterfall160 requests over 3562msINFO
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-07-10 — 2026-08-06)
LCP (p75)
2721 ms
71% good
INP (p75)
115 ms
88% good
CLS (p75)
0.060
90% good
FCP (p75)
2097 ms
TTFB (p75)
1348 ms
Image Optimization42 images, 767 KB total, 45 KB wastedINFO
Image Optimization Audit
Total Images
42
Total Size
767 KB
Oversized
2
Wasted
45 KB