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.
445 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.02 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
592 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.043
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.76 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.89 s
Page Load Progression
FPage Weight BudgetAction7.4 MB transferred, 206 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 ImpactAction76% third-party, 0 ms blockingFIX
DJS Execution CostAction2960ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://widget.kapa.ai/kapa-widget.bundle.js | 427ms | 351ms | 56ms | 3rd |
| https://www.cockroachlabs.com/ | 350ms | 16ms | 8ms | 1st |
| Unattributable | 301ms | 26ms | 0ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 270ms | 232ms | 30ms | 3rd |
| https://www.cockroachlabs.com/_next/static/chunks/8069-b2b9ba81e4d52617.js | 252ms | 231ms | 3ms | 1st |
| https://www.datadoghq-browser-agent.com/datadog-rum-v3.js | 233ms | 116ms | 5ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NR8LC4 | 204ms | 176ms | 19ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-913SQ8GKPR&cx=c>m=4e6460 | 148ms | 127ms | 19ms | 3rd |
| https://go.cockroachlabs.com/js/forms2/js/forms2.min.js | 130ms | 98ms | 13ms | 3rd |
| https://js.stripe.com/v3 | 103ms | 71ms | 28ms | 3rd |
Showing top 10 of 17 scripts
FJS BundlesAction71 scripts, 1.4 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 179 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 179 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 179 KB (49%) | ✓ | 3rd |
| https://widget.kapa.ai/kapa-widget.bundle.js | 569 KB | 179 KB (32%) | ✓ | 3rd |
| https://js.stripe.com/v3 | 225 KB | 148 KB (66%) | ✓ | 3rd |
| https://www.cockroachlabs.com/_next/static/chunks/2053-7bbc002aee614434.js | 97 KB | 75 KB (78%) | ✓ | 1st |
| https://www.cockroachlabs.com/_next/static/chunks/7894-065e7ecb97011df2.js | 112 KB | 74 KB (66%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/destination?id=G-WPTKE58Z5D&cx=c>m=4e6460 | 155 KB | 62 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-913SQ8GKPR&cx=c>m=4e6460 | 174 KB | 62 KB (36%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NR8LC4 | 182 KB | 58 KB (32%) | ✓ | 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
DHTTP CachingActionno-store (uncacheable)FIX
private,no-cache,no-store,max-age=0,must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
BImage Optimization43 images, 0 KB saveableREVIEW
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 Loading8 fonts (278 KB)PASS
Web fonts
8
278 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
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 ~44 KB and ~88 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall206 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 |
|---|---|---|---|---|---|---|
widget.kapa.ai widget.kapa.ai | Other | 427ms | 569 KB | 32% | €7/mo | Costly |
Unattributable Unattributable | Other | 301ms | 0 KB | — | €5/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 270ms | 0 KB | 49% | €5/mo | Costly |
www.datadoghq-browser-agent.com www.datadoghq-browser-agent.com | Other | 233ms | 39 KB | 58% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 204ms | 182 KB | 32% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 148ms | 174 KB | 36% | €3/mo | Optional |
go.cockroachlabs.com go.cockroachlabs.com | Other | 130ms | 0 KB | 54% | €2/mo | Optional |
Stripe js.stripe.com | Payment | 103ms | 225 KB | 66% | €2/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 89ms | 155 KB | 40% | €2/mo | Optional |
j.6sc.co j.6sc.co | Other | 81ms | 19 KB | — | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 64ms | 95 KB | 35% | €1/mo | Optional |
Microsoft Clarity scripts.clarity.ms | Session Replay | 64ms | 26 KB | — | €1/mo | Optional |
boards.greenhouse.io boards.greenhouse.io | Other | 60ms | 5 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- widget.kapa.ai adds 427ms and costs ~€7/month
- Unattributable adds 301ms and costs ~€5/month
- www.gstatic.com adds 270ms and costs ~€5/month
- www.datadoghq-browser-agent.com adds 233ms and costs ~€4/month
- Google Tag Manager adds 204ms and costs ~€4/month
73% 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
widget.kapa.ai takes 427ms 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 301ms 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.gstatic.com takes 270ms 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.datadoghq-browser-agent.com takes 233ms 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
58% of www.datadoghq-browser-agent.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 204ms 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
54% of go.cockroachlabs.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
66% 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