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.
2.66 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.47 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.31 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.49 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.
24.80 s
Page Load Progression
FPage Weight BudgetAction4.1 MB transferred, 173 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
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 CostAction8749ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://clickhouse.com/ | 3225ms | 26ms | 1ms | 3rd |
| https://clickhouse.com/_next/static/chunks/framework-7b9e6922c3bd411b.js | 1217ms | 740ms | 63ms | 3rd |
| Unattributable | 1192ms | 87ms | 0ms | 3rd |
| https://clickhouse.com/_next/static/chunks/3012-7ca6a1b5ca3849ba.js | 513ms | 158ms | 9ms | 3rd |
| https://clickhouse.com/_next/static/chunks/pages/_app-a4eafd4565895685.js | 448ms | 294ms | 137ms | 3rd |
| https://clickhouse.com/_next/static/chunks/main-640004828a30dcfe.js | 402ms | 363ms | 10ms | 3rd |
| https://clickhouse.com/gtmwksrxs8s/?id=G-KF1LLRTQ5Q&cx=c>m=4e6460 | 400ms | 250ms | 46ms | 3rd |
| https://clickhouse.com/gtmwksrxs8s/?id=GTM-WKSRXS8S | 316ms | 245ms | 59ms | 3rd |
| https://clickhouse.com/_next/static/chunks/pages/index-328dbbf6dc8f0762.js | 230ms | 210ms | 20ms | 3rd |
| https://clickhouse.com/_next/static/chunks/5440-6e13b0ad92d9502b.js | 151ms | 3ms | 8ms | 3rd |
Showing top 10 of 17 scripts
FJS BundlesAction59 scripts, 1.1 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://clickhouse.com/_next/static/chunks/pages/_app-a4eafd4565895685.js | 397 KB | 297 KB (75%) | ✓ | 3rd |
| https://clickhouse.com/_next/static/chunks/937-b0e6597368c6d53f.js | 0 KB | 141 KB (78%) | ✓ | 3rd |
| https://clickhouse.com/_next/static/chunks/937-b0e6597368c6d53f.js | 52 KB | 141 KB (78%) | ✓ | 3rd |
| https://clickhouse.com/_next/static/chunks/7799-f0a67ac3c7525c39.js | 257 KB | 136 KB (54%) | ✓ | 3rd |
| https://cdn-prod.securiti.ai/consent/cookie-consent-sdk-strict-csp-latest.js | 112 KB | 84 KB (76%) | ✓ | 3rd |
| https://clickhouse.com/gtmwksrxs8s/?id=GTM-WKSRXS8S | 168 KB | 73 KB (43%) | ✓ | 3rd |
| https://clickhouse.com/_next/static/chunks/fec483df-91a51f18f1588b11.js | 103 KB | 70 KB (71%) | ✓ | 3rd |
| https://clickhouse.com/_next/static/chunks/pages/index-328dbbf6dc8f0762.js | 96 KB | 65 KB (71%) | ✓ | 3rd |
| https://clickhouse.com/gtmwksrxs8s/?id=G-KF1LLRTQ5Q&cx=c>m=4e6460 | 184 KB | 65 KB (35%) | ✓ | 3rd |
| https://clickhouse.com/_next/static/chunks/framework-7b9e6922c3bd411b.js | 69 KB | 30 KB (46%) | ✓ | 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.
BImage Optimization51 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading8 fonts (194 KB)PASS
Web fonts
8
194 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 ~23 KB and ~46 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints6 hints, 0 missing preconnectsPASS
Current Resource Hints
6 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 Waterfall173 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 |
|---|---|---|---|---|---|---|
clickhouse.com clickhouse.com | Other | 3225ms | 49 KB | — | €35/mo | Costly |
clickhouse.com clickhouse.com | Other | 1217ms | 69 KB | 46% | €13/mo | Costly |
Unattributable Unattributable | Other | 1192ms | 0 KB | — | €13/mo | Costly |
clickhouse.com clickhouse.com | Other | 513ms | 34 KB | — | €6/mo | Costly |
clickhouse.com clickhouse.com | Other | 448ms | 397 KB | 75% | €5/mo | Costly |
clickhouse.com clickhouse.com | Other | 402ms | 42 KB | — | €4/mo | Costly |
clickhouse.com clickhouse.com | Other | 400ms | 184 KB | 35% | €4/mo | Costly |
clickhouse.com clickhouse.com | Other | 316ms | 168 KB | 43% | €3/mo | Costly |
clickhouse.com clickhouse.com | Other | 230ms | 96 KB | 71% | €2/mo | Costly |
clickhouse.com clickhouse.com | Other | 151ms | 24 KB | — | €2/mo | Optional |
cdn-prod.securiti.ai cdn-prod.securiti.ai | Other | 142ms | 6 KB | — | €2/mo | Optional |
www.youtube.com www.youtube.com | Other | 126ms | 11 KB | — | €1/mo | Optional |
x.clearbitjs.com x.clearbitjs.com | Other | 96ms | 45 KB | — | €1/mo | Optional |
clickhouse.com clickhouse.com | Other | 95ms | 257 KB | 54% | €1/mo | Optional |
cdn-prod.securiti.ai cdn-prod.securiti.ai | Other | 91ms | 112 KB | 76% | €1/mo | Optional |
clickhouse.com clickhouse.com | Other | 52ms | 6 KB | — | €1/mo | Optional |
tag.unifyintent.com tag.unifyintent.com | Other | 51ms | 30 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- clickhouse.com adds 3225ms and costs ~€35/month
- clickhouse.com adds 1217ms and costs ~€13/month
- Unattributable adds 1192ms and costs ~€13/month
- clickhouse.com adds 513ms and costs ~€6/month
- clickhouse.com adds 448ms and costs ~€5/month
- clickhouse.com adds 402ms and costs ~€4/month
- clickhouse.com adds 400ms and costs ~€4/month
- clickhouse.com adds 316ms and costs ~€3/month
- clickhouse.com adds 230ms and costs ~€2/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
clickhouse.com takes 3225ms 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
clickhouse.com takes 1217ms 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 1192ms 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
clickhouse.com takes 513ms 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
clickhouse.com takes 448ms 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
75% of clickhouse.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
clickhouse.com takes 402ms 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
clickhouse.com takes 400ms 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
clickhouse.com takes 316ms 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
clickhouse.com takes 230ms 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
71% of clickhouse.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
54% of clickhouse.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
76% of cdn-prod.securiti.ai'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