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.
1.50 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
18.14 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.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.027
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.32 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.
43.99 s
Page Load Progression
FPage Weight BudgetAction7.4 MB transferred, 216 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
FJS Execution CostAction13567ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://widget.kapa.ai/kapa-widget.bundle.js | 1825ms | 1525ms | 223ms | 3rd |
| Unattributable | 1725ms | 123ms | 0ms | 3rd |
| https://www.cockroachlabs.com/ | 1689ms | 70ms | 68ms | 1st |
| https://www.cockroachlabs.com/_next/static/chunks/8069-b2b9ba81e4d52617.js | 1134ms | 1020ms | 14ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-NR8LC4 | 1101ms | 759ms | 213ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 1002ms | 844ms | 124ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-913SQ8GKPR&cx=c>m=4e6460 | 579ms | 511ms | 55ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-WPTKE58Z5D&cx=c>m=4e6460 | 578ms | 509ms | 67ms | 3rd |
| https://go.cockroachlabs.com/js/forms2/js/forms2.min.js | 440ms | 333ms | 48ms | 3rd |
| https://www.datadoghq-browser-agent.com/datadog-rum-v3.js | 426ms | 328ms | 12ms | 3rd |
Showing top 10 of 30 scripts
FJS BundlesAction71 scripts, 1.4 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://widget.kapa.ai/kapa-widget.bundle.js | 569 KB | 179 KB (32%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 178 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 178 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 178 KB (49%) | ✓ | 3rd |
| https://js.stripe.com/v3 | 224 KB | 150 KB (67%) | ✓ | 3rd |
| https://www.cockroachlabs.com/_next/static/chunks/2053-7bbc002aee614434.js | 97 KB | 76 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 Optimization41 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 Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall216 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 | 1825ms | 569 KB | 32% | €32/mo | Costly |
Unattributable Unattributable | Other | 1725ms | 0 KB | — | €30/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1101ms | 182 KB | 32% | €19/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 1002ms | 0 KB | 49% | €17/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 579ms | 174 KB | 36% | €10/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 578ms | 155 KB | 40% | €10/mo | Costly |
go.cockroachlabs.com go.cockroachlabs.com | Other | 440ms | 0 KB | 54% | €8/mo | Costly |
www.datadoghq-browser-agent.com www.datadoghq-browser-agent.com | Other | 426ms | 39 KB | 58% | €7/mo | Costly |
Stripe js.stripe.com | Payment | 351ms | 224 KB | 67% | €6/mo | Essential |
j.6sc.co j.6sc.co | Other | 334ms | 19 KB | — | €6/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 264ms | 26 KB | — | €5/mo | Costly |
cdn.bizible.com cdn.bizible.com | Other | 187ms | 25 KB | — | €3/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 163ms | 95 KB | 35% | €3/mo | Optional |
x.clearbitjs.com x.clearbitjs.com | Other | 157ms | 45 KB | — | €3/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 153ms | 37 KB | — | €3/mo | Optional |
boards.greenhouse.io boards.greenhouse.io | Other | 151ms | 5 KB | — | €3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 112ms | 147 KB | 37% | €2/mo | Optional |
Segment cdn.segment.com | Analytics | 90ms | 1 KB | — | €2/mo | Optional |
app.factors.ai app.factors.ai | Other | 88ms | 11 KB | — | €2/mo | Optional |
cdn.madkudu.com cdn.madkudu.com | Other | 78ms | 26 KB | — | €1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 66ms | 19 KB | — | €1/mo | Optional |
Segment cdn.segment.com | Analytics | 65ms | 22 KB | — | €1/mo | Optional |
www.redditstatic.com www.redditstatic.com | Other | 53ms | 19 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- widget.kapa.ai adds 1825ms and costs ~€32/month
- Unattributable adds 1725ms and costs ~€30/month
- Google Tag Manager adds 1101ms and costs ~€19/month
- www.gstatic.com adds 1002ms and costs ~€17/month
- Google Tag Manager adds 579ms and costs ~€10/month
- Google Tag Manager adds 578ms and costs ~€10/month
- go.cockroachlabs.com adds 440ms and costs ~€8/month
- www.datadoghq-browser-agent.com adds 426ms and costs ~€7/month
- j.6sc.co adds 334ms and costs ~€6/month
- Microsoft Clarity adds 264ms and costs ~€5/month
74% 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 1825ms 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 1725ms 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 1101ms 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 1002ms 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 579ms 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 578ms 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
go.cockroachlabs.com takes 440ms 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
www.datadoghq-browser-agent.com takes 426ms 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
67% 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
j.6sc.co 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
Microsoft Clarity takes 264ms 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