Performance
· 14 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.
399 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.51 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.65 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.009
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.00 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.
5.08 s
Page Load Progression
FPage Weight BudgetAction3.4 MB transferred, 154 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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
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
FJS Execution CostAction5379ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.bigcommerce.com/_next/static/chunks/framework-b7b8137fa3a9d31a.js | 2957ms | 2741ms | 5ms | 1st |
| https://www.bigcommerce.com/_next/static/chunks/pages/_app-8baf31dee9a7b458.js | 1184ms | 705ms | 60ms | 1st |
| Unattributable | 491ms | 21ms | 0ms | 3rd |
| https://www.bigcommerce.com/ | 394ms | 8ms | 1ms | 1st |
| https://www.bigcommerce.com/_next/static/chunks/7554.06f98d95ca62a820.js | 182ms | 178ms | 4ms | 1st |
| https://www.bigcommerce.com/_next/static/chunks/main-742be3fa220ac20b.js | 170ms | 148ms | 5ms | 1st |
FJS BundlesAction66 scripts, 560 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.bigcommerce.com/_next/static/chunks/pages/_app-8baf31dee9a7b458.js | 414 KB | 196 KB (48%) | ✓ | 1st |
| https://www.bigcommerce.com/_next/static/chunks/2116-50e1b1f0cf02c8d4.js | 32 KB | 118 KB (89%) | ✓ | 1st |
| https://www.bigcommerce.com/_next/static/chunks/2116-50e1b1f0cf02c8d4.js | 0 KB | 118 KB (89%) | ✓ | 1st |
| https://www.bigcommerce.com/_next/static/chunks/01587d02-e76a22e6c152deb6.js | 9 KB | 45 KB (93%) | ✓ | 1st |
| https://www.bigcommerce.com/_next/static/chunks/01587d02-e76a22e6c152deb6.js | 0 KB | 45 KB (93%) | ✓ | 1st |
| https://www.bigcommerce.com/_next/static/chunks/7554.06f98d95ca62a820.js | 45 KB | 38 KB (84%) | ✓ | 1st |
| https://www.bigcommerce.com/_next/static/chunks/4380.ad7af82714332598.js | 1 KB | — | ✓ | 1st |
| https://www.bigcommerce.com/_next/static/chunks/pages/resources/reports/%5Bslug%5D-1eba9397efa2470e.js | 4 KB | — | ✓ | 1st |
| https://www.bigcommerce.com/_next/static/chunks/4759-af481d2f627a72a9.js | 15 KB | — | ✓ | 1st |
| https://www.bigcommerce.com/_next/static/chunks/pages/%5B%5B...path%5D%5D-0f732b0ebedefc32.js | 3 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
BImage Optimization24 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingpublic, max-age=0, must-revalidateREVIEW
public, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
AThird-Party Impact28% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading15 fonts (608 KB)PASS
Web fonts
15
608 KB total
Render-blocking
0
of 15
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
- 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 ~81 KB and ~162 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall154 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 | 491ms | 0 KB | — | $3/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 491ms and costs ~$3/month
Unattributable takes 491ms 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