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.
1.06 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
114 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.074
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.55 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.
3.04 s
Page Load Progression
FPage Weight BudgetAction3.9 MB transferred, 319 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
DJS Execution CostAction2625ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.zoom.com/?cms_guid=false | 874ms | 17ms | 3ms | 1st |
| Unattributable | 495ms | 57ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5WKFT9 | 246ms | 151ms | 90ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202409.2.0/otBannerSdk.js | 213ms | 95ms | 41ms | 3rd |
| https://st1.zoom.us/homepage/20260407-0049/primary/dist/components/product-hub-components/CustomerStoriesExpandedCards/CustomerStoriesExpandedCards.js | 159ms | 6ms | 0ms | 3rd |
| https://cdn.jsdelivr.net/npm/gsap@3.13.0/gsap-core.js | 140ms | 7ms | 4ms | 3rd |
| https://us01ccistatic.zoom.us/us01cci/web-sdk/9283/web-campaign.js?env=us01&apikey=AM_FKF55QOG_vdWum455Vg&lazyLoadCampaignUrl=_blank&v=9283 | 130ms | 87ms | 2ms | 3rd |
| https://st1.zoom.us/homepage/20260407-0049/primary/dist/main.js | 112ms | 48ms | 0ms | 3rd |
| https://www.zoom.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 97ms | 85ms | 1ms | 1st |
| https://us01ccistatic.zoom.us/us01cci/web-sdk/chat-client.js | 96ms | 74ms | 16ms | 3rd |
Showing top 10 of 11 scripts
FJS BundlesAction118 scripts, 579 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 | 301 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 | 29 KB (67%) | ✓ | 3rd |
| https://st1.zoom.us/homepage/20260407-0049/primary/dist/js/utilities/swiper-bundle.min.js | 0 KB | 29 KB (67%) | ✓ | 3rd |
| https://cdn.jsdelivr.net/npm/gsap@3.13.0/gsap-core.js | 50 KB | 24 KB (48%) | ✗ | 3rd |
| https://cdn.jsdelivr.net/npm/gsap@3.13.0/gsap-core.js | 0 KB | 24 KB (48%) | ✗ | 3rd |
| https://us01ccistatic.zoom.us/us01cci/web-sdk/chat-client.js | 55 KB | 23 KB (42%) | ✓ | 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 OptimizationAction63 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
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 Loading12 fonts (309 KB)PASS
Web fonts
12
309 KB total
Render-blocking
0
of 12
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- 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 ~5 KB and ~10 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
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 Waterfall319 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 | 495ms | 0 KB | — | $9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 246ms | 0 KB | 36% | $5/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 213ms | 0 KB | 55% | $4/mo | Essential |
st1.zoom.us st1.zoom.us | Other | 159ms | 0 KB | — | $3/mo | Optional |
jsDelivr cdn.jsdelivr.net | CDN | 140ms | 0 KB | 48% | $3/mo | Optional |
us01ccistatic.zoom.us us01ccistatic.zoom.us | Other | 130ms | 301 KB | 53% | $2/mo | Optional |
st1.zoom.us st1.zoom.us | Other | 112ms | 0 KB | — | $2/mo | Optional |
us01ccistatic.zoom.us us01ccistatic.zoom.us | Other | 96ms | 55 KB | 42% | $2/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 495ms and costs ~$9/month
- Google Tag Manager adds 246ms and costs ~$5/month
61% 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 495ms 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 246ms 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
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