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.
3.17 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.94 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.19 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.849
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.98 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.
21.71 s
Page Load Progression
FPage Weight BudgetAction2.9 MB transferred, 131 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
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 CostAction10058ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://marketing-assets.calendly.com/_next/static/chunks/0wcez47q7d~ix.js | 4139ms | 2890ms | 18ms | 3rd |
| https://calendly.com/ | 3060ms | 12ms | 34ms | 3rd |
| Unattributable | 985ms | 76ms | 0ms | 3rd |
| https://marketing-assets.calendly.com/_next/static/chunks/03~y8y.mm.187.js | 483ms | 15ms | 454ms | 3rd |
| https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js | 408ms | 280ms | 126ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-W3RGHP8 | 358ms | 284ms | 54ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-725106552&cx=c>m=4e6460 | 210ms | 161ms | 28ms | 3rd |
| https://marketing-assets.calendly.com/_next/static/chunks/09jveylm1qq.y.js | 181ms | 5ms | 162ms | 3rd |
| https://js.navattic.com/sdk.js?key=pkey_cm34kdcx100f3rs3bgnka6ct0 | 136ms | 131ms | 2ms | 3rd |
| https://ws.zoominfo.com/pixel/62d762a3bfe14c008f0eec2d | 100ms | 80ms | 6ms | 3rd |
FJS BundlesAction26 scripts, 1.3 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://marketing-assets.calendly.com/_next/static/chunks/03~y8y.mm.187.js | 747 KB | 686 KB (92%) | ✓ | 3rd |
| https://marketing-assets.calendly.com/_next/static/chunks/09jveylm1qq.y.js | 381 KB | 249 KB (65%) | ✓ | 3rd |
| https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js | 257 KB | 157 KB (61%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-W3RGHP8 | 167 KB | 79 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-725106552&cx=c>m=4e6460 | 144 KB | 63 KB (44%) | ✓ | 3rd |
| https://marketing-assets.calendly.com/_next/static/chunks/0magscpdntu-h.js | 26 KB | 25 KB (98%) | ✓ | 3rd |
| https://marketing-assets.calendly.com/_next/static/chunks/0wcez47q7d~ix.js | 69 KB | 24 KB (35%) | ✓ | 3rd |
| https://marketing-assets.calendly.com/_next/static/chunks/0dpzkd19qq3rb.js | 37 KB | 21 KB (57%) | ✓ | 3rd |
| https://marketing-assets.calendly.com/_next/static/chunks/134y3i3gfugxs.js | 15 KB | — | ✓ | 3rd |
| https://snippet.maze.co/maze-universal-loader.js?apiKey=f7d8a032-7fe8-4549-a433-ecbaf290cbaa | 3 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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction45 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.
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
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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading8 fonts (274 KB)PASS
Web fonts
8
274 KB total
Render-blocking
0
of 8
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
- 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 ~48 KB and ~96 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints30 hints, 0 missing preconnectsPASS
Current Resource Hints
30 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 Waterfall131 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 |
|---|---|---|---|---|---|---|
marketing-assets.calendly.com marketing-assets.calendly.com | Other | 4139ms | 69 KB | 35% | €72/mo | Costly |
calendly.com calendly.com | Other | 3060ms | 84 KB | — | €53/mo | Costly |
Unattributable Unattributable | Other | 985ms | 0 KB | — | €17/mo | Costly |
marketing-assets.calendly.com marketing-assets.calendly.com | Other | 483ms | 747 KB | 92% | €8/mo | Costly |
cdn.ketchjs.com cdn.ketchjs.com | Other | 408ms | 257 KB | 61% | €7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 358ms | 167 KB | 47% | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 210ms | 144 KB | 44% | €4/mo | Costly |
marketing-assets.calendly.com marketing-assets.calendly.com | Other | 181ms | 381 KB | 65% | €3/mo | Optional |
js.navattic.com js.navattic.com | Other | 136ms | 10 KB | — | €2/mo | Optional |
ws.zoominfo.com ws.zoominfo.com | Other | 100ms | 2 KB | — | €2/mo | Optional |
These scripts may cost more than they're worth
- marketing-assets.calendly.com adds 4139ms and costs ~€72/month
- calendly.com adds 3060ms and costs ~€53/month
- Unattributable adds 985ms and costs ~€17/month
- marketing-assets.calendly.com adds 483ms and costs ~€8/month
- cdn.ketchjs.com adds 408ms and costs ~€7/month
- Google Tag Manager adds 358ms and costs ~€6/month
- Google Tag Manager adds 210ms 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
marketing-assets.calendly.com takes 4139ms 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
calendly.com takes 3060ms 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 985ms 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
marketing-assets.calendly.com takes 483ms 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
92% of marketing-assets.calendly.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
cdn.ketchjs.com takes 408ms 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
61% of cdn.ketchjs.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 358ms 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 210ms 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
65% of marketing-assets.calendly.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