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.85 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.36 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.09 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.170
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.65 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.
15.68 s
Page Load Progression
FPage Weight BudgetAction3.2 MB transferred, 52 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
FJS Execution CostAction12142ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://bun.sh/inkeep.min.js | 5637ms | 3817ms | 34ms | 1st |
| https://bun.sh/ | 4284ms | 674ms | 19ms | 1st |
| Unattributable | 1285ms | 18ms | 0ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 406ms | 353ms | 9ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-4B43HPM4TV | 393ms | 305ms | 50ms | 3rd |
| https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 | 82ms | 41ms | 4ms | 3rd |
| https://cdn.jsdelivr.net/npm/@docsearch/js@3 | 55ms | 14ms | 13ms | 3rd |
FJS BundlesAction7 scripts, 451 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://bun.sh/inkeep.min.js | 1290 KB | 358 KB (28%) | ✗ | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-4B43HPM4TV | 156 KB | 64 KB (41%) | ✓ | 3rd |
| https://cdn.jsdelivr.net/npm/@docsearch/js@3 | 36 KB | 30 KB (83%) | ✓ | 3rd |
| https://plausible.io/js/script.js | 2 KB | — | ✓ | 3rd |
| https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 | 11 KB | — | ✓ | 3rd |
| https://www.clarity.ms/tag/tnqnxgzonz | 1 KB | — | ✓ | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 26 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
CImage OptimizationAction19 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
BHTTP Cachingpublic, max-age=0, must-revalidateREVIEW
public, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Third-Party Impact8% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font LoadingNo web fonts (system fonts)PASS
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall52 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 | 1285ms | 0 KB | — | $22/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 406ms | 26 KB | — | $7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 393ms | 156 KB | 41% | $7/mo | Costly |
static.cloudflareinsights.com static.cloudflareinsights.com | Other | 82ms | 11 KB | — | $1/mo | Optional |
jsDelivr cdn.jsdelivr.net | CDN | 55ms | 36 KB | 83% | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1285ms and costs ~$22/month
- Microsoft Clarity adds 406ms and costs ~$7/month
- Google Tag Manager adds 393ms and costs ~$7/month
Unattributable takes 1285ms 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 406ms 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 393ms 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
83% of jsDelivr'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