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.
3.96 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.53 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
280 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.569
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.14 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.
12.56 s
Page Load Progression
DPage Weight BudgetAction2.3 MB transferred, 233 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
DJS Execution CostAction3158ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://sevano.com/ | 896ms | 147ms | 23ms | 1st |
| Unattributable | 784ms | 38ms | 0ms | 1st |
| https://sevano.com/cdn/wpm/b704e843dw38e170ffp88ffc213ma0cfcc05m.js | 378ms | 282ms | 22ms | 1st |
| https://script.pop-convert.com/new-micro/production.pc.min.js?unique_id=743170-29.myshopify.com&shop=743170-29.myshopify.com | 127ms | 92ms | 34ms | 3rd |
| https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/75.consentmo.js | 121ms | 115ms | 1ms | 3rd |
| https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/consentmo_cookie_consent.js | 121ms | 102ms | 11ms | 3rd |
| https://sevano.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.8.10.min.js | 116ms | 105ms | 6ms | 1st |
| https://sevano.com/cdn/s/trekkie.storefront.ce2a643c30d67cd7b828f2dda8cfc17d1d88fbb5.min.js | 112ms | 102ms | 8ms | 1st |
| https://d2fk970j0emtue.cloudfront.net/shop/js/free-gift-cart-upsell-pro.min.js?shop=743170-29.myshopify.com | 101ms | 57ms | 42ms | 3rd |
| https://cdn.s3.pop-convert.com/pcjs.production.min.js?unique_id=743170-29.myshopify.com&shop=743170-29.myshopify.com | 90ms | 65ms | 3ms | 3rd |
Showing top 10 of 15 scripts
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction13 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.
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.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
BJS Bundles152 scripts, 130 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://d2fk970j0emtue.cloudfront.net/shop/js/free-gift-cart-upsell-pro.min.js?shop=743170-29.myshopify.com | 84 KB | 70 KB (83%) | ✓ | 3rd |
| https://sevano.com/cdn/wpm/b704e843dw38e170ffp88ffc213ma0cfcc05m.js | 72 KB | 32 KB (44%) | ✓ | 1st |
| https://s.adroll.com/j/3FRXAMAR7JBVRMSTRD576R/roundtrip.js | 36 KB | 29 KB (83%) | ✓ | 3rd |
| https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js | 1 KB | — | ✓ | 3rd |
| https://cdn.shopify.com/storefront/standard-actions.js | 5 KB | — | ✓ | 3rd |
| https://sevano.com/cdn/shop/t/73/assets/constants.js?v=132983761750457495441779543162 | 1 KB | — | ✓ | 1st |
| https://sevano.com/cdn/shop/t/73/assets/pubsub.js?v=25310214064522200911779543162 | 1 KB | — | ✓ | 1st |
| https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/layout-cookie-bar.consentmo.js | 4 KB | — | ✓ | 3rd |
| https://sevano.com/cdn/shop/t/73/assets/global.js?v=184345515105158409801779543162 | 9 KB | — | ✓ | 1st |
| https://sevano.com/cdn/shop/t/73/assets/details-disclosure.js?v=13653116266235556501779543162 | 1 KB | — | ✓ | 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
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
CPage Weight InventoryAction233 resources · 2.3 MB · 130 KB savings availableREVIEW
~130.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 233 resources | 2.3 MiB | ||||||
AThird-Party Impact30% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (188 KB)PASS
Web fonts
5
188 KB total
Render-blocking
0
of 5
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 Hints121 hints, 0 missing preconnectsPASS
Current Resource Hints
121 resource hints configured
A+HTTP/3 (QUIC)HTTP/3 advertised via Alt-SvcPASS
A+Document CompressionDocument response uses brotliPASS
A+Asset CompressionAll 1 asset host use 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
AJavaScript Blocking1 JS blocking issue(s) detectedPASS
ACSS Performance Depth1 CSS depth issue(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 Waterfall233 requests over 4532msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
script.pop-convert.com script.pop-convert.com | Other | 127ms | 1 KB | — | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 121ms | 4 KB | — | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 121ms | 39 KB | — | €1/mo | Optional |
d2fk970j0emtue.cloudfront.net d2fk970j0emtue.cloudfront.net | Other | 101ms | 84 KB | 83% | €1/mo | Optional |
cdn.s3.pop-convert.com cdn.s3.pop-convert.com | Other | 90ms | 10 KB | — | €0/mo | Optional |
widget.trustpilot.com widget.trustpilot.com | Other | 70ms | 8 KB | — | €0/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 67ms | 21 KB | — | €0/mo | Optional |
s.adroll.com s.adroll.com | Other | 59ms | 36 KB | 83% | €0/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 50ms | 6 KB | — | €0/mo | Optional |
83% of d2fk970j0emtue.cloudfront.net'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
83% of s.adroll.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
Image Optimization19 images, 500 KB total, 443 KB wastedINFO
Image Optimization Audit
Total Images
19
Total Size
500 KB
Oversized
5
Wasted
443 KB