Performance
· 16 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.01 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.80 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.56 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.029
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.03 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.
11.66 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction5276ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.adoredvintage.com/ | 1512ms | 480ms | 44ms | 3rd |
| Unattributable | 1044ms | 53ms | 0ms | 3rd |
| https://cdn.jsdelivr.net/npm/@thumbmarkjs/thumbmarkjs/dist/thumbmark.umd.js | 1013ms | 954ms | 5ms | 3rd |
| https://s3-us-west-2.amazonaws.com/da-restock/da-restock.js?shop=adoredvintage.myshopify.com | 243ms | 205ms | 2ms | 3rd |
| https://cdn.shopify.com/proxy/4b281c970a0a0eb3bdec73412f2042065a9d1db9e1d81df037a01fce6b09fa06/aca.appifycommerce.com/assets/js/adoredvintage.myshopify.com.js?timestamp=1751037969&shop=adoredvintage.myshopify.com&sp-cache-control=cHVibGljLCBtYXgtYWdlPTkwMA | 241ms | 136ms | 20ms | 3rd |
| https://www.adoredvintage.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 233ms | 169ms | 55ms | 3rd |
| https://www.adoredvintage.com/cdn/shopifycloud/storefront/assets/shop_events_listener-3da45d37.js | 201ms | 198ms | 2ms | 3rd |
| https://cdn.shopify.com/extensions/aeb61bea-dfdd-41b5-9ccc-da025818f0a6/inbox-1260/assets/shopifyChatV1Widget.js | 182ms | 159ms | 4ms | 3rd |
| https://www.adoredvintage.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.3.1.min.js | 168ms | 124ms | 6ms | 3rd |
| https://www.adoredvintage.com/cdn/shopifycloud/shop-js/modules/v2/chunk.index_4uAqGWkW.en.esm.js | 125ms | 75ms | 1ms | 3rd |
Showing top 10 of 14 scripts
DHTTP CachingActionno-store (uncacheable)FIX
private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| max-age | 0 | Cache for 0 seconds |
| no-store | — | Never cache this response |
| no-cache | — | Cache but always revalidate first |
| must-revalidate | — | Must recheck with server after expiry |
| post-check | 0 | |
| pre-check | 0 |
CPage Weight BudgetAction2.0 MB transferred, 144 requestsREVIEW
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
CJS BundlesAction77 scripts, 239 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.shopify.com/extensions/aeb61bea-dfdd-41b5-9ccc-da025818f0a6/inbox-1260/assets/shopifyChatV1Widget.js | 265 KB | 134 KB (52%) | ✓ | 3rd |
| https://static.returngo.ai/master.returngo.ai/returngo.min.js?shop=adoredvintage.myshopify.com | 50 KB | 44 KB (89%) | ✓ | 3rd |
| https://www.adoredvintage.com/cdn/shop/t/41/assets/theme.js?v=180760137299885650971725377979 | 48 KB | 33 KB (68%) | ✓ | 3rd |
| https://www.adoredvintage.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 61 KB | 29 KB (49%) | ✓ | 3rd |
| https://www.adoredvintage.com/checkouts/internal/preloads.js?locale=en-US | 3 KB | — | ✓ | 3rd |
| https://shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=14429764 | 1 KB | — | ✓ | 3rd |
| https://www.adoredvintage.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js | 1 KB | — | ✓ | 3rd |
| https://www.adoredvintage.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-496de5fe.js | 4 KB | — | ✓ | 3rd |
| https://www.adoredvintage.com/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-65b4c6d7.js?v=20250812 | 23 KB | — | ✓ | 3rd |
| https://cdn.codeblackbelt.com/widgets/also-bought/bootstrap.min.js?version=2026040801-0700 | 1 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
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
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization5 images, 0 KB saveablePASS
A+Font Loading5 fonts (131 KB)PASS
Web fonts
5
131 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 Hints4 hints, 0 missing preconnectsPASS
Current Resource Hints
4 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources 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 Waterfall144 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 |
|---|---|---|---|---|---|---|
www.adoredvintage.com www.adoredvintage.com | Other | 1512ms | 81 KB | — | €8/mo | Costly |
Unattributable Unattributable | Other | 1044ms | 0 KB | — | €6/mo | Costly |
jsDelivr cdn.jsdelivr.net | CDN | 1013ms | 12 KB | — | €5/mo | Costly |
s3-us-west-2.amazonaws.com s3-us-west-2.amazonaws.com | Other | 243ms | 23 KB | — | €1/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 241ms | 68 KB | — | €1/mo | Costly |
www.adoredvintage.com www.adoredvintage.com | Other | 233ms | 61 KB | 49% | €1/mo | Costly |
www.adoredvintage.com www.adoredvintage.com | Other | 201ms | 4 KB | — | €1/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 182ms | 265 KB | 52% | €1/mo | Optional |
www.adoredvintage.com www.adoredvintage.com | Other | 168ms | 21 KB | — | €1/mo | Optional |
www.adoredvintage.com www.adoredvintage.com | Other | 125ms | 31 KB | — | €1/mo | Optional |
www.adoredvintage.com www.adoredvintage.com | Other | 103ms | 28 KB | — | €1/mo | Optional |
www.adoredvintage.com www.adoredvintage.com | Other | 93ms | 48 KB | 68% | €0/mo | Optional |
cloud.goldendev.win cloud.goldendev.win | Other | 61ms | 8 KB | — | €0/mo | Optional |
www.adoredvintage.com www.adoredvintage.com | Other | 59ms | 23 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- www.adoredvintage.com adds 1512ms and costs ~€8/month
- Unattributable adds 1044ms and costs ~€6/month
- jsDelivr adds 1013ms and costs ~€5/month
- s3-us-west-2.amazonaws.com adds 243ms and costs ~€1/month
- cdn.shopify.com adds 241ms and costs ~€1/month
- www.adoredvintage.com adds 233ms and costs ~€1/month
- www.adoredvintage.com adds 201ms and costs ~€1/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
www.adoredvintage.com takes 1512ms 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 1044ms 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 1013ms 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
s3-us-west-2.amazonaws.com takes 243ms 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 241ms 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.adoredvintage.com takes 233ms 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.adoredvintage.com takes 201ms 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
52% 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
68% of www.adoredvintage.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