Performance
· 17 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.01 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
24.93 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.08 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.116
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.62 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.
36.98 s
Page Load Progression
FPage Weight BudgetAction4.9 MB transferred, 202 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
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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
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 ImpactAction72% third-party, 0 ms blockingFIX
FJS Execution CostAction14440ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1977ms | 37ms | 0ms | 3rd |
| https://moz.com/ | 1727ms | 129ms | 10ms | 1st |
| https://moz-static.moz.com/assets/dist/scripts/moz-d9ad3b71.min.js | 988ms | 539ms | 45ms | 3rd |
| https://cs.moz.com/next-integrations/integrations/vendor/commons.59560acdd69ed701c941.js.gz | 883ms | 813ms | 18ms | 3rd |
| https://js.hs-analytics.net/analytics/1776799200000/2886781.js | 830ms | 547ms | 13ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 804ms | 717ms | 11ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-QLCPR2NDVP&cx=c>m=4e64k0h2 | 734ms | 661ms | 62ms | 3rd |
| https://fast.wistia.net/assets/external/E-v1.js | 662ms | 520ms | 119ms | 3rd |
| https://js.hsforms.net/forms/v2.js | 532ms | 424ms | 81ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-LGQZKGRBE5&cx=c>m=4e64k0h2 | 492ms | 403ms | 82ms | 3rd |
Showing top 10 of 38 scripts
FJS BundlesAction71 scripts, 1.4 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://js.stripe.com/v3/ | 220 KB | 160 KB (73%) | ✓ | 3rd |
| https://cdn.pendo.io/agent/static/c938a74e-5d48-469a-6c35-3cc224344bec/pendo.js | 189 KB | 155 KB (82%) | ✓ | 3rd |
| https://fast.wistia.net/assets/external/E-v1.js | 162 KB | 121 KB (75%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-QLCPR2NDVP&cx=c>m=4e64k0h2 | 156 KB | 75 KB (48%) | ✓ | 3rd |
| https://cdn.ziffstatic.com/jst/otBannerSdk.202512.1.0.js | 126 KB | 74 KB (59%) | ✓ | 3rd |
| https://js.hsforms.net/forms/v2.js | 194 KB | 72 KB (39%) | ✓ | 3rd |
| https://moz-static.moz.com/assets/dist/scripts/vendor-d3099516.min.js | 89 KB | 70 KB (79%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-DS7K9Q3S5W&cx=c>m=4e64k0h2 | 156 KB | 67 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-LGQZKGRBE5&cx=c>m=4e64k0h2 | 179 KB | 65 KB (36%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-16706319439&cx=c>m=4e64k0h2 | 143 KB | 64 KB (45%) | ✓ | 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 InventoryAction202 resources · 4.9 MB · 1.4 MB savings availableFIX
~1.4 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 202 resources | 4.9 MiB | ||||||
CImage OptimizationAction58 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
BHTTP Cachingno-cacheREVIEW
no-cache
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (112 KB)PASS
Web fonts
6
112 KB total
Render-blocking
0
of 6
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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 ~9 KB and ~18 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints6 hints, 0 missing preconnectsPASS
Current Resource Hints
6 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 Waterfall202 requests over 7420msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1977ms | 0 KB | — | $37/mo | Costly |
moz-static.moz.com moz-static.moz.com | Other | 988ms | 93 KB | 47% | $19/mo | Costly |
cs.moz.com cs.moz.com | Other | 883ms | 22 KB | — | $17/mo | Costly |
HubSpot Analytics js.hs-analytics.net | Analytics | 830ms | 42 KB | — | $16/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 804ms | 26 KB | — | $15/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 734ms | 156 KB | 48% | $14/mo | Costly |
fast.wistia.net fast.wistia.net | Other | 662ms | 162 KB | 75% | $12/mo | Costly |
js.hsforms.net js.hsforms.net | Other | 532ms | 194 KB | 39% | $10/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 492ms | 179 KB | 36% | $9/mo | Costly |
Stripe js.stripe.com | Payment | 377ms | 220 KB | 73% | $7/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 352ms | 156 KB | 43% | $7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 271ms | 117 KB | 52% | $5/mo | Costly |
cdn.ziffstatic.com cdn.ziffstatic.com | Other | 268ms | 126 KB | 59% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 264ms | 157 KB | 41% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 259ms | 145 KB | 44% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 230ms | 143 KB | 45% | $4/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 218ms | 97 KB | 30% | $4/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 207ms | 47 KB | — | $4/mo | Costly |
cdn.pendo.io cdn.pendo.io | Other | 197ms | 189 KB | 82% | $4/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 184ms | 180 KB | 32% | $3/mo | Optional |
js.hubspot.com js.hubspot.com | Other | 180ms | 28 KB | — | $3/mo | Optional |
cdn.ziffstatic.com cdn.ziffstatic.com | Other | 158ms | 0 KB | — | $3/mo | Optional |
cdn.ziffstatic.com cdn.ziffstatic.com | Other | 155ms | 22 KB | — | $3/mo | Optional |
utt.impactcdn.com utt.impactcdn.com | Other | 144ms | 21 KB | — | $3/mo | Optional |
cs.moz.com cs.moz.com | Other | 122ms | 9 KB | — | $2/mo | Optional |
cdn.drda.io cdn.drda.io | Other | 100ms | 35 KB | — | $2/mo | Optional |
cs.moz.com cs.moz.com | Other | 98ms | 51 KB | 62% | $2/mo | Optional |
moz-static.moz.com moz-static.moz.com | Other | 89ms | 46 KB | 49% | $2/mo | Optional |
moz-static.moz.com moz-static.moz.com | Other | 89ms | 89 KB | 79% | $2/mo | Optional |
Twitter/X Pixel static.ads-twitter.com | Advertising | 87ms | 13 KB | — | $2/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 80ms | 19 KB | — | $2/mo | Optional |
static.cloudflareinsights.com static.cloudflareinsights.com | Other | 77ms | 11 KB | — | $1/mo | Optional |
Google Analytics www.google-analytics.com | Analytics | 63ms | 21 KB | — | $1/mo | Optional |
cs.moz.com cs.moz.com | Other | 57ms | 28 KB | — | $1/mo | Optional |
js.hs-scripts.com js.hs-scripts.com | Other | 53ms | 1 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1977ms and costs ~$37/month
- moz-static.moz.com adds 988ms and costs ~$19/month
- cs.moz.com adds 883ms and costs ~$17/month
- HubSpot Analytics adds 830ms and costs ~$16/month
- Microsoft Clarity adds 804ms and costs ~$15/month
- Google Tag Manager adds 734ms and costs ~$14/month
- fast.wistia.net adds 662ms and costs ~$12/month
- js.hsforms.net adds 532ms and costs ~$10/month
- Google Tag Manager adds 492ms and costs ~$9/month
- Google Tag Manager adds 352ms and costs ~$7/month
- Google Tag Manager adds 271ms and costs ~$5/month
- cdn.ziffstatic.com adds 268ms and costs ~$5/month
- Google Tag Manager adds 264ms and costs ~$5/month
- Google Tag Manager adds 259ms and costs ~$5/month
- Google Tag Manager adds 230ms and costs ~$4/month
- Facebook Pixel adds 218ms and costs ~$4/month
- Facebook Pixel adds 207ms and costs ~$4/month
85% 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
Unattributable takes 1977ms 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
moz-static.moz.com takes 988ms 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
cs.moz.com takes 883ms 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
HubSpot Analytics takes 830ms 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 804ms 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 734ms 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
fast.wistia.net takes 662ms 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
75% of fast.wistia.net'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
js.hsforms.net takes 532ms 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 492ms 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
73% of Stripe'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
Google Tag Manager takes 352ms 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 271ms 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 Google Tag Manager'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.ziffstatic.com takes 268ms 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
59% of cdn.ziffstatic.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
Google Tag Manager takes 264ms 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 259ms 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 230ms 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
Facebook Pixel takes 218ms 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
Facebook Pixel takes 207ms 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
82% of cdn.pendo.io'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
62% of cs.moz.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
79% of moz-static.moz.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