Skip to content
https://adoredvintage.com

Performance

· 16 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
82
GRADE
B
FIX
3
REVIEW
2
PASS
9
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

51
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
81
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
16
9 PASS 2 REVIEW 3 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (2.0 MiB of 2.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
5276ms total JS execution
FIX
5276ms total JS execution
Warning::
https://www.adoredvintage.com/: 1512ms CPU time
Warning::
Unattributable: 1044ms CPU time
Warning::
https://cdn.jsdelivr.net/npm/@thumbmarkjs/thumbmar...: 1013ms CPU time
Info::
https://s3-us-west-2.amazonaws.com/da-restock/da-r...: 243ms CPU time
Info::
https://cdn.shopify.com/proxy/4b281c970a0a0eb3bdec...: 241ms CPU time
Warning::
Third-party scripts: 5276ms (100% of total)

Main Thread Breakdown

Script Evaluation 54% Other 25% Style & Layout 12% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://www.adoredvintage.com/1512ms480ms44ms3rd
Unattributable1044ms53ms0ms3rd
https://cdn.jsdelivr.net/npm/@thumbmarkjs/thumbmarkjs/dist/thumbmark.umd.js1013ms954ms5ms3rd
https://s3-us-west-2.amazonaws.com/da-restock/da-restock.js?shop=adoredvintage.myshopify.com243ms205ms2ms3rd
https://cdn.shopify.com/proxy/4b281c970a0a0eb3bdec73412f2042065a9d1db9e1d81df037a01fce6b09fa06/aca.appifycommerce.com/assets/js/adoredvintage.myshopify.com.js?timestamp=1751037969&shop=adoredvintage.myshopify.com&sp-cache-control=cHVibGljLCBtYXgtYWdlPTkwMA241ms136ms20ms3rd
https://www.adoredvintage.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js233ms169ms55ms3rd
https://www.adoredvintage.com/cdn/shopifycloud/storefront/assets/shop_events_listener-3da45d37.js201ms198ms2ms3rd
https://cdn.shopify.com/extensions/aeb61bea-dfdd-41b5-9ccc-da025818f0a6/inbox-1260/assets/shopifyChatV1Widget.js182ms159ms4ms3rd
https://www.adoredvintage.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.3.1.min.js168ms124ms6ms3rd
https://www.adoredvintage.com/cdn/shopifycloud/shop-js/modules/v2/chunk.index_4uAqGWkW.en.esm.js125ms75ms1ms3rd

Showing top 10 of 14 scripts

D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
max-age0Cache for 0 seconds
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
post-check0
pre-check0
C
Page Weight Budget
Action
2.0 MB transferred, 144 requests
REVIEW
2.0 MB transferred, 144 requests
Info::
Page weighs 3.4 MB (2.0 MB transferred)
Warning::
JavaScript is 686 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 686 KB
Warning::
144 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.42 g CO2 per page load
2.0 MB / 2.4 MB budget
2.0 MB transferred
144 requests
0.42 g CO2 per page load
Other 871.0 KiB 42%
JavaScript 686.5 KiB 33%
Images 278.3 KiB 13%
Fonts 89.9 KiB 4%
HTML 83.7 KiB 4%
CSS 42.1 KiB 2%
Other 11.7 KiB 1%
Other 5.4 KiB 0%
Other 332 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

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.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

C
JS Bundles
Action
77 scripts, 239 KB unused
REVIEW
77 scripts, 239 KB unused
Warning::
https://cdn.shopify.com/extensions/aeb61bea-dfdd-4...: 134 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.returngo.ai/master.returngo.ai/retu...: 44 KB unused (89%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.adoredvintage.com/cdn/shop/t/41/assets...: 33 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.adoredvintage.com/cdn/wpm/b0e8c7c7aw41...: 29 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 239 KB
239 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.shopify.com/extensions/aeb61bea-dfdd-41b5-9ccc-da025818f0a6/inbox-1260/assets/shopifyChatV1Widget.js265 KB134 KB (52%)3rd
https://static.returngo.ai/master.returngo.ai/returngo.min.js?shop=adoredvintage.myshopify.com50 KB44 KB (89%)3rd
https://www.adoredvintage.com/cdn/shop/t/41/assets/theme.js?v=18076013729988565097172537797948 KB33 KB (68%)3rd
https://www.adoredvintage.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js61 KB29 KB (49%)3rd
https://www.adoredvintage.com/checkouts/internal/preloads.js?locale=en-US3 KB3rd
https://shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=144297641 KB3rd
https://www.adoredvintage.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js1 KB3rd
https://www.adoredvintage.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-496de5fe.js4 KB3rd
https://www.adoredvintage.com/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-65b4c6d7.js?v=2025081223 KB3rd
https://cdn.codeblackbelt.com/widgets/also-bought/bootstrap.min.js?version=2026040801-07001 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Image Optimization
5 images, 0 KB saveable
PASS
5 images, 0 KB saveable
Info::
All images are well-optimized
5 images 278 KB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
A+
Font Loading
5 fonts (131 KB)
PASS
5 fonts (131 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

131 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 3.0 s LCP 4.8 shttps://www.adoredvintage.com/cdn/fonts/baskervville/baskervville_n4.6b0d1f33845dccb0601e970c218adacec89de866.woff2baskervville_n4.6b0d1f3... https://www.adoredvintage.com/cdn/fonts/baskervville/baskervville_n4.6b0d1f33845dccb0601e970c218adacec89de866.woff2 — 17.6 KiB — 0 ms — font-display: swaphttps://cdn.shopify.com/shop-assets/static_uploads/shoplift/GTStandard-MRegular.woff2GTStandard-MRegular.woff2 https://cdn.shopify.com/shop-assets/static_uploads/shoplift/GTStandard-MRegular.woff2 — 63.1 KiB — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/cousine/v29/d6lIkaiiRdih4SpP_SQvzBTu39g.woff2d6lIkaiiRdih4SpP_SQvzBT... https://fonts.gstatic.com/s/cousine/v29/d6lIkaiiRdih4SpP_SQvzBTu39g.woff2 — 9.2 KiB — 0 ms — font-display: swaphttps://fonts.shopifycdn.com/open_sans/opensans_n4.c32e4d4eca5273f6d4ee95ddf54b5bbb75fc9b61.woff2?h1=YWRvcmVkdmludGFnZS5jb20&hmac=a72b4ac9c2e4c1ec553ab5845aef15a3e2a8836f5e0820c0afaee628a873dd9fopensans_n4.c32e4d4eca5... https://fonts.shopifycdn.com/open_sans/opensans_n4.c32e4d4eca5273f6d4ee95ddf54b5bbb75fc9b61.woff2?h1=YWRvcmVkdmludGFnZS5jb20&hmac=a72b4ac9c2e4c1ec553ab5845aef15a3e2a8836f5e0820c0afaee628a873dd9f — 21.0 KiB — 0 ms — font-display: swaphttps://fonts.shopifycdn.com/open_sans/opensans_n7.a9393be1574ea8606c68f4441806b2711d0d13e4.woff2?h1=YWRvcmVkdmludGFnZS5jb20&hmac=80c925737e30519c936224a1c9137256c7aed527a3ae4ab7db0a230434ce2ca7opensans_n7.a9393be1574... https://fonts.shopifycdn.com/open_sans/opensans_n7.a9393be1574ea8606c68f4441806b2711d0d13e4.woff2?h1=YWRvcmVkdmludGFnZS5jb20&hmac=80c925737e30519c936224a1c9137256c7aed527a3ae4ab7db0a230434ce2ca7 — 20.1 KiB — 0 ms — font-display: swap
baskervville_n4.6b0d1f3... woff2 swap
Size 18 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
GTStandard-MRegular.woff2 woff2 swap
Size 63 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
d6lIkaiiRdih4SpP_SQvzBT... woff2 swap
Size 9 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
opensans_n4.c32e4d4eca5... woff2 swap
Size 21 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
opensans_n7.a9393be1574... woff2 swap
Size 20 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
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 Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
4 hints, 0 missing preconnects
PASS
4 hints, 0 missing preconnects
Info::
Page uses 4 resource hint(s)

Current Resource Hints

preconnect
2
preload
1
dns-prefetch
1
prefetch

4 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
144 requests over 0ms
INFO

Performance analysis not available for this result.

Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 5276ms · 673KB · €28/mo
www.adoredvintage.com
Other
Costly
Execution 1512ms
Transfer 81 KB
Monthly Cost €8/mo
Unattributable
Other
Costly
Execution 1044ms
Transfer 0 KB
Monthly Cost €6/mo
jsDelivr
CDN
Costly
Execution 1013ms
Transfer 12 KB
Monthly Cost €5/mo
s3-us-west-2.amazonaws.com
Other
Costly
Execution 243ms
Transfer 23 KB
Monthly Cost €1/mo
cdn.shopify.com
Other
Costly
Execution 241ms
Transfer 68 KB
Monthly Cost €1/mo
www.adoredvintage.com
Other
Costly
Execution 233ms
Transfer 61 KB
Unused 49%
Monthly Cost €1/mo
www.adoredvintage.com
Other
Costly
Execution 201ms
Transfer 4 KB
Monthly Cost €1/mo
cdn.shopify.com
Other
Optional
Execution 182ms
Transfer 265 KB
Unused 52%
Monthly Cost €1/mo
www.adoredvintage.com
Other
Optional
Execution 168ms
Transfer 21 KB
Monthly Cost €1/mo
www.adoredvintage.com
Other
Optional
Execution 125ms
Transfer 31 KB
Monthly Cost €1/mo
www.adoredvintage.com
Other
Optional
Execution 103ms
Transfer 28 KB
Monthly Cost €1/mo
www.adoredvintage.com
Other
Optional
Execution 93ms
Transfer 48 KB
Unused 68%
Monthly Cost €0/mo
cloud.goldendev.win
Other
Optional
Execution 61ms
Transfer 8 KB
Monthly Cost €0/mo
www.adoredvintage.com
Other
Optional
Execution 59ms
Transfer 23 KB
Monthly Cost €0/mo

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback