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.
14.11 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
30.82 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.38 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.036
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
18.23 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.
39.59 s
Page Load Progression
FPage Weight BudgetAction10.6 MB transferred, 159 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
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction22646ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.pendo.io/_next/static/chunks/f58c171e.afd7b257bd2c15ad.js?dpl=dpl_CPLD7VDiaxw2HmenDq93UhTrQRGa | 11073ms | 10963ms | 49ms | 3rd |
| https://www.pendo.io/_next/static/chunks/1255-8d150713ebbcba06.js?dpl=dpl_CPLD7VDiaxw2HmenDq93UhTrQRGa | 3840ms | 2051ms | 14ms | 3rd |
| https://www.pendo.io/ | 1705ms | 32ms | 210ms | 3rd |
| Unattributable | 1576ms | 152ms | 0ms | 3rd |
| https://www.pendo.io/_next/static/chunks/5580.a4808b0cf38336a6.js?dpl=dpl_CPLD7VDiaxw2HmenDq93UhTrQRGa | 1223ms | 136ms | 3ms | 3rd |
| https://www.pendo.io/_next/static/chunks/c15bf2b0-1894ff94ed039d0f.js?dpl=dpl_CPLD7VDiaxw2HmenDq93UhTrQRGa | 505ms | 50ms | 4ms | 3rd |
| https://www.pendo.io/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js?dpl=dpl_CPLD7VDiaxw2HmenDq93UhTrQRGa | 478ms | 319ms | 11ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MBJ22KN | 473ms | 350ms | 63ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-G89E8N3637 | 354ms | 272ms | 65ms | 3rd |
| https://www.pendo.io/_next/static/chunks/app/%5Blocale%5D/layout-b178b7897592e905.js?dpl=dpl_CPLD7VDiaxw2HmenDq93UhTrQRGa | 334ms | 271ms | 1ms | 3rd |
Showing top 10 of 17 scripts
FJS BundlesAction53 scripts, 596 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://fast.wistia.net/assets/external/publicApi.js@379dc59f3883ecbd8a4ec99277538cfd8c619ee8 | 147 KB | 111 KB (76%) | ✓ | 3rd |
| https://www.pendo.io/_next/static/chunks/f58c171e.afd7b257bd2c15ad.js?dpl=dpl_CPLD7VDiaxw2HmenDq93UhTrQRGa | 80 KB | 76 KB (95%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MBJ22KN | 200 KB | 69 KB (34%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-G89E8N3637 | 176 KB | 64 KB (36%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202307.1.0/otBannerSdk.js | 98 KB | 58 KB (60%) | ✓ | 3rd |
| https://fast.wistia.net/player.js | 55 KB | 40 KB (73%) | ✓ | 3rd |
| https://fast.wistia.net/player.js | 0 KB | 40 KB (73%) | ✓ | 3rd |
| https://fast.wistia.net/player.js | 55 KB | 40 KB (73%) | ✓ | 3rd |
| https://www.pendo.io/_next/static/chunks/806-5a6ab7b039432454.js?dpl=dpl_CPLD7VDiaxw2HmenDq93UhTrQRGa | 71 KB | 33 KB (47%) | ✓ | 3rd |
| https://code.jquery.com/jquery-3.7.1.min.js | 30 KB | 23 KB (76%) | ✓ | 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 InventoryAction159 resources · 10.6 MB · 596 KB savings availableFIX
~595.6 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 159 resources | 10.6 MiB | ||||||
CImage OptimizationAction41 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
BHTTP CachingprivateREVIEW
private
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading20 fonts (1097 KB)PASS
Web fonts
20
1097 KB total
Render-blocking
0
of 20
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- 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 ~635 KB and ~1270 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints29 hints, 0 missing preconnectsPASS
Current Resource Hints
29 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: Google Cloud
Network Waterfall159 requests over 7237msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.pendo.io www.pendo.io | Other | 11073ms | 80 KB | 95% | $147/mo | Costly |
www.pendo.io www.pendo.io | Other | 3840ms | 45 KB | — | $51/mo | Costly |
www.pendo.io www.pendo.io | Other | 1705ms | 165 KB | — | $23/mo | Costly |
Unattributable Unattributable | Other | 1576ms | 0 KB | — | $21/mo | Costly |
www.pendo.io www.pendo.io | Other | 1223ms | 18 KB | — | $16/mo | Costly |
www.pendo.io www.pendo.io | Other | 505ms | 21 KB | — | $7/mo | Costly |
www.pendo.io www.pendo.io | Other | 478ms | 55 KB | — | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 473ms | 200 KB | 34% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 354ms | 176 KB | 36% | $5/mo | Costly |
www.pendo.io www.pendo.io | Other | 334ms | 3 KB | — | $4/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 298ms | 98 KB | 60% | $4/mo | Essential |
www.pendo.io www.pendo.io | Other | 266ms | 43 KB | 52% | $4/mo | Costly |
fast.wistia.net fast.wistia.net | Other | 146ms | 55 KB | 73% | $2/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 126ms | 9 KB | — | $2/mo | Essential |
fast.wistia.net fast.wistia.net | Other | 123ms | 30 KB | — | $2/mo | Optional |
www.pendo.io www.pendo.io | Other | 72ms | 5 KB | — | $1/mo | Optional |
www.pendo.io www.pendo.io | Other | 53ms | 4 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.pendo.io adds 11073ms and costs ~$147/month
- www.pendo.io adds 3840ms and costs ~$51/month
- www.pendo.io adds 1705ms and costs ~$23/month
- Unattributable adds 1576ms and costs ~$21/month
- www.pendo.io adds 1223ms and costs ~$16/month
- www.pendo.io adds 505ms and costs ~$7/month
- www.pendo.io adds 478ms and costs ~$6/month
- Google Tag Manager adds 473ms and costs ~$6/month
- Google Tag Manager adds 354ms and costs ~$5/month
- www.pendo.io adds 334ms and costs ~$4/month
- www.pendo.io adds 266ms and costs ~$4/month
100% 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
www.pendo.io takes 11073ms 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
95% of www.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
www.pendo.io takes 3840ms 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
www.pendo.io takes 1705ms 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 1576ms 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
www.pendo.io takes 1223ms 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
www.pendo.io takes 505ms 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
www.pendo.io takes 478ms 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 473ms 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 354ms 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
www.pendo.io takes 334ms 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
60% of OneTrust'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
www.pendo.io takes 266ms 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 www.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
73% 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