Skip to content
https://sensitivestones.com

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
80
GRADE
B
FIX
5
REVIEW
6
PASS
10
INFO
4

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

99
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
65
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.
83
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.

1.45 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

1.45 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

34 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.33 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.

1.69 s

Page Load Progression

463 ms
925 ms
1.4 s
1.9 s
2.3 s
2.8 s
3.2 s
3.7 s
Checks
25
10 PASS 6 REVIEW 5 FIX
F
Page Weight Budget
Action
22.2 MB transferred, 103 requests
FIX
22.2 MB transferred, 103 requests
Critical::
Page weighs 25.3 MB (22.2 MB transferred)
Warning::
Images are 5.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 5.0 MB
Warning::
JavaScript is 771 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 771 KB
Warning::
103 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 4.7 g CO2 per page load
22.2 MB / 2.4 MB budget
22.2 MB transferred
103 requests
4.7 g CO2 per page load
Other 16.2 MiB 73%
Images 5.0 MiB 22%
JavaScript 771.3 KiB 3%
CSS 114.4 KiB 1%
HTML 111.7 KiB 0%
Fonts 40.1 KiB 0%
Other 1.4 KiB 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

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.

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

D
Third-Party Impact
Action
76% third-party, 0 ms blocking
FIX
76% third-party, 0 ms blocking
Warning::
Third-party code accounts for 76% of page weight (16.8 MiB of 22.2 MiB)
Info::
Third-party blocking time is low (0 ms)
24%
76%
First-party Third-party
D
JS Execution Cost
Action
3060ms total JS execution
FIX
3060ms total JS execution
Warning::
https://sensitivestones.com/: 1593ms CPU time
Warning::
Unattributable: 1466ms CPU time
Info::
Third-party scripts: 1466ms (48% of total)

Main Thread Breakdown

Other 60% Style & Layout 26% Parse HTML & CSS 5% Rendering 5% Script Evaluation 4%
ScriptTotalScriptingParse/CompileParty
https://sensitivestones.com/1593ms104ms2ms1st
Unattributable1466ms11ms0ms3rd
D
Page Weight Inventory
Action
103 resources · 22.2 MB · 0 KB savings available
FIX
103 resources · 22.2 MB · 0 KB savings available
Warning::
Page weight 22.2 MB exceeds 1 MB target by 21.2 MB
Got: 22.2 MB Expected: ≤ 1 MB
Warning::
44 third-party resources (76% of weight)
Info::
15 resources over 200KB
103 resources · 22.2 MiB · 44 third-party 21.2 MiB over 1MB target
Media 73% · 16.2 MiB
Image 22% · 5.0 MiB
JavaScript 3% · 771.3 KiB
CSS 1% · 114.4 KiB
Document 0% · 111.7 KiB
Font 0% · 40.1 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.
Info::
ETag present — enables conditional (304) responses

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Image Optimization
32 images, 0 KB saveable
REVIEW
32 images, 0 KB saveable
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.shopify.com/s/files/1/0627/6300/8088/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
32 images 5.0 MB
0 oversized -0 KB
2 legacy format
2 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

B
Resource Hints
33 hints, 0 missing preconnects
REVIEW
33 hints, 0 missing preconnects
Warning::
2 font preload(s) missing `crossorigin` -- font will be downloaded twice
Fonts are always fetched as crossorigin=anonymous; a preload without the attribute creates a different cache key, so the browser refetches when the actual font request happens. Sample: //sensitivestones.com/cdn/fonts/jost/jost_n5.7c8497861ffd15f4e1284cd221f14658b0e95d61.woff2, //sensitivestones.com/cdn/fonts/jost/jost_n7.921dc18c13fa0b0c94c5e2517ffe06139c3615a3.woff2. Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.
Info::
2 dns-prefetch redundant with preconnect on same origin
preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://sensitivestones.com, https://cdn.shopify.com. Remove the redundant dns-prefetch entries.
Info::
3 URL(s) appear in multiple hints
The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: https://loadspark.myshopify.com/cdn/shop/t/1/assets/network-1.0.0.js (preload+preload+preload), https://cdn.shopify.com (dns-prefetch+preconnect), https://sensitivestones.com/ (dns-prefetch+preconnect).
Info::
Page uses 33 resource hint(s)

Current Resource Hints

preconnect
5
preload
+12
22
dns-prefetch
6
prefetch

33 resource hints configured

Fonts are always fetched as crossorigin=anonymous; a preload without the attribute creates a different cache key, so the browser refetches when the actual font request happens. Sample: //sensitivestones.com/cdn/fonts/jost/jost_n5.7c8497861ffd15f4e1284cd221f14658b0e95d61.woff2, //sensitivestones.com/cdn/fonts/jost/jost_n7.921dc18c13fa0b0c94c5e2517ffe06139c3615a3.woff2. Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.

Why this matters

Performance issues directly impact user engagement and conversion rates.

preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://sensitivestones.com, https://cdn.shopify.com. Remove the redundant dns-prefetch entries.

Why this matters

Performance issues directly impact user engagement and conversion rates.

The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: https://loadspark.myshopify.com/cdn/shop/t/1/assets/network-1.0.0.js (preload+preload+preload), https://cdn.shopify.com (dns-prefetch+preconnect), https://sensitivestones.com/ (dns-prefetch+preconnect).

Why this matters

Performance issues directly impact user engagement and conversion rates.

C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
JavaScript Blocking
1 JS blocking issue(s) detected
REVIEW
1 JS blocking issue(s) detected
Warning::
58 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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+
Font Loading
3 fonts (40 KB)
PASS
3 fonts (40 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

40 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 1.5 s LCP 1.5 shttps://sensitivestones.com/cdn/fonts/jost/jost_n5.7c8497861ffd15f4e1284cd221f14658b0e95d61.woff2jost_n5.7c8497861ffd15f... https://sensitivestones.com/cdn/fonts/jost/jost_n5.7c8497861ffd15f4e1284cd221f14658b0e95d61.woff2 — 13.8 KiB — 64 ms — font-display: swaphttps://sensitivestones.com/cdn/fonts/jost/jost_n7.921dc18c13fa0b0c94c5e2517ffe06139c3615a3.woff2jost_n7.921dc18c13fa0b0... https://sensitivestones.com/cdn/fonts/jost/jost_n7.921dc18c13fa0b0c94c5e2517ffe06139c3615a3.woff2 — 13.8 KiB — 92 ms — font-display: swaphttps://sensitivestones.com/cdn/fonts/jost/jost_n4.d47a1b6347ce4a4c9f437608011273009d91f2b7.woff2jost_n4.d47a1b6347ce4a4... https://sensitivestones.com/cdn/fonts/jost/jost_n4.d47a1b6347ce4a4c9f437608011273009d91f2b7.woff2 — 12.5 KiB — 53 ms — font-display: swap
jost_n5.7c8497861ffd15f... woff2 swap
Size 14 KB
Load time 64 ms
Start 202 ms
Risk FOUT — text flashes from fallback to web font
jost_n7.921dc18c13fa0b0... woff2 swap
Size 14 KB
Load time 92 ms
Start 202 ms
Risk FOUT — text flashes from fallback to web font
jost_n4.d47a1b6347ce4a4... woff2 swap
Size 13 KB
Load time 53 ms
Start 679 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+
JS Bundles
37 scripts, 0 KB unused
PASS
37 scripts, 0 KB unused
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://sensitivestones.com/cdn/shop/t/49/assets/app.min.js?v=7450258675510403140177166043438 KB1st
https://sensitivestones.com/cdn/shop/t/49/assets/foxkit-app.min.js?v=4816661715565764926177166047615 KB1st
https://sensitivestones.com/cdn/shop/t/49/assets/lazy-image.min.js?v=1643414354603528013617716604921 KB1st
https://githubfix.myshopify.com/cdn/shop/t/1/assets/asyncLoadG.js2 KB3rd
https://loadspark.myshopify.com/cdn/shop/t/1/assets/network-1.0.0.js4 KB3rd
https://quickstart-41d588e3.myshopify.com/cdn/shop/t/3/assets/viewsB.js2 KB3rd
https://sensitivestones.com/cdn/shopifycloud/portable-wallets/latest/portable-wallets.en.js75 KB1st
https://sensitivestones.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js1 KB1st
https://sensitivestones.com/cdn/shop/t/49/assets/theme-global.aio.min.js?v=1831634063472376726617716605603 KB1st
https://sensitivestones.com/cdn/shop/t/49/assets/product-form.min.js?v=682703882906482183417716605171 KB1st
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+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server-Timing Observability
18 Server-Timing entries advertised
PASS
18 Server-Timing entries advertised
Info::
Server-Timing header advertises 18 timing entries
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
Network Waterfall
103 requests over 1397ms
INFO
0 ms 500 ms 1.0 s 1.5 s FCP 1.5 s LCP 1.5 shttps://sensitivestones.com// https://sensitivestones.com/ — 200 — 111.7 KiB — 220 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/theme.s.min.css?v=181979890212176574661771660564/cdn/shop/t/49/assets/theme.s.min.c... https://sensitivestones.com/cdn/shop/t/49/assets/theme.s.min.css?v=181979890212176574661771660564 — 200 — 15.1 KiB — 99 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/chunk.s.min.css?v=118992514023447382801771660449/cdn/shop/t/49/assets/chunk.s.min.c... https://sensitivestones.com/cdn/shop/t/49/assets/chunk.s.min.css?v=118992514023447382801771660449 — 200 — 15.3 KiB — 151 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/app.min.js?v=74502586755104031401771660434/cdn/shop/t/49/assets/app.min.js?v=... https://sensitivestones.com/cdn/shop/t/49/assets/app.min.js?v=74502586755104031401771660434 — 200 — 38.3 KiB — 121 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/foxkit-app.min.js?v=48166617155657649261771660476/cdn/shop/t/49/assets/foxkit-app.mi... https://sensitivestones.com/cdn/shop/t/49/assets/foxkit-app.min.js?v=48166617155657649261771660476 — 200 — 15.2 KiB — 155 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/lazy-image.min.js?v=164341435460352801361771660492/cdn/shop/t/49/assets/lazy-image.mi... https://sensitivestones.com/cdn/shop/t/49/assets/lazy-image.min.js?v=164341435460352801361771660492 — 200 — 971 B — 221 ms — h2https://githubfix.myshopify.com/cdn/shop/t/1/assets/asyncLoadG.jsgithubfix.myshopify.com/cdn/shop/t/... https://githubfix.myshopify.com/cdn/shop/t/1/assets/asyncLoadG.js — 200 — 1.7 KiB — 245 ms — h2https://loadspark.myshopify.com/cdn/shop/t/1/assets/network-1.0.0.jsloadspark.myshopify.com/cdn/shop/t/... https://loadspark.myshopify.com/cdn/shop/t/1/assets/network-1.0.0.js — 200 — 4.1 KiB — 245 ms — h2https://sensitivestones.com/cdn/fonts/jost/jost_n5.7c8497861ffd15f4e1284cd221f14658b0e95d61.woff2/cdn/fonts/jost/jost_n5.7c8497861ff... https://sensitivestones.com/cdn/fonts/jost/jost_n5.7c8497861ffd15f4e1284cd221f14658b0e95d61.woff2 — 200 — 13.8 KiB — 64 ms — h2https://sensitivestones.com/cdn/fonts/jost/jost_n7.921dc18c13fa0b0c94c5e2517ffe06139c3615a3.woff2/cdn/fonts/jost/jost_n7.921dc18c13f... https://sensitivestones.com/cdn/fonts/jost/jost_n7.921dc18c13fa0b0c94c5e2517ffe06139c3615a3.woff2 — 200 — 13.8 KiB — 92 ms — h2https://quickstart-41d588e3.myshopify.com/cdn/shop/t/3/assets/viewsB.jsquickstart-41d588e3.myshopify.com/c... https://quickstart-41d588e3.myshopify.com/cdn/shop/t/3/assets/viewsB.js — 200 — 1.5 KiB — 243 ms — h2https://cdn.shopify.com/extensions/019b599e-e510-761b-8536-87c99946bdc4/swatch-options-177/assets/bss-se-style.csscdn.shopify.com/extensions/019b599e... https://cdn.shopify.com/extensions/019b599e-e510-761b-8536-87c99946bdc4/swatch-options-177/assets/bss-se-style.css — 200 — 836 B — 138 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/theme.aio.min.css?v=138667064471728532771771660562/cdn/shop/t/49/assets/theme.aio.min... https://sensitivestones.com/cdn/shop/t/49/assets/theme.aio.min.css?v=138667064471728532771771660562 — 200 — 15.4 KiB — 66 ms — h2data:text/css;base64,I2Z2LWxvYWRpbmctaWNvbiB7CiAgICB2aXNpYmlsaXR5OiB2aXNpYmxlOwogICAgcG9zaXRpb246IG…data:text/css;base64,I2Z2LWxvYWRpbm... data:text/css;base64,I2Z2LWxvYWRpbmctaWNvbiB7CiAgICB2aXNpYmlsaXR5OiB2aXNpYmxlOwogICAgcG9zaXRpb246IG… — 200 — 0 B — 0 ms — datahttps://cdn.shopify.com/extensions/019b2183-9b63-76aa-a22f-105698880d81/avada-seo-suite-215/assets/avada-faqs.csscdn.shopify.com/extensions/019b2183... https://cdn.shopify.com/extensions/019b2183-9b63-76aa-a22f-105698880d81/avada-seo-suite-215/assets/avada-faqs.css — 200 — 1.3 KiB — 105 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/chunk.aio.min.css?v=109119254827268983541771660447/cdn/shop/t/49/assets/chunk.aio.min... https://sensitivestones.com/cdn/shop/t/49/assets/chunk.aio.min.css?v=109119254827268983541771660447 — 200 — 15.6 KiB — 51 ms — h2https://cdn.shopify.com/extensions/019b5883-b6ab-7058-b8a7-b81c7af1b0f9/avada-seo-suite-218/assets/avada-faqs.csscdn.shopify.com/extensions/019b5883... https://cdn.shopify.com/extensions/019b5883-b6ab-7058-b8a7-b81c7af1b0f9/avada-seo-suite-218/assets/avada-faqs.css — 200 — 968 B — 144 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/umerzaman152.aio.min.css?v=77517775433831726221771660564/cdn/shop/t/49/assets/umerzaman152.... https://sensitivestones.com/cdn/shop/t/49/assets/umerzaman152.aio.min.css?v=77517775433831726221771660564 — 200 — 783 B — 70 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/custom.s.min.css?v=50943141524602071101771660598/cdn/shop/t/49/assets/custom.s.min.... https://sensitivestones.com/cdn/shop/t/49/assets/custom.s.min.css?v=50943141524602071101771660598 — 200 — 892 B — 49 ms — h2https://cdn.shopify.com/extensions/019b361a-9738-76b3-adef-eb61d9882de5/swatch-options-174/assets/bss-se-style.csscdn.shopify.com/extensions/019b361a... https://cdn.shopify.com/extensions/019b361a-9738-76b3-adef-eb61d9882de5/swatch-options-174/assets/bss-se-style.css — 200 — 815 B — 110 ms — h2https://sensitivestones.com/cdn/shopifycloud/portable-wallets/latest/portable-wallets.en.js/cdn/shopifycloud/portable-wallets/... https://sensitivestones.com/cdn/shopifycloud/portable-wallets/latest/portable-wallets.en.js — 200 — 74.8 KiB — 245 ms — h2https://sensitivestones.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css/cdn/shopifycloud/portable-wallets/... https://sensitivestones.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css — 200 — 2.1 KiB — 47 ms — h2https://sensitivestones.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js/cdn/shopifycloud/shop-js/modules/v... https://sensitivestones.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js — 200 — 920 B — 59 ms — h2https://cdn.shopify.com/extensions/019e0120-de9a-7ffc-be24-80702d0292f5/seoon-blog-124/assets/page-tag.csscdn.shopify.com/extensions/019e0120... https://cdn.shopify.com/extensions/019e0120-de9a-7ffc-be24-80702d0292f5/seoon-blog-124/assets/page-tag.css — 200 — 1.5 KiB — 103 ms — h2https://cdn.shopify.com/extensions/019df30a-9b1b-7b4e-9049-277b947bf8de/aco-product-options-addons-750/assets/style_1.csscdn.shopify.com/extensions/019df30a... https://cdn.shopify.com/extensions/019df30a-9b1b-7b4e-9049-277b947bf8de/aco-product-options-addons-750/assets/style_1.css — 200 — 8.6 KiB — 106 ms — h2https://cdn.shopify.com/extensions/019dce07-fde5-76b1-b150-db0dfa9a3295/optis-color-swatch-variants-205/assets/bss-se-style.csscdn.shopify.com/extensions/019dce07... https://cdn.shopify.com/extensions/019dce07-fde5-76b1-b150-db0dfa9a3295/optis-color-swatch-variants-205/assets/bss-se-style.css — 200 — 869 B — 137 ms — h2https://cdn.shopify.com/extensions/019decc7-b7c4-784f-9b30-a8ae7bc75cbd/fd-product-groups-784/assets/fd-product-groups.main.csscdn.shopify.com/extensions/019decc7... https://cdn.shopify.com/extensions/019decc7-b7c4-784f-9b30-a8ae7bc75cbd/fd-product-groups-784/assets/fd-product-groups.main.css — 200 — 9.2 KiB — 129 ms — h2https://cdn.shopify.com/extensions/019e0120-de9a-7ffc-be24-80702d0292f5/seoon-blog-124/assets/style-dynamic-product.csscdn.shopify.com/extensions/019e0120... https://cdn.shopify.com/extensions/019e0120-de9a-7ffc-be24-80702d0292f5/seoon-blog-124/assets/style-dynamic-product.css — 200 — 1.5 KiB — 138 ms — h2https://cdn.shopify.com/extensions/019e0718-ad8b-733d-8c35-036b16f0f02a/judgeme-499/assets/carousels.csscdn.shopify.com/extensions/019e0718... https://cdn.shopify.com/extensions/019e0718-ad8b-733d-8c35-036b16f0f02a/judgeme-499/assets/carousels.css — 200 — 3.1 KiB — 126 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/theme-global.aio.min.js?v=183163406347237672661771660560/cdn/shop/t/49/assets/theme-global.... https://sensitivestones.com/cdn/shop/t/49/assets/theme-global.aio.min.js?v=183163406347237672661771660560 — 200 — 3.0 KiB — 151 ms — h2
0 ms 500 ms 1.0 s 1.5 s FCP 1.5 s LCP 1.5 shttps://sensitivestones.com// https://sensitivestones.com/ — 200 — 111.7 KiB — 220 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/theme.s.min.css?v=181979890212176574661771660564/cdn/shop/t/49/assets/theme.s.min.c... https://sensitivestones.com/cdn/shop/t/49/assets/theme.s.min.css?v=181979890212176574661771660564 — 200 — 15.1 KiB — 99 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/chunk.s.min.css?v=118992514023447382801771660449/cdn/shop/t/49/assets/chunk.s.min.c... https://sensitivestones.com/cdn/shop/t/49/assets/chunk.s.min.css?v=118992514023447382801771660449 — 200 — 15.3 KiB — 151 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/app.min.js?v=74502586755104031401771660434/cdn/shop/t/49/assets/app.min.js?v=... https://sensitivestones.com/cdn/shop/t/49/assets/app.min.js?v=74502586755104031401771660434 — 200 — 38.3 KiB — 121 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/foxkit-app.min.js?v=48166617155657649261771660476/cdn/shop/t/49/assets/foxkit-app.mi... https://sensitivestones.com/cdn/shop/t/49/assets/foxkit-app.min.js?v=48166617155657649261771660476 — 200 — 15.2 KiB — 155 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/lazy-image.min.js?v=164341435460352801361771660492/cdn/shop/t/49/assets/lazy-image.mi... https://sensitivestones.com/cdn/shop/t/49/assets/lazy-image.min.js?v=164341435460352801361771660492 — 200 — 971 B — 221 ms — h2https://githubfix.myshopify.com/cdn/shop/t/1/assets/asyncLoadG.jsgithubfix.myshopify.com/cdn/shop/t/... https://githubfix.myshopify.com/cdn/shop/t/1/assets/asyncLoadG.js — 200 — 1.7 KiB — 245 ms — h2https://loadspark.myshopify.com/cdn/shop/t/1/assets/network-1.0.0.jsloadspark.myshopify.com/cdn/shop/t/... https://loadspark.myshopify.com/cdn/shop/t/1/assets/network-1.0.0.js — 200 — 4.1 KiB — 245 ms — h2https://sensitivestones.com/cdn/fonts/jost/jost_n5.7c8497861ffd15f4e1284cd221f14658b0e95d61.woff2/cdn/fonts/jost/jost_n5.7c8497861ff... https://sensitivestones.com/cdn/fonts/jost/jost_n5.7c8497861ffd15f4e1284cd221f14658b0e95d61.woff2 — 200 — 13.8 KiB — 64 ms — h2https://sensitivestones.com/cdn/fonts/jost/jost_n7.921dc18c13fa0b0c94c5e2517ffe06139c3615a3.woff2/cdn/fonts/jost/jost_n7.921dc18c13f... https://sensitivestones.com/cdn/fonts/jost/jost_n7.921dc18c13fa0b0c94c5e2517ffe06139c3615a3.woff2 — 200 — 13.8 KiB — 92 ms — h2https://quickstart-41d588e3.myshopify.com/cdn/shop/t/3/assets/viewsB.jsquickstart-41d588e3.myshopify.com/c... https://quickstart-41d588e3.myshopify.com/cdn/shop/t/3/assets/viewsB.js — 200 — 1.5 KiB — 243 ms — h2https://cdn.shopify.com/extensions/019b599e-e510-761b-8536-87c99946bdc4/swatch-options-177/assets/bss-se-style.csscdn.shopify.com/extensions/019b599e... https://cdn.shopify.com/extensions/019b599e-e510-761b-8536-87c99946bdc4/swatch-options-177/assets/bss-se-style.css — 200 — 836 B — 138 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/theme.aio.min.css?v=138667064471728532771771660562/cdn/shop/t/49/assets/theme.aio.min... https://sensitivestones.com/cdn/shop/t/49/assets/theme.aio.min.css?v=138667064471728532771771660562 — 200 — 15.4 KiB — 66 ms — h2data:text/css;base64,I2Z2LWxvYWRpbmctaWNvbiB7CiAgICB2aXNpYmlsaXR5OiB2aXNpYmxlOwogICAgcG9zaXRpb246IG…data:text/css;base64,I2Z2LWxvYWRpbm... data:text/css;base64,I2Z2LWxvYWRpbmctaWNvbiB7CiAgICB2aXNpYmlsaXR5OiB2aXNpYmxlOwogICAgcG9zaXRpb246IG… — 200 — 0 B — 0 ms — datahttps://cdn.shopify.com/extensions/019b2183-9b63-76aa-a22f-105698880d81/avada-seo-suite-215/assets/avada-faqs.csscdn.shopify.com/extensions/019b2183... https://cdn.shopify.com/extensions/019b2183-9b63-76aa-a22f-105698880d81/avada-seo-suite-215/assets/avada-faqs.css — 200 — 1.3 KiB — 105 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/chunk.aio.min.css?v=109119254827268983541771660447/cdn/shop/t/49/assets/chunk.aio.min... https://sensitivestones.com/cdn/shop/t/49/assets/chunk.aio.min.css?v=109119254827268983541771660447 — 200 — 15.6 KiB — 51 ms — h2https://cdn.shopify.com/extensions/019b5883-b6ab-7058-b8a7-b81c7af1b0f9/avada-seo-suite-218/assets/avada-faqs.csscdn.shopify.com/extensions/019b5883... https://cdn.shopify.com/extensions/019b5883-b6ab-7058-b8a7-b81c7af1b0f9/avada-seo-suite-218/assets/avada-faqs.css — 200 — 968 B — 144 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/umerzaman152.aio.min.css?v=77517775433831726221771660564/cdn/shop/t/49/assets/umerzaman152.... https://sensitivestones.com/cdn/shop/t/49/assets/umerzaman152.aio.min.css?v=77517775433831726221771660564 — 200 — 783 B — 70 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/custom.s.min.css?v=50943141524602071101771660598/cdn/shop/t/49/assets/custom.s.min.... https://sensitivestones.com/cdn/shop/t/49/assets/custom.s.min.css?v=50943141524602071101771660598 — 200 — 892 B — 49 ms — h2https://cdn.shopify.com/extensions/019b361a-9738-76b3-adef-eb61d9882de5/swatch-options-174/assets/bss-se-style.csscdn.shopify.com/extensions/019b361a... https://cdn.shopify.com/extensions/019b361a-9738-76b3-adef-eb61d9882de5/swatch-options-174/assets/bss-se-style.css — 200 — 815 B — 110 ms — h2https://sensitivestones.com/cdn/shopifycloud/portable-wallets/latest/portable-wallets.en.js/cdn/shopifycloud/portable-wallets/... https://sensitivestones.com/cdn/shopifycloud/portable-wallets/latest/portable-wallets.en.js — 200 — 74.8 KiB — 245 ms — h2https://sensitivestones.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css/cdn/shopifycloud/portable-wallets/... https://sensitivestones.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css — 200 — 2.1 KiB — 47 ms — h2https://sensitivestones.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js/cdn/shopifycloud/shop-js/modules/v... https://sensitivestones.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js — 200 — 920 B — 59 ms — h2https://cdn.shopify.com/extensions/019e0120-de9a-7ffc-be24-80702d0292f5/seoon-blog-124/assets/page-tag.csscdn.shopify.com/extensions/019e0120... https://cdn.shopify.com/extensions/019e0120-de9a-7ffc-be24-80702d0292f5/seoon-blog-124/assets/page-tag.css — 200 — 1.5 KiB — 103 ms — h2https://cdn.shopify.com/extensions/019df30a-9b1b-7b4e-9049-277b947bf8de/aco-product-options-addons-750/assets/style_1.csscdn.shopify.com/extensions/019df30a... https://cdn.shopify.com/extensions/019df30a-9b1b-7b4e-9049-277b947bf8de/aco-product-options-addons-750/assets/style_1.css — 200 — 8.6 KiB — 106 ms — h2https://cdn.shopify.com/extensions/019dce07-fde5-76b1-b150-db0dfa9a3295/optis-color-swatch-variants-205/assets/bss-se-style.csscdn.shopify.com/extensions/019dce07... https://cdn.shopify.com/extensions/019dce07-fde5-76b1-b150-db0dfa9a3295/optis-color-swatch-variants-205/assets/bss-se-style.css — 200 — 869 B — 137 ms — h2https://cdn.shopify.com/extensions/019decc7-b7c4-784f-9b30-a8ae7bc75cbd/fd-product-groups-784/assets/fd-product-groups.main.csscdn.shopify.com/extensions/019decc7... https://cdn.shopify.com/extensions/019decc7-b7c4-784f-9b30-a8ae7bc75cbd/fd-product-groups-784/assets/fd-product-groups.main.css — 200 — 9.2 KiB — 129 ms — h2https://cdn.shopify.com/extensions/019e0120-de9a-7ffc-be24-80702d0292f5/seoon-blog-124/assets/style-dynamic-product.csscdn.shopify.com/extensions/019e0120... https://cdn.shopify.com/extensions/019e0120-de9a-7ffc-be24-80702d0292f5/seoon-blog-124/assets/style-dynamic-product.css — 200 — 1.5 KiB — 138 ms — h2https://cdn.shopify.com/extensions/019e0718-ad8b-733d-8c35-036b16f0f02a/judgeme-499/assets/carousels.csscdn.shopify.com/extensions/019e0718... https://cdn.shopify.com/extensions/019e0718-ad8b-733d-8c35-036b16f0f02a/judgeme-499/assets/carousels.css — 200 — 3.1 KiB — 126 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/theme-global.aio.min.js?v=183163406347237672661771660560/cdn/shop/t/49/assets/theme-global.... https://sensitivestones.com/cdn/shop/t/49/assets/theme-global.aio.min.js?v=183163406347237672661771660560 — 200 — 3.0 KiB — 151 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/product-form.min.js?v=68270388290648218341771660517/cdn/shop/t/49/assets/product-form.... https://sensitivestones.com/cdn/shop/t/49/assets/product-form.min.js?v=68270388290648218341771660517 — 200 — 1.5 KiB — 214 ms — h2https://sensitivestones.com/checkouts/internal/preloads.js?locale=en-US/checkouts/internal/preloads.js?loc... https://sensitivestones.com/checkouts/internal/preloads.js?locale=en-US — 200 — 2.7 KiB — 377 ms — h2https://sensitivestones.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.js/cdn/shopifycloud/storefront/assets... https://sensitivestones.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.js — 200 — 3.6 KiB — 207 ms — h2https://sensitivestones.com/cdn/shopifycloud/privacy-banner/storefront-banner.js/cdn/shopifycloud/privacy-banner/st... https://sensitivestones.com/cdn/shopifycloud/privacy-banner/storefront-banner.js — 200 — 22.5 KiB — 143 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/timesact.js?v=14207948478638023781771660564/cdn/shop/t/49/assets/timesact.js?v... https://sensitivestones.com/cdn/shop/t/49/assets/timesact.js?v=14207948478638023781771660564 — 200 — 17.8 KiB — 143 ms — h2https://static.klaviyo.com/onsite/js/RfznM7/klaviyo.js?company_id=RfznM7static.klaviyo.com/onsite/js/RfznM7... https://static.klaviyo.com/onsite/js/RfznM7/klaviyo.js?company_id=RfznM7 — 200 — 2.7 KiB — 254 ms — h2https://cdn-sf.vitals.app/assets/js/bundle-14f9acf4628c45e39bdf0b8014cff70e.jscdn-sf.vitals.app/assets/js/bundle-... https://cdn-sf.vitals.app/assets/js/bundle-14f9acf4628c45e39bdf0b8014cff70e.js — 200 — 121.3 KiB — 322 ms — h2https://sensitivestones.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.3.1.min.js/cdn/shopifycloud/perf-kit/shopify-... https://sensitivestones.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.3.1.min.js — 200 — 20.8 KiB — 142 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/slideshow.s.min.css?v=149771913652145583591771660543/cdn/shop/t/49/assets/slideshow.s.m... https://sensitivestones.com/cdn/shop/t/49/assets/slideshow.s.min.css?v=149771913652145583591771660543 — 200 — 1.9 KiB — 74 ms — h3https://sensitivestones.com/cdn/shop/files/moissanite-stud-earrings-round-green.png?v=1764671402&width=375/cdn/shop/files/moissanite-stud-ear... https://sensitivestones.com/cdn/shop/files/moissanite-stud-earrings-round-green.png?v=1764671402&width=375 — 200 — 38.3 KiB — 240 ms — h3https://sensitivestones.com/cdn/shop/files/closeup_2.6ct_moissanite_classic_small_hoops_gold.webp?v=1764942994&width=375/cdn/shop/files/closeup_2.6ct_moiss... https://sensitivestones.com/cdn/shop/files/closeup_2.6ct_moissanite_classic_small_hoops_gold.webp?v=1764942994&width=375 — 200 — 33.0 KiB — 221 ms — h3https://sensitivestones.com/cdn/shop/files/moissanite-bangle-bracelet-925-sterling-silver-gold-plated-in-box.webp?v=1776677854&width=375/cdn/shop/files/moissanite-bangle-b... https://sensitivestones.com/cdn/shop/files/moissanite-bangle-bracelet-925-sterling-silver-gold-plated-in-box.webp?v=1776677854&width=375 — 200 — 29.0 KiB — 248 ms — h3https://sensitivestones.com/cdn/shop/files/pave_moissanite_solitaire_necklace.webp?v=1764942596&width=375/cdn/shop/files/pave_moissanite_sol... https://sensitivestones.com/cdn/shop/files/pave_moissanite_solitaire_necklace.webp?v=1764942596&width=375 — 200 — 43.1 KiB — 245 ms — h3https://sensitivestones.com/cdn/shop/files/classic_moissanite_solitaire_rings_collection.webp?v=1764942517&width=375/cdn/shop/files/classic_moissanite_... https://sensitivestones.com/cdn/shop/files/classic_moissanite_solitaire_rings_collection.webp?v=1764942517&width=375 — 200 — 30.5 KiB — 234 ms — h3https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.csscdn.jsdelivr.net/npm/swiper@11/swip... https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css — 200 — 5.1 KiB — 215 ms — h2https://cdn.jsdelivr.net/npm/vanilla-lazyload@19.1.3/dist/lazyload.min.jscdn.jsdelivr.net/npm/vanilla-lazylo... https://cdn.jsdelivr.net/npm/vanilla-lazyload@19.1.3/dist/lazyload.min.js — 200 — 2.9 KiB — 215 ms — h2https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.jscdn.jsdelivr.net/npm/swiper@11/swip... https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js — 200 — 43.1 KiB — 232 ms — h2https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.jscdn.jsdelivr.net/npm/swiper@8/swipe... https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js — 200 — 39.9 KiB — 232 ms — h2https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.csscdn.jsdelivr.net/npm/swiper@9/swipe... https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css — 200 — 4.8 KiB — 214 ms — h2https://code.jquery.com/jquery-2.2.4.min.jscode.jquery.com/jquery-2.2.4.min.js https://code.jquery.com/jquery-2.2.4.min.js — 200 — 29.5 KiB — 222 ms — h2https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/5.0.0/imagesloaded.pkgd.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/5.0.0/imagesloaded.pkgd.min.js — 200 — 2.2 KiB — 196 ms — h3https://cdn.jsdelivr.net/npm/masonry-layout@4/dist/masonry.pkgd.min.jscdn.jsdelivr.net/npm/masonry-layout... https://cdn.jsdelivr.net/npm/masonry-layout@4/dist/masonry.pkgd.min.js — 200 — 7.9 KiB — 225 ms — h2https://sensitivestones.com/cdn/shop/t/49/assets/splide.min.js?v=19699524928887460391771660544/cdn/shop/t/49/assets/splide.min.js... https://sensitivestones.com/cdn/shop/t/49/assets/splide.min.js?v=19699524928887460391771660544 — 200 — 1.3 KiB — 119 ms — h3https://sensitivestones.com/cdn/shop/t/49/assets/quick-view.min.js?v=125552153044879390971771660533/cdn/shop/t/49/assets/quick-view.mi... https://sensitivestones.com/cdn/shop/t/49/assets/quick-view.min.js?v=125552153044879390971771660533 — 200 — 11.0 KiB — 65 ms — h3https://sensitivestones.com/cdn/shop/t/49/assets/product-card-swatch.min.js?v=38848960662260051401771660512/cdn/shop/t/49/assets/product-card-... https://sensitivestones.com/cdn/shop/t/49/assets/product-card-swatch.min.js?v=38848960662260051401771660512 — 200 — 4.4 KiB — 119 ms — h3https://cdn.shopify.com/s/files/1/0633/1672/1913/t/1/assets/splide.min.jscdn.shopify.com/s/files/1/0633/1672... https://cdn.shopify.com/s/files/1/0633/1672/1913/t/1/assets/splide.min.js — 200 — 991 B — 157 ms — h2https://cdn.shopify.com/extensions/019dd2aa-55fa-7f93-bb34-05443daf5091/zipchat-72/assets/zipchat.jscdn.shopify.com/extensions/019dd2aa... https://cdn.shopify.com/extensions/019dd2aa-55fa-7f93-bb34-05443daf5091/zipchat-72/assets/zipchat.js — 200 — 21.7 KiB — 188 ms — h2https://cdn.shopify.com/extensions/019df30a-9b1b-7b4e-9049-277b947bf8de/aco-product-options-addons-750/assets/front-end.jscdn.shopify.com/extensions/019df30a... https://cdn.shopify.com/extensions/019df30a-9b1b-7b4e-9049-277b947bf8de/aco-product-options-addons-750/assets/front-end.js — 200 — 89.4 KiB — 208 ms — h2https://cdn.shopify.com/extensions/019e0718-ad8b-733d-8c35-036b16f0f02a/judgeme-499/assets/widget_v3_theme_carousel.jscdn.shopify.com/extensions/019e0718... https://cdn.shopify.com/extensions/019e0718-ad8b-733d-8c35-036b16f0f02a/judgeme-499/assets/widget_v3_theme_carousel.js — 200 — 6.6 KiB — 196 ms — h2https://cdn.shopify.com/extensions/019e0573-659b-7448-a55f-3c45f74e8d31/aov-bundle-upsell-126/assets/aov-offer.jscdn.shopify.com/extensions/019e0573... https://cdn.shopify.com/extensions/019e0573-659b-7448-a55f-3c45f74e8d31/aov-bundle-upsell-126/assets/aov-offer.js — 200 — 789 B — 196 ms — h2https://cdn.shopify.com/extensions/019dce07-fde5-76b1-b150-db0dfa9a3295/optis-color-swatch-variants-205/assets/bss-se-js.jscdn.shopify.com/extensions/019dce07... https://cdn.shopify.com/extensions/019dce07-fde5-76b1-b150-db0dfa9a3295/optis-color-swatch-variants-205/assets/bss-se-js.js — 200 — 73.6 KiB — 208 ms — h2https://cdn.shopify.com/extensions/019decc7-b7c4-784f-9b30-a8ae7bc75cbd/fd-product-groups-784/assets/fd-product-groups-ext.jscdn.shopify.com/extensions/019decc7... https://cdn.shopify.com/extensions/019decc7-b7c4-784f-9b30-a8ae7bc75cbd/fd-product-groups-784/assets/fd-product-groups-ext.js — 200 — 93.3 KiB — 209 ms — h2https://cdn.shopify.com/extensions/019dfc9c-6d74-7207-af09-0b8fdc261141/avada-upsell-183/assets/avada-free-gift.jscdn.shopify.com/extensions/019dfc9c... https://cdn.shopify.com/extensions/019dfc9c-6d74-7207-af09-0b8fdc261141/avada-upsell-183/assets/avada-free-gift.js — 200 — 1.6 KiB — 203 ms — h2https://cdn.shopify.com/extensions/019df76b-caf4-7041-b191-0050f621483b/aov-cart-drawer-58/assets/aov-cart-drawer.jscdn.shopify.com/extensions/019df76b... https://cdn.shopify.com/extensions/019df76b-caf4-7041-b191-0050f621483b/aov-cart-drawer-58/assets/aov-cart-drawer.js — 200 — 1.2 KiB — 204 ms — h2https://cdn.shopify.com/extensions/019e0718-ad8b-733d-8c35-036b16f0f02a/judgeme-499/assets/carousels.jscdn.shopify.com/extensions/019e0718... https://cdn.shopify.com/extensions/019e0718-ad8b-733d-8c35-036b16f0f02a/judgeme-499/assets/carousels.js — 200 — 3.0 KiB — 204 ms — h2https://cdn.shopify.com/extensions/019e0718-ad8b-733d-8c35-036b16f0f02a/judgeme-499/assets/loader.jscdn.shopify.com/extensions/019e0718... https://cdn.shopify.com/extensions/019e0718-ad8b-733d-8c35-036b16f0f02a/judgeme-499/assets/loader.js — 200 — 3.7 KiB — 204 ms — h2https://cdn.shopify.com/extensions/019e0718-ad8b-733d-8c35-036b16f0f02a/judgeme-499/assets/widget_v3_theme_carousel.csscdn.shopify.com/extensions/019e0718... https://cdn.shopify.com/extensions/019e0718-ad8b-733d-8c35-036b16f0f02a/judgeme-499/assets/widget_v3_theme_carousel.css — 200 — 2.1 KiB — 36 ms — h2https://cdn.shopify.com/extensions/019dce07-fde5-76b1-b150-db0dfa9a3295/optis-color-swatch-variants-205/assets/se-display-style.csscdn.shopify.com/extensions/019dce07... https://cdn.shopify.com/extensions/019dce07-fde5-76b1-b150-db0dfa9a3295/optis-color-swatch-variants-205/assets/se-display-style.css — 200 — 3.5 KiB — 34 ms — h2https://cdn.shopify.com/extensions/019dce07-fde5-76b1-b150-db0dfa9a3295/optis-color-swatch-variants-205/assets/se-variant-image-style.csscdn.shopify.com/extensions/019dce07... https://cdn.shopify.com/extensions/019dce07-fde5-76b1-b150-db0dfa9a3295/optis-color-swatch-variants-205/assets/se-variant-image-style.css — 200 — 1.6 KiB — 35 ms — h2https://cdn.shopify.com/s/files/1/0627/6300/8088/files/sensitive_stones_logo_transparent_background.svg?v=1772263770cdn.shopify.com/s/files/1/0627/6300... https://cdn.shopify.com/s/files/1/0627/6300/8088/files/sensitive_stones_logo_transparent_background.svg?v=1772263770 — 200 — 33.1 KiB — 78 ms — h3https://cdn.shopify.com/videos/c/o/v/ebe9e39f6679478cab4664a880e06491.mp4cdn.shopify.com/videos/c/o/v/ebe9e3... https://cdn.shopify.com/videos/c/o/v/ebe9e39f6679478cab4664a880e06491.mp4 — 206 — 24.1 KiB — 185 ms — h3https://cdn.shopify.com/videos/c/o/v/ebe9e39f6679478cab4664a880e06491.mp4cdn.shopify.com/videos/c/o/v/ebe9e3... https://cdn.shopify.com/videos/c/o/v/ebe9e39f6679478cab4664a880e06491.mp4 — 206 — 1.0 KiB — 202 ms — h3https://sensitivestones.com/cdn/shop/files/moissanite-swirl-flower-stud-earrings-gold-jewelry-box_1080x1080.webp?v=1774421350/cdn/shop/files/moissanite-swirl-fl... https://sensitivestones.com/cdn/shop/files/moissanite-swirl-flower-stud-earrings-gold-jewelry-box_1080x1080.webp?v=1774421350 — 200 — 73.4 KiB — 222 ms — h3https://sensitivestones.com/cdn/shop/files/colored-moissanite-halo-stud-earrings-multiple-colors-jewelry-box_1080x1080.webp?v=1776757307/cdn/shop/files/colored-moissanite-... https://sensitivestones.com/cdn/shop/files/colored-moissanite-halo-stud-earrings-multiple-colors-jewelry-box_1080x1080.webp?v=1776757307 — 200 — 121.6 KiB — 234 ms — h3https://sensitivestones.com/cdn/shop/t/49/assets/blog-template.s.min.css?v=159765863716605523421771660441/cdn/shop/t/49/assets/blog-template... https://sensitivestones.com/cdn/shop/t/49/assets/blog-template.s.min.css?v=159765863716605523421771660441 — 200 — 1.7 KiB — 50 ms — h3https://sensitivestones.com/cdn/shop/files/sapphire-eyed-moissanite-snake-ring-on-handemini_Generated_Image_lufygtlufygtlufy.webp?v=1764777481/cdn/shop/files/sapphire-eyed-moiss... https://sensitivestones.com/cdn/shop/files/sapphire-eyed-moissanite-snake-ring-on-handemini_Generated_Image_lufygtlufygtlufy.webp?v=1764777481 — 200 — 239.7 KiB — 198 ms — h3https://sensitivestones.com/cdn/shop/files/emerald-eyed-moissanite-snake-ring-on-hand-closeup.webp?v=1764778510/cdn/shop/files/emerald-eyed-moissa... https://sensitivestones.com/cdn/shop/files/emerald-eyed-moissanite-snake-ring-on-hand-closeup.webp?v=1764778510 — 200 — 289.5 KiB — 191 ms — h3https://sensitivestones.com/cdn/shop/files/coiled-snake-ring-gold-green-on-woman-closeup.webp?v=1773464795/cdn/shop/files/coiled-snake-ring-g... https://sensitivestones.com/cdn/shop/files/coiled-snake-ring-gold-green-on-woman-closeup.webp?v=1773464795 — 200 — 170.1 KiB — 168 ms — h3https://sensitivestones.com/cdn/shop/files/silver-moissanite-snake-bracelet-model-wrist.webp?v=1774495031/cdn/shop/files/silver-moissanite-s... https://sensitivestones.com/cdn/shop/files/silver-moissanite-snake-bracelet-model-wrist.webp?v=1774495031 — 200 — 278.1 KiB — 229 ms — h3https://sensitivestones.com/cdn/shop/files/moissanite-snake-ear-climber-earrings-green-accent-close-up-gold.png?v=1773464853/cdn/shop/files/moissanite-snake-ea... https://sensitivestones.com/cdn/shop/files/moissanite-snake-ear-climber-earrings-green-accent-close-up-gold.png?v=1773464853 — 200 — 197.0 KiB — 204 ms — h3https://sensitivestones.com/cdn/shop/files/moissanite-snake-ring-gold-plated-s925-silver-blue-women.webp?v=1764390579/cdn/shop/files/moissanite-snake-ri... https://sensitivestones.com/cdn/shop/files/moissanite-snake-ring-gold-plated-s925-silver-blue-women.webp?v=1764390579 — 200 — 306.6 KiB — 198 ms — h3https://sensitivestones.com/cdn/shop/files/silver-moissanite-serpent-eye-pendant-worn-lifestyle-green-nano.webp?v=1764140181/cdn/shop/files/silver-moissanite-s... https://sensitivestones.com/cdn/shop/files/silver-moissanite-serpent-eye-pendant-worn-lifestyle-green-nano.webp?v=1764140181 — 200 — 371.6 KiB — 231 ms — h3https://sensitivestones.com/cdn/shop/files/moissanite-snake-climber-earrings-on-black-model.webp?v=1764145573/cdn/shop/files/moissanite-snake-cl... https://sensitivestones.com/cdn/shop/files/moissanite-snake-climber-earrings-on-black-model.webp?v=1764145573 — 200 — 261.5 KiB — 225 ms — h3https://sensitivestones.com/cdn/shop/files/moissanite-snake-drop-earrings-18k-gold-plated-worn-on-ear-left.webp?v=1773464968/cdn/shop/files/moissanite-snake-dr... https://sensitivestones.com/cdn/shop/files/moissanite-snake-drop-earrings-18k-gold-plated-worn-on-ear-left.webp?v=1773464968 — 200 — 235.2 KiB — 193 ms — h3https://sensitivestones.com/cdn/shop/files/moissanite-snake-pendant-necklace-gold-on-model-1.webp?v=1773465025/cdn/shop/files/moissanite-snake-pe... https://sensitivestones.com/cdn/shop/files/moissanite-snake-pendant-necklace-gold-on-model-1.webp?v=1773465025 — 200 — 337.1 KiB — 226 ms — h3https://sensitivestones.com/cdn/shop/files/moissanite-snake-hoop-earrings-worn-lifestyle-yellow-gold.png?v=1774141935/cdn/shop/files/moissanite-snake-ho... https://sensitivestones.com/cdn/shop/files/moissanite-snake-hoop-earrings-worn-lifestyle-yellow-gold.png?v=1774141935 — 200 — 198.3 KiB — 189 ms — h3https://sensitivestones.com/cdn/shop/files/moissanite-snake-bracelet-gold-model-wear-gold.webp?v=1773464989/cdn/shop/files/moissanite-snake-br... https://sensitivestones.com/cdn/shop/files/moissanite-snake-bracelet-gold-model-wear-gold.webp?v=1773464989 — 200 — 277.1 KiB — 227 ms — h3https://sensitivestones.com/cdn/shop/files/double-snake-moissanite-ring-18k-gold-plated-worn-on-hand.webp?v=1774141959/cdn/shop/files/double-snake-moissa... https://sensitivestones.com/cdn/shop/files/double-snake-moissanite-ring-18k-gold-plated-worn-on-hand.webp?v=1774141959 — 200 — 201.0 KiB — 186 ms — h3https://sensitivestones.com/cdn/shop/files/moissanite-double-snake-head-ring-on-hand-18k-gold-plated.webp?v=1774141949/cdn/shop/files/moissanite-double-s... https://sensitivestones.com/cdn/shop/files/moissanite-double-snake-head-ring-on-hand-18k-gold-plated.webp?v=1774141949 — 200 — 108.3 KiB — 123 ms — h3https://sensitivestones.com/cdn/shop/files/h-letter-snake-moissanite-stud-earrings-silver-yellow-gold-worn-on-ear.webp?v=1774141916/cdn/shop/files/h-letter-snake-mois... https://sensitivestones.com/cdn/shop/files/h-letter-snake-moissanite-stud-earrings-silver-yellow-gold-worn-on-ear.webp?v=1774141916 — 200 — 219.0 KiB — 190 ms — h3https://sensitivestones.com/cdn/shop/files/moissanite-snake-ring-gold-plated-s925-silver-blue-women-outdoor.webp?v=1764395987/cdn/shop/files/moissanite-snake-ri... https://sensitivestones.com/cdn/shop/files/moissanite-snake-ring-gold-plated-s925-silver-blue-women-outdoor.webp?v=1764395987 — 200 — 298.4 KiB — 199 ms — h3https://sensitivestones.com/cdn/shop/files/closeup_hand_moissanite_snake_ring_green_eyes.webp?v=1764392577/cdn/shop/files/closeup_hand_moissa... https://sensitivestones.com/cdn/shop/files/closeup_hand_moissanite_snake_ring_green_eyes.webp?v=1764392577 — 200 — 321.4 KiB — 199 ms — h3https://sensitivestones.com/cdn/shop/files/snake-half-eternity-moissanite-ring-yellow-gold-on-hand-elegant.webp?v=1770741273/cdn/shop/files/snake-half-eternity... https://sensitivestones.com/cdn/shop/files/snake-half-eternity-moissanite-ring-yellow-gold-on-hand-elegant.webp?v=1770741273 — 200 — 38.9 KiB — 97 ms — h3https://sensitivestones.com/cdn/shop/files/Gemini_Generated_Image_56xemk56xemk56xe.webp?v=1764385396/cdn/shop/files/Gemini_Generated_Im... https://sensitivestones.com/cdn/shop/files/Gemini_Generated_Image_56xemk56xemk56xe.webp?v=1764385396 — 200 — 251.1 KiB — 224 ms — h3https://sensitivestones.com/cdn/shop/articles/moissanite-three-stone-dangle-earrings-gold-on-model-closeup_3f99fcf5-874d-4388-bff6-9490a0ebff48.webp?v=1764077554&width=360/cdn/shop/articles/moissanite-three... https://sensitivestones.com/cdn/shop/articles/moissanite-three-stone-dangle-earrings-gold-on-model-closeup_3f99fcf5-874d-4388-bff6-9490a0ebff48.webp?v=1764077554&width=360 — 200 — 17.0 KiB — 85 ms — h3https://sensitivestones.com/cdn/shop/articles/Sensitive-Stones-_1_13a5a90e-1320-4b56-b2b0-1eabf55c518a.webp?v=1762951418&width=360/cdn/shop/articles/Sensitive-Stones... https://sensitivestones.com/cdn/shop/articles/Sensitive-Stones-_1_13a5a90e-1320-4b56-b2b0-1eabf55c518a.webp?v=1762951418&width=360 — 200 — 20.4 KiB — 199 ms — h3https://sensitivestones.com/cdn/shop/articles/coiled-snake-ring-gold-green-on-woman-closeup_022bd7ad-012a-4016-aab2-a58cad6cb6bf.webp?v=1777958862&width=360/cdn/shop/articles/coiled-snake-rin... https://sensitivestones.com/cdn/shop/articles/coiled-snake-ring-gold-green-on-woman-closeup_022bd7ad-012a-4016-aab2-a58cad6cb6bf.webp?v=1777958862&width=360 — 200 — 15.3 KiB — 93 ms — h3https://sensitivestones.com/cdn/shop/articles/closeup-moissanite-snake-ring-green-eyes-model-outdoor.webp?v=1777968273&width=360/cdn/shop/articles/closeup-moissani... https://sensitivestones.com/cdn/shop/articles/closeup-moissanite-snake-ring-green-eyes-model-outdoor.webp?v=1777968273&width=360 — 200 — 23.3 KiB — 89 ms — h3https://sensitivestones.com/cdn/fonts/jost/jost_n4.d47a1b6347ce4a4c9f437608011273009d91f2b7.woff2/cdn/fonts/jost/jost_n4.d47a1b6347c... https://sensitivestones.com/cdn/fonts/jost/jost_n4.d47a1b6347ce4a4c9f437608011273009d91f2b7.woff2 — 200 — 12.5 KiB — 53 ms — h3https://cdn.shopify.com/videos/c/o/v/ebe9e39f6679478cab4664a880e06491.mp4cdn.shopify.com/videos/c/o/v/ebe9e3... https://cdn.shopify.com/videos/c/o/v/ebe9e39f6679478cab4664a880e06491.mp4 — 206 — 39.9 KiB — 439 ms — h3https://cdn.shopify.com/videos/c/o/v/ebe9e39f6679478cab4664a880e06491.mp4cdn.shopify.com/videos/c/o/v/ebe9e3... https://cdn.shopify.com/videos/c/o/v/ebe9e39f6679478cab4664a880e06491.mp4 — -1 — 0 B — 3 ms — https://cdn.shopify.com/videos/c/o/v/ebe9e39f6679478cab4664a880e06491.mp4cdn.shopify.com/videos/c/o/v/ebe9e3... https://cdn.shopify.com/videos/c/o/v/ebe9e39f6679478cab4664a880e06491.mp4 — 206 — 16.2 MiB — 31 ms — h3https://sensitivestones.com/cdn/shop/files/sensitive_stones_favicon.jpg?crop=center&height=32&v=1751565577&width=32/cdn/shop/files/sensitive_stones_fa... https://sensitivestones.com/cdn/shop/files/sensitive_stones_favicon.jpg?crop=center&height=32&v=1751565577&width=32 — 200 — 1.4 KiB — 35 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
48% of JavaScript execution is third-party
First-party Third-party 1466ms · 0KB · €8/mo
Unattributable
Other
Costly
Execution 1466ms
Transfer 0 KB
Monthly Cost €8/mo

These scripts may cost more than they're worth

  • Unattributable adds 1466ms and costs ~€8/month

48% of JavaScript execution time comes from third-party scripts.

Why this matters

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

Unattributable takes 1466ms 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

How third-party costs are calculated

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-04-10 — 2026-05-07)

LCP (p75)

1460 ms

95% good

INP (p75)

267 ms

66% good

CLS (p75)

0.100

74% good

FCP (p75)

1467 ms

TTFB (p75)

887 ms

Image Optimization
72 images, 9803 KB total, 3924 KB wasted
INFO

Image Optimization Audit

Total Images

72

Total Size

9803 KB

Oversized

21

Wasted

3924 KB

8 missing alt text 53 missing dimensions 5 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback