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.04 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.66 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
222 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.016
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.90 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.
8.11 s
Page Load Progression
FPage Weight BudgetAction4.9 MB transferred, 201 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
DJS Execution CostAction3147ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://moz.com/ | 645ms | 32ms | 2ms | 1st |
| Unattributable | 433ms | 11ms | 0ms | 3rd |
| https://moz-static.moz.com/assets/dist/scripts/moz-d9ad3b71.min.js | 213ms | 133ms | 10ms | 3rd |
| https://js.hs-analytics.net/analytics/1776799200000/2886781.js | 194ms | 120ms | 4ms | 3rd |
| https://fast.wistia.net/assets/external/E-v1.js | 190ms | 152ms | 34ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 188ms | 155ms | 4ms | 3rd |
| https://cs.moz.com/next-integrations/integrations/vendor/commons.59560acdd69ed701c941.js.gz | 187ms | 173ms | 4ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-QLCPR2NDVP&cx=c>m=4e64h1 | 168ms | 152ms | 13ms | 3rd |
| https://js.hsforms.net/forms/v2.js | 136ms | 102ms | 22ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-LGQZKGRBE5&cx=c>m=4e64h1 | 102ms | 83ms | 18ms | 3rd |
Showing top 10 of 20 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/ | 225 KB | 164 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=4e64h1 | 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=4e64h1 | 156 KB | 67 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-LGQZKGRBE5&cx=c>m=4e64h1 | 179 KB | 65 KB (36%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-LLP4BMLTG0&cx=c>m=4e64k0h2 | 157 KB | 64 KB (41%) | ✓ | 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 InventoryAction201 resources · 4.9 MB · 1.4 MB savings availableFIX
~1.4 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 201 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
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 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 Waterfall201 requests over 5719msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 433ms | 0 KB | — | $8/mo | Costly |
moz-static.moz.com moz-static.moz.com | Other | 213ms | 93 KB | 47% | $4/mo | Costly |
HubSpot Analytics js.hs-analytics.net | Analytics | 194ms | 42 KB | — | $4/mo | Optional |
fast.wistia.net fast.wistia.net | Other | 190ms | 162 KB | 75% | $4/mo | Optional |
Microsoft Clarity scripts.clarity.ms | Session Replay | 188ms | 26 KB | — | $4/mo | Optional |
cs.moz.com cs.moz.com | Other | 187ms | 22 KB | — | $4/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 168ms | 156 KB | 48% | $3/mo | Optional |
js.hsforms.net js.hsforms.net | Other | 136ms | 194 KB | 39% | $3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 102ms | 179 KB | 36% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 85ms | 156 KB | 43% | $2/mo | Optional |
cdn.ziffstatic.com cdn.ziffstatic.com | Other | 80ms | 126 KB | 59% | $2/mo | Optional |
Stripe js.stripe.com | Payment | 79ms | 225 KB | 73% | $1/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 75ms | 157 KB | 41% | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 73ms | 47 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 63ms | 117 KB | 52% | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 55ms | 97 KB | 30% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 52ms | 145 KB | 44% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 51ms | 143 KB | 45% | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 433ms and costs ~$8/month
- moz-static.moz.com adds 213ms and costs ~$4/month
77% 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 433ms 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 213ms 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
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
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
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