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.
5.73 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
22.01 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.29 s
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.
10.83 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.
32.28 s
Page Load Progression
FPage Weight BudgetAction6.6 MB transferred, 368 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
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.
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction23322ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.puravidabracelets.com/ | 5753ms | 3161ms | 88ms | 3rd |
| Unattributable | 4652ms | 1074ms | 0ms | 3rd |
| https://www.puravidabracelets.com/cdn/shop/t/594/assets/swiper.min.js?v=104312064931231207321743715427 | 2649ms | 406ms | 28ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T4CH5C | 1573ms | 1100ms | 430ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 1005ms | 759ms | 13ms | 3rd |
| https://acsbapp.com/apps/app/dist/js/app.js | 770ms | 563ms | 143ms | 3rd |
| https://cdn.intelligems.io/esm/74f1b220e7d6/bundle.js | 692ms | 616ms | 3ms | 3rd |
| https://widget.ecocart.tools/ecocart.js?shop_name=puravidabracelets.myshopify.com&shop=puravidabracelets.myshopify.com | 622ms | 494ms | 122ms | 3rd |
| https://www.puravidabracelets.com/cdn/shop/t/594/assets/theme.min.js?v=53246569098173949881772207009 | 579ms | 330ms | 5ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-0JQQXK5Y9N&cx=c>m=4e6461 | 563ms | 476ms | 82ms | 3rd |
Showing top 10 of 32 scripts
FJS BundlesAction153 scripts, 619 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://acsbapp.com/apps/app/dist/js/app.js | 218 KB | 111 KB (52%) | ✓ | 3rd |
| https://widget.ecocart.tools/ecocart.js?shop_name=puravidabracelets.myshopify.com&shop=puravidabracelets.myshopify.com | 164 KB | 96 KB (60%) | ✓ | 3rd |
| https://static.rechargecdn.com/assets/js/widget.min.js?shop=puravidabracelets.myshopify.com | 119 KB | 75 KB (63%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-0JQQXK5Y9N&cx=c>m=4e6461 | 168 KB | 70 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1021643351&cx=c>m=4e6461 | 160 KB | 61 KB (38%) | ✓ | 3rd |
| https://cdn.kustomerapp.com/chat-web/release-v0.1.434/widget-main.6f73aca2ebea05ce78ef.js | 95 KB | 60 KB (63%) | ✓ | 3rd |
| https://cdn.intelligems.io/esm/74f1b220e7d6/bundle.js | 107 KB | 49 KB (46%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T4CH5C | 175 KB | 41 KB (32%) | ✓ | 3rd |
| https://cdn.kustomerapp.com/chat-web/release-v0.1.434/core-main.7936b6ea6f56895538c4.js | 42 KB | 29 KB (71%) | ✓ | 3rd |
| https://www.puravidabracelets.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 61 KB | 26 KB (44%) | ✓ | 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
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
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 |
CImage OptimizationAction104 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading9 fonts (179 KB)PASS
Web fonts
9
179 KB total
Render-blocking
0
of 9
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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)
Fixing the unchecked items could save ~16 KB and ~32 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints23 hints, 0 missing preconnectsPASS
Current Resource Hints
23 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 Waterfall368 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.puravidabracelets.com www.puravidabracelets.com | Other | 5753ms | 145 KB | — | €30/mo | Costly |
Unattributable Unattributable | Other | 4652ms | 0 KB | — | €25/mo | Costly |
www.puravidabracelets.com www.puravidabracelets.com | Other | 2649ms | 0 KB | — | €14/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1573ms | 175 KB | 32% | €8/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 1005ms | 26 KB | — | €5/mo | Costly |
acsbapp.com acsbapp.com | Other | 770ms | 218 KB | 52% | €4/mo | Costly |
cdn.intelligems.io cdn.intelligems.io | Other | 692ms | 107 KB | 46% | €4/mo | Costly |
widget.ecocart.tools widget.ecocart.tools | Other | 622ms | 164 KB | 60% | €3/mo | Costly |
www.puravidabracelets.com www.puravidabracelets.com | Other | 579ms | 0 KB | — | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 563ms | 168 KB | 42% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 537ms | 160 KB | 38% | €3/mo | Costly |
www.puravidabracelets.com www.puravidabracelets.com | Other | 502ms | 61 KB | 44% | €3/mo | Costly |
www.puravidabracelets.com www.puravidabracelets.com | Other | 402ms | 1 KB | — | €2/mo | Costly |
www.puravidabracelets.com www.puravidabracelets.com | Other | 336ms | 4 KB | — | €2/mo | Costly |
static.rechargecdn.com static.rechargecdn.com | Other | 318ms | 119 KB | 63% | €2/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 296ms | 23 KB | — | €2/mo | Costly |
puravidabracelets.myshopify.com puravidabracelets.myshopify.com | Other | 270ms | 1 KB | — | €1/mo | Costly |
cdn.kustomerapp.com cdn.kustomerapp.com | Other | 234ms | 13 KB | — | €1/mo | Costly |
cdn.kustomerapp.com cdn.kustomerapp.com | Other | 194ms | 95 KB | 63% | €1/mo | Optional |
www.puravidabracelets.com www.puravidabracelets.com | Other | 193ms | 21 KB | — | €1/mo | Optional |
www.puravidabracelets.com www.puravidabracelets.com | Other | 169ms | 28 KB | — | €1/mo | Optional |
utt.impactcdn.com utt.impactcdn.com | Other | 129ms | 21 KB | — | €1/mo | Optional |
cdn.aggle.net cdn.aggle.net | Other | 116ms | 19 KB | — | €1/mo | Optional |
s.pinimg.com s.pinimg.com | Other | 114ms | 27 KB | — | €1/mo | Optional |
cdn.kustomerapp.com cdn.kustomerapp.com | Other | 94ms | 42 KB | 71% | €0/mo | Optional |
www.puravidabracelets.com www.puravidabracelets.com | Other | 90ms | 31 KB | — | €0/mo | Optional |
www.puravidabracelets.com www.puravidabracelets.com | Other | 88ms | 23 KB | — | €0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 87ms | 8 KB | — | €0/mo | Optional |
www.puravidabracelets.com www.puravidabracelets.com | Other | 81ms | 26 KB | — | €0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 79ms | 3 KB | — | €0/mo | Optional |
www.puravidabracelets.com www.puravidabracelets.com | Other | 78ms | 4 KB | — | €0/mo | Optional |
Bing UET bat.bing.com | Advertising | 59ms | 15 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- www.puravidabracelets.com adds 5753ms and costs ~€30/month
- Unattributable adds 4652ms and costs ~€25/month
- www.puravidabracelets.com adds 2649ms and costs ~€14/month
- Google Tag Manager adds 1573ms and costs ~€8/month
- Microsoft Clarity adds 1005ms and costs ~€5/month
- acsbapp.com adds 770ms and costs ~€4/month
- cdn.intelligems.io adds 692ms and costs ~€4/month
- widget.ecocart.tools adds 622ms and costs ~€3/month
- www.puravidabracelets.com adds 579ms and costs ~€3/month
- Google Tag Manager adds 563ms and costs ~€3/month
- Google Tag Manager adds 537ms and costs ~€3/month
- www.puravidabracelets.com adds 502ms and costs ~€3/month
- www.puravidabracelets.com adds 402ms and costs ~€2/month
- www.puravidabracelets.com adds 336ms and costs ~€2/month
- static.rechargecdn.com adds 318ms and costs ~€2/month
- static.klaviyo.com adds 296ms and costs ~€2/month
- puravidabracelets.myshopify.com adds 270ms and costs ~€1/month
- cdn.kustomerapp.com adds 234ms 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.puravidabracelets.com takes 5753ms 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 4652ms 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.puravidabracelets.com takes 2649ms 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
Google Tag Manager takes 1573ms 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
Microsoft Clarity takes 1005ms 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
acsbapp.com takes 770ms 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 acsbapp.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
cdn.intelligems.io takes 692ms 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
widget.ecocart.tools takes 622ms 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
60% of widget.ecocart.tools'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
www.puravidabracelets.com takes 579ms 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
Google Tag Manager takes 563ms 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
Google Tag Manager takes 537ms 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.puravidabracelets.com takes 502ms 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.puravidabracelets.com takes 402ms 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.puravidabracelets.com takes 336ms 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
static.rechargecdn.com takes 318ms 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
63% of static.rechargecdn.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
static.klaviyo.com takes 296ms 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
puravidabracelets.myshopify.com takes 270ms 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.kustomerapp.com takes 234ms 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
63% of cdn.kustomerapp.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
71% of cdn.kustomerapp.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