Performance
· 25 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.21 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
22.24 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.88 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.010
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.55 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.
22.24 s
Page Load Progression
FPage Weight BudgetAction3.3 MB transferred, 24 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 CostAction4809ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://portal.kumorai.io/main.b2e477fcccefdded4d1f.js | 1310ms | 792ms | 505ms | 1st |
| https://portal.kumorai.io/61.9350838b2192087324ce.js | 932ms | 651ms | 218ms | 1st |
| https://portal.kumorai.io/scripts.1997f9227ae5e5638520.js | 838ms | 519ms | 264ms | 1st |
| Unattributable | 493ms | 6ms | 0ms | 1st |
| https://portal.kumorai.io/ | 440ms | 6ms | 1ms | 1st |
| https://portal.kumorai.io/7.43f8a0cde085b9746148.js | 274ms | 203ms | 64ms | 1st |
| https://portal.kumorai.io/60.a217cc34844e8c4d3b53.js | 179ms | 119ms | 48ms | 1st |
| https://portal.kumorai.io/polyfills.be9a603a93183832c964.js | 178ms | 152ms | 6ms | 1st |
| https://portal.kumorai.io/78.f2a42a3cec7ea243eda3.js | 166ms | 3ms | 162ms | 1st |
FJS BundlesAction15 scripts, 2.0 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://portal.kumorai.io/main.b2e477fcccefdded4d1f.js | 1137 KB | 742 KB (65%) | ✓ | 1st |
| https://portal.kumorai.io/61.9350838b2192087324ce.js | 518 KB | 518 KB (100%) | ✓ | 1st |
| https://portal.kumorai.io/scripts.1997f9227ae5e5638520.js | 601 KB | 369 KB (61%) | ✓ | 1st |
| https://portal.kumorai.io/78.f2a42a3cec7ea243eda3.js | 303 KB | 161 KB (53%) | ✓ | 1st |
| https://portal.kumorai.io/7.43f8a0cde085b9746148.js | 154 KB | 127 KB (83%) | ✓ | 1st |
| https://portal.kumorai.io/3.50ba4308c9bfed7c86de.js | 119 KB | 85 KB (71%) | ✓ | 1st |
| https://portal.kumorai.io/1.7213255bccc546f0a81d.js | 10 KB | — | ✓ | 1st |
| https://portal.kumorai.io/assets/sql-formatter/sql-formatter.min.js | 15 KB | — | ✓ | 1st |
| https://portal.kumorai.io/0.b982a13c099feaedc6f0.js | 11 KB | — | ✓ | 1st |
| https://portal.kumorai.io/common.83ab2645a94cf3b65242.js | 8 KB | — | ✓ | 1st |
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
FPage Weight InventoryAction24 resources · 3.3 MB · 2.0 MB savings availableFIX
~2.0 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 24 resources | 3.3 MiB | ||||||
DHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
BCompression AlgorithmMain response uses gzip; brotli would be ~20% smallerREVIEW
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
BJavaScript Blocking2 JS blocking issue(s) detectedREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Third-Party Impact1% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
AImage Optimization1 images, 0 KB saveablePASS
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+Font Loading2 fonts (16 KB)PASS
Web fonts
2
16 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
ACSS Performance Depth1 CSS depth issue(s) detectedPASS
Network Waterfall24 requests over 3353msINFO
Image Optimization2 images, 5 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
2
Total Size
5 KB