Performance
· 15 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.
1.18 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.67 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
73 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.59 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.
4.17 s
Page Load Progression
FPage Weight BudgetAction3.4 MB transferred, 272 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction4188ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.wyze.com/ | 2510ms | 49ms | 7ms | 3rd |
| Unattributable | 511ms | 52ms | 0ms | 3rd |
| https://chatbox.copilot.livex.ai/livex.min.js | 441ms | 284ms | 66ms | 3rd |
| https://cmp.osano.com/y7a1sxIkQ7/e73f0cc6-dca5-44f2-a592-e4e5a248a498/osano.js | 269ms | 219ms | 7ms | 3rd |
| https://www.wyze.com/cdn/shop/t/766/assets/wyze-chat-banner-min.js?v=106875267620058879811776213654 | 206ms | 182ms | 0ms | 3rd |
| https://www.wyze.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 165ms | 143ms | 4ms | 3rd |
| https://www.wyze.com/cdn/shop/t/766/assets/integration-livex-min.js?v=21251520204343566001774890950 | 87ms | 81ms | 0ms | 3rd |
FJS BundlesAction124 scripts, 674 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://chatbox.copilot.livex.ai/livex.min.js | 792 KB | 421 KB (53%) | ✓ | 3rd |
| https://chatbox.copilot.livex.ai/cdn/livekit/livekit-client.umd.min.js | 104 KB | 88 KB (85%) | ✓ | 3rd |
| https://static.rechargecdn.com/assets/js/widget.min.js?shop=wyzecom.myshopify.com | 119 KB | 75 KB (63%) | ✓ | 3rd |
| https://chatbox.copilot.livex.ai/cdn/suggested-questions-widget/livex-suggested-questions.min.js | 111 KB | 48 KB (43%) | ✓ | 3rd |
| https://cmp.osano.com/y7a1sxIkQ7/e73f0cc6-dca5-44f2-a592-e4e5a248a498/osano.js | 71 KB | 21 KB (30%) | ✓ | 3rd |
| https://cmp.osano.com/y7a1sxIkQ7/e73f0cc6-dca5-44f2-a592-e4e5a248a498/osano.js | 0 KB | 21 KB (30%) | ✓ | 3rd |
| https://www.wyze.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? | 12 KB | — | ✓ | 3rd |
| https://www.wyze.com/cart/update.js | 2 KB | — | ✓ | 3rd |
| https://www.wyze.com/cdn/shopifycloud/shop-js/modules/v2/client.shop-cart-sync_D04a7IPX.en.esm.js | 2 KB | — | ✓ | 3rd |
| https://www.wyze.com/cdn/shopifycloud/shop-js/modules/v2/chunk.errors_C1VNjpXc.esm.js | 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
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
FPage Weight InventoryAction272 resources · 3.4 MB · 674 KB savings availableFIX
~673.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 272 resources | 3.4 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction30 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.
Performance issues directly impact user engagement and conversion rates.
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 Loading6 fonts (180 KB)PASS
Web fonts
6
180 KB total
Render-blocking
0
of 6
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 HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall272 requests over 36100msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.wyze.com www.wyze.com | Other | 2510ms | 104 KB | — | $14/mo | Costly |
Unattributable Unattributable | Other | 511ms | 0 KB | — | $3/mo | Costly |
chatbox.copilot.livex.ai chatbox.copilot.livex.ai | Other | 441ms | 792 KB | 53% | $3/mo | Costly |
cmp.osano.com cmp.osano.com | Other | 269ms | 0 KB | 30% | $2/mo | Costly |
www.wyze.com www.wyze.com | Other | 206ms | 3 KB | — | $1/mo | Costly |
www.wyze.com www.wyze.com | Other | 165ms | 0 KB | — | $1/mo | Optional |
www.wyze.com www.wyze.com | Other | 87ms | 2 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- www.wyze.com adds 2510ms and costs ~$14/month
- Unattributable adds 511ms and costs ~$3/month
- chatbox.copilot.livex.ai adds 441ms and costs ~$3/month
- cmp.osano.com adds 269ms and costs ~$2/month
- www.wyze.com adds 206ms 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.wyze.com takes 2510ms 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 511ms 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
chatbox.copilot.livex.ai takes 441ms 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
53% of chatbox.copilot.livex.ai'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
cmp.osano.com takes 269ms 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.wyze.com takes 206ms 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