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.
2.11 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.06 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.45 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.028
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.24 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.
47.98 s
Page Load Progression
FPage Weight BudgetAction11.3 MB transferred, 187 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
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 CostAction9354ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://woocommerce.com/ | 2567ms | 102ms | 35ms | 1st |
| https://fast.wistia.com/assets/external/E-v1.js | 1781ms | 1355ms | 129ms | 3rd |
| Unattributable | 1528ms | 167ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-W64W8Q | 522ms | 416ms | 80ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-98K30SHWB2&cx=c>m=4e6411 | 449ms | 368ms | 76ms | 3rd |
| https://woocommerce.com/wp-includes/js/dist/vendor/react.min.js?ver=18.3.1.1 | 328ms | 286ms | 2ms | 1st |
| https://www.googletagmanager.com/gtag/destination?id=AW-878432221&cx=c>m=4e6411 | 288ms | 232ms | 52ms | 3rd |
| https://woocommerce.com/wp-content/themes/woo/dist/bundle.min.js?ver=58af148a197a959344e1ecc3b47eefc28fa99699 | 239ms | 44ms | 2ms | 1st |
| https://static.klaviyo.com/onsite/js/build-preview/commit-f6f00cac0c842ff6b918911ae9159db809c1b007/sharedUtils.bee471ed1ccdfc7f7848.js?cb=2 | 194ms | 87ms | 9ms | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 185ms | 152ms | 30ms | 3rd |
Showing top 10 of 22 scripts
DJS BundlesAction76 scripts, 476 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://fast.wistia.com/assets/external/engines/hls_video.js@d8ce1c87dcf1b9a4d8e0c7f1f6f913f9fec9e6c5 | 159 KB | 122 KB (77%) | ✓ | 3rd |
| https://fast.wistia.com/assets/external/E-v1.js | 162 KB | 80 KB (49%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-98K30SHWB2&cx=c>m=4e6411 | 171 KB | 65 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-878432221&cx=c>m=4e6411 | 143 KB | 60 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-W64W8Q | 168 KB | 59 KB (35%) | ✓ | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 57 KB | 36 KB (64%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 34 KB (35%) | ✓ | 3rd |
| https://browser.sentry-cdn.com/9.6.1/bundle.min.js | 25 KB | 21 KB (86%) | ✓ | 3rd |
| https://js.adsrvr.org/up_loader.1.1.0.js | 11 KB | — | ✓ | 3rd |
| https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-f6f00cac0c842ff6b918911ae9159db809c1b007/vendors~static~in_app_forms~signup_forms~post_identification_sync~web_personalization~client_identity~reviews~telemetry~customerHubRoot~renderFavoritesButton~renderFavoritesIconButton~FavoritesButtonElement~renderFaqWidget~.2cc0e8eaac59e1064c76.js?cb=2 | 4 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
CImage OptimizationAction71 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
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
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
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
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
A+Third-Party Impact12% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (1096 KB)PASS
Web fonts
4
1096 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~548 KB and ~1096 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints9 hints, 0 missing preconnectsPASS
Current Resource Hints
9 resource hints configured
AHTTP Cachingmax-age=1800 (30 minutes)PASS
public, max-age=1800
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 1800 | Cache for 30 minutes |
Network Waterfall187 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 |
|---|---|---|---|---|---|---|
fast.wistia.com fast.wistia.com | Other | 1781ms | 162 KB | 49% | $10/mo | Costly |
Unattributable Unattributable | Other | 1528ms | 0 KB | — | $9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 522ms | 168 KB | 35% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 449ms | 171 KB | 38% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 288ms | 143 KB | 42% | $2/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 194ms | 23 KB | — | $1/mo | Optional |
Hotjar script.hotjar.com | Session Replay | 185ms | 57 KB | 64% | $1/mo | Optional |
cdn.parsely.com cdn.parsely.com | Other | 171ms | 21 KB | — | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 170ms | 95 KB | 35% | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 146ms | 37 KB | — | $1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 109ms | 8 KB | — | $1/mo | Optional |
www.redditstatic.com www.redditstatic.com | Other | 86ms | 19 KB | — | $0/mo | Optional |
fast.wistia.com fast.wistia.com | Other | 83ms | 159 KB | 77% | $0/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 74ms | 19 KB | — | $0/mo | Optional |
js.adsrvr.org js.adsrvr.org | Other | 65ms | 11 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- fast.wistia.com adds 1781ms and costs ~$10/month
- Unattributable adds 1528ms and costs ~$9/month
- Google Tag Manager adds 522ms and costs ~$3/month
- Google Tag Manager adds 449ms and costs ~$3/month
- Google Tag Manager adds 288ms and costs ~$2/month
63% of JavaScript execution time comes from third-party scripts.
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
fast.wistia.com takes 1781ms 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 1528ms 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 522ms 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 449ms 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 288ms 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
64% of Hotjar'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
77% of fast.wistia.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