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.
1.13 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.17 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
5.96 s
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.13 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.
9.73 s
Page Load Progression
FJS Execution CostAction9865ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.bestbuy.com/lvOzEqqtES9Y/eI9H-uIfDw/nL/Vrb7mrEbiL5b/HiM9MA/AFNAORc/SAGdt?v=463f3060-7d31-8239-9197-07f094220210 | 3852ms | 3135ms | 287ms | 1st |
| https://www.bestbuy.com/lvOzEqqtES9Y/eI9H-uIfDw/nL/p9b7mrEbiL5bGkzE7L/ATs5MA/KxU3V2Q/GUmwB | 2693ms | 2441ms | 167ms | 1st |
| Unattributable | 1771ms | 637ms | 0ms | 3rd |
| https://assets.bbystatic.com/analytics-dotcom/analyticsInit-f7791796aa580255fd28610903e3089e.js | 602ms | 526ms | 56ms | 3rd |
| https://www.bestbuy.com/~assets/bby/_com/cacheable-gvp-66138ea0147dd17ecdc9dc0ac1b86344.min.js | 290ms | 207ms | 82ms | 1st |
| https://www.bestbuy.com/ | 258ms | 7ms | 3ms | 1st |
| https://www.bestbuy.com/akam/13/2ca0c774 | 188ms | 171ms | 7ms | 1st |
| https://www.bestbuy.com/~assets/bby/_com/analytics-dotcom/initChildPipeline-ffee00971cdf16cacc57f870e14db909.js | 144ms | 117ms | 25ms | 1st |
| https://www.bestbuy.com/~assets/bby/_intl/landing_page/js/zepto.min.js | 68ms | 37ms | 16ms | 1st |
DJS BundlesAction15 scripts, 308 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.bestbuy.com/~assets/bby/_com/cacheable-gvp-66138ea0147dd17ecdc9dc0ac1b86344.min.js | 159 KB | 117 KB (74%) | ✓ | 1st |
| https://assets.bbystatic.com/analytics-dotcom/analyticsInit-f7791796aa580255fd28610903e3089e.js | 87 KB | 47 KB (55%) | ✓ | 3rd |
| https://www.bestbuy.com/lvOzEqqtES9Y/eI9H-uIfDw/nL/p9b7mrEbiL5bGkzE7L/ATs5MA/KxU3V2Q/GUmwB | 169 KB | 35 KB (21%) | ✓ | 1st |
| https://www.bestbuy.com/lvOzEqqtES9Y/eI9H-uIfDw/nL/p9b7mrEbiL5bGkzE7L/ATs5MA/KxU3V2Q/GUmwB | 169 KB | 35 KB (21%) | ✓ | 1st |
| https://www.bestbuy.com/lvOzEqqtES9Y/eI9H-uIfDw/nL/Vrb7mrEbiL5b/HiM9MA/AFNAORc/SAGdt?v=463f3060-7d31-8239-9197-07f094220210 | 149 KB | 27 KB (18%) | ✓ | 1st |
| https://www.bestbuy.com/lvOzEqqtES9Y/eI9H-uIfDw/nL/Vrb7mrEbiL5b/HiM9MA/AFNAORc/SAGdt?v=463f3060-7d31-8239-9197-07f094220210 | 0 KB | 27 KB (18%) | ✓ | 1st |
| https://www.bestbuy.com/~assets/bby/_com/analytics-dotcom/initChildPipeline-ffee00971cdf16cacc57f870e14db909.js | 37 KB | 21 KB (56%) | ✓ | 1st |
| https://www.bestbuy.com/~assets/bby/_intl/landing_page/js/app.min.js | 1 KB | — | ✓ | 1st |
| https://www.bestbuy.com/~assets/bby/_com/legacy-66138ea0147dd17ecdc9dc0ac1b86344.min.js | 7 KB | — | ✓ | 1st |
| https://www.bestbuy.com/~assets/bby/_intl/landing_page/js/zepto.min.js | 10 KB | — | ✓ | 1st |
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
max-age=0, no-cache, no-store
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
CImage OptimizationAction6 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
APage Weight Budget899 KB transferred, 73 requestsPASS
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
A+Third-Party Impact11% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (64 KB)PASS
Web fonts
3
64 KB total
Render-blocking
0
of 3
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+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall73 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 |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1771ms | 0 KB | — | $24/mo | Costly |
assets.bbystatic.com assets.bbystatic.com | Other | 602ms | 87 KB | 55% | $8/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 1771ms and costs ~$24/month
- assets.bbystatic.com adds 602ms and costs ~$8/month
Unattributable takes 1771ms 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
assets.bbystatic.com takes 602ms 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
55% of assets.bbystatic.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