Performance
· 16 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.
4.48 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.29 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.34 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.170
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.34 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.
16.78 s
Page Load Progression
FPage Weight BudgetAction3.7 MB transferred, 309 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
DThird-Party ImpactAction98% third-party, 0 ms blockingFIX
FJS Execution CostAction10520ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.zoom.com/?cms_guid=false | 3209ms | 106ms | 11ms | 1st |
| Unattributable | 1684ms | 264ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5WKFT9 | 1005ms | 632ms | 337ms | 3rd |
| https://st1.zoom.us/homepage/20260407-0049/primary/dist/main.js | 750ms | 212ms | 1ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202409.2.0/otBannerSdk.js | 694ms | 252ms | 168ms | 3rd |
| https://st1.zoom.us/homepage/20260407-0049/primary/dist/components/product-hub-components/CustomerStoriesExpandedCards/CustomerStoriesExpandedCards.js | 631ms | 26ms | 1ms | 3rd |
| https://us01ccistatic.zoom.us/us01cci/web-sdk/9283/web-campaign.js?env=us01&apikey=AM_FKF55QOG_vdWum455Vg&lazyLoadCampaignUrl=_blank&v=9283 | 530ms | 358ms | 9ms | 3rd |
| https://www.zoom.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 398ms | 379ms | 3ms | 1st |
| https://us01ccistatic.zoom.us/us01cci/web-sdk/chat-client.js | 364ms | 267ms | 19ms | 3rd |
| https://st1.zoom.us/homepage/20260407-0049/primary/dist/components/product-hub-components/CustomSwiperSlider/CustomSwiperSlider.js | 253ms | 18ms | 2ms | 3rd |
Showing top 10 of 17 scripts
FJS BundlesAction117 scripts, 532 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://us01ccistatic.zoom.us/us01cci/web-sdk/9283/web-campaign.js?env=us01&apikey=AM_FKF55QOG_vdWum455Vg&lazyLoadCampaignUrl=_blank&v=9283 | 302 KB | 159 KB (53%) | ✗ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5WKFT9 | 204 KB | 73 KB (36%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5WKFT9 | 0 KB | 73 KB (36%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202409.2.0/otBannerSdk.js | 112 KB | 61 KB (55%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202409.2.0/otBannerSdk.js | 0 KB | 61 KB (55%) | ✓ | 3rd |
| https://st1.zoom.us/homepage/20260407-0049/primary/dist/js/utilities/swiper-bundle.min.js | 43 KB | 28 KB (67%) | ✓ | 3rd |
| https://st1.zoom.us/homepage/20260407-0049/primary/dist/js/utilities/swiper-bundle.min.js | 0 KB | 28 KB (67%) | ✓ | 3rd |
| https://us01ccistatic.zoom.us/us01cci/web-sdk/chat-client.js | 55 KB | 23 KB (42%) | ✓ | 3rd |
| https://us01ccistatic.zoom.us/us01cci/web-sdk/chat-client.js | 55 KB | 23 KB (42%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/otSDKStub.js | 0 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 OptimizationAction60 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.
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
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+Text CompressionAll text resources are compressedPASS
A+Font Loading10 fonts (294 KB)PASS
Web fonts
10
294 KB total
Render-blocking
0
of 10
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+HTTP Cachingmax-age=3600 (1 hour)PASS
public, max-age=3600
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 3600 | Cache for 1 hour |
Network Waterfall309 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 | 1684ms | 0 KB | — | $32/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1005ms | 0 KB | 36% | $19/mo | Costly |
st1.zoom.us st1.zoom.us | Other | 750ms | 0 KB | — | $14/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 694ms | 0 KB | 55% | $13/mo | Essential |
st1.zoom.us st1.zoom.us | Other | 631ms | 0 KB | — | $12/mo | Costly |
us01ccistatic.zoom.us us01ccistatic.zoom.us | Other | 530ms | 302 KB | 53% | $10/mo | Costly |
us01ccistatic.zoom.us us01ccistatic.zoom.us | Other | 364ms | 55 KB | 42% | $7/mo | Costly |
st1.zoom.us st1.zoom.us | Other | 253ms | 0 KB | — | $5/mo | Costly |
jsDelivr cdn.jsdelivr.net | CDN | 237ms | 50 KB | — | $4/mo | Costly |
cdn.bc0a.com cdn.bc0a.com | Other | 214ms | 0 KB | — | $4/mo | Costly |
st1.zoom.us st1.zoom.us | Other | 134ms | 0 KB | — | $3/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 130ms | 0 KB | — | $2/mo | Essential |
st1.zoom.us st1.zoom.us | Other | 76ms | 0 KB | — | $1/mo | Optional |
st1.zoom.us st1.zoom.us | Other | 63ms | 0 KB | 67% | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1684ms and costs ~$32/month
- Google Tag Manager adds 1005ms and costs ~$19/month
- st1.zoom.us adds 750ms and costs ~$14/month
- st1.zoom.us adds 631ms and costs ~$12/month
- us01ccistatic.zoom.us adds 530ms and costs ~$10/month
- us01ccistatic.zoom.us adds 364ms and costs ~$7/month
- st1.zoom.us adds 253ms and costs ~$5/month
- jsDelivr adds 237ms and costs ~$4/month
- cdn.bc0a.com adds 214ms and costs ~$4/month
64% 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
Unattributable takes 1684ms 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 1005ms 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
st1.zoom.us takes 750ms 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
55% 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
st1.zoom.us takes 631ms 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
us01ccistatic.zoom.us takes 530ms 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
53% of us01ccistatic.zoom.us'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
us01ccistatic.zoom.us takes 364ms 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
st1.zoom.us takes 253ms 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
jsDelivr takes 237ms 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
cdn.bc0a.com takes 214ms 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
67% of st1.zoom.us'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