Skip to content
https://intent.kumorai.io

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
83
GRADE
B
FIX
4
REVIEW
4
PASS
15
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

37
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
93
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
83
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

5.20 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

15.50 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

1.22 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.

5.48 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.66 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
25
15 PASS 4 REVIEW 4 FIX
D
Page Weight Budget
Action
2.4 MB transferred, 24 requests
FIX
2.4 MB transferred, 24 requests
Info::
Page weighs 9.2 MB (2.4 MB transferred)
Warning::
JavaScript is 2.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.2 MB
Info::
24 HTTP requests
Info::
Estimated 0.50 g CO2 per page load
2.4 MB / 2.4 MB budget
2.4 MB transferred
24 requests
0.50 g CO2 per page load
JavaScript 2.2 MiB 94%
CSS 119.0 KiB 5%
Fonts 15.6 KiB 1%
Other 15.1 KiB 1%
Images 2.7 KiB 0%
HTML 1.4 KiB 0%
Other 763 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

D
JS Execution Cost
Action
2524ms total JS execution
FIX
2524ms total JS execution
Warning::
https://intent.kumorai.io/main.b2e477fcccefdded4d1...: 660ms CPU time
Warning::
https://intent.kumorai.io/61.9350838b2192087324ce....: 527ms CPU time
Warning::
https://intent.kumorai.io/scripts.1997f9227ae5e563...: 478ms CPU time
Info::
https://intent.kumorai.io/polyfills.be9a603a931838...: 175ms CPU time
Info::
https://intent.kumorai.io/: 169ms CPU time

Main Thread Breakdown

Script Evaluation 51% Script Parsing & Compilation 27% Other 12% Style & Layout 6%
ScriptTotalScriptingParse/CompileParty
https://intent.kumorai.io/main.b2e477fcccefdded4d1f.js660ms399ms254ms1st
https://intent.kumorai.io/61.9350838b2192087324ce.js527ms355ms100ms1st
https://intent.kumorai.io/scripts.1997f9227ae5e5638520.js478ms262ms166ms1st
https://intent.kumorai.io/polyfills.be9a603a93183832c964.js175ms90ms3ms1st
https://intent.kumorai.io/169ms4ms1ms1st
Unattributable162ms6ms0ms1st
https://intent.kumorai.io/7.43f8a0cde085b9746148.js161ms121ms37ms1st
https://intent.kumorai.io/60.a217cc34844e8c4d3b53.js109ms77ms26ms1st
https://intent.kumorai.io/78.f2a42a3cec7ea243eda3.js82ms2ms80ms1st
F
JS Bundles
Action
15 scripts, 1.4 MB unused
FIX
15 scripts, 1.4 MB unused
Warning::
https://intent.kumorai.io/main.b2e477fcccefdded4d1...: 538 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://intent.kumorai.io/61.9350838b2192087324ce....: 382 KB unused (100%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://intent.kumorai.io/scripts.1997f9227ae5e563...: 275 KB unused (61%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://intent.kumorai.io/78.f2a42a3cec7ea243eda3....: 108 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://intent.kumorai.io/7.43f8a0cde085b9746148.j...: 95 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.4 MB
1460 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://intent.kumorai.io/main.b2e477fcccefdded4d1f.js824 KB538 KB (65%)1st
https://intent.kumorai.io/61.9350838b2192087324ce.js383 KB382 KB (100%)1st
https://intent.kumorai.io/scripts.1997f9227ae5e5638520.js448 KB275 KB (61%)1st
https://intent.kumorai.io/78.f2a42a3cec7ea243eda3.js203 KB108 KB (53%)1st
https://intent.kumorai.io/7.43f8a0cde085b9746148.js114 KB95 KB (83%)1st
https://intent.kumorai.io/3.50ba4308c9bfed7c86de.js88 KB62 KB (71%)1st
https://intent.kumorai.io/1.7213255bccc546f0a81d.js8 KB1st
https://intent.kumorai.io/assets/sql-formatter/sql-formatter.min.js12 KB1st
https://intent.kumorai.io/0.b982a13c099feaedc6f0.js9 KB1st
https://intent.kumorai.io/common.83ab2645a94cf3b65242.js6 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
24 resources · 2.4 MB · 1.4 MB savings available
FIX
24 resources · 2.4 MB · 1.4 MB savings available
Warning::
Page weight 2.4 MB exceeds 1 MB target by 1.4 MB
Got: 2.4 MB Expected: ≤ 1 MB
Info::
~1.4 MB of savings available
Info::
5 third-party resources (1% of weight)
Info::
4 resources over 200KB
24 resources · 2.4 MiB · 5 third-party 1.4 MiB over 1MB target
JavaScript 94% · 2.2 MiB
CSS 5% · 119.0 KiB
Image 1% · 17.8 KiB
Font 1% · 15.6 KiB
Document 0% · 1.4 KiB
Other 0% · 763 B

~1.4 MiB of savings available

Remove unused JavaScript: 1.4 MiB
B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
B
JavaScript Blocking
1 JS blocking issue(s) detected
REVIEW
1 JS blocking issue(s) detected
Warning::
11 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
1% third-party, 0 ms blocking
PASS
1% third-party, 0 ms blocking
Info::
Third-party code accounts for 1% of page weight (17.7 KiB of 2.4 MiB)
Info::
Third-party blocking time is low (0 ms)
99%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A
Image Optimization
1 images, 0 KB saveable
PASS
1 images, 0 KB saveable
Warning::
https://intent.kumorai.io/assets/kumorailogo/Kumor... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
1 images 3 KB
0 oversized -0 KB
1 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

A+
Font Loading
2 fonts (16 KB)
PASS
2 fonts (16 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

16 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s FCP 5.2 s LCP 15.5 shttps://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2pxiEyp8kv8JHgFVrJJfecnF... https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2 — 7.7 KiB — 21 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2pxiByp8kv8JHgFVrLEj6Z1x... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2 — 7.8 KiB — 28 ms — font-display: swap
pxiEyp8kv8JHgFVrJJfecnF... woff2 swap
Size 8 KB
Load time 21 ms
Start 620 ms
Risk FOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLEj6Z1x... woff2 swap
Size 8 KB
Load time 28 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
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 Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML max-age=30 (≤ 5min) is appropriate
PASS
Main HTML max-age=30 (≤ 5min) is appropriate
Info::
Main HTML max-age=30 (≤ 5min) is appropriate
Got: public, must-revalidate, max-age=30
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
Both `ETag` and `Last-Modified` present -- efficient revalidation supported
The page returns both `ETag` (content hash) and `Last-Modified` (timestamp) headers. Browsers can issue conditional GETs with `If-None-Match` or `If-Modified-Since`; the server returns 304 Not Modified for unchanged content, saving bandwidth. ETag is the more reliable of the two (timestamps fail in DST transitions and clock skew).
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Info::
1 `@import` rule(s) in inline `<style>` blocks -- chains an extra round-trip
Each `@import` in CSS forces a serial dependency: the parent stylesheet must download and parse before the browser even knows which URL to fetch next. This used to be catastrophic on HTTP/1.1; HTTP/2 and HTTP/3 multiplexing make it less painful but still strictly worse than declaring `<link rel="stylesheet">` siblings. Replace `@import url(...)` with `<link rel="stylesheet" href="...">` in HTML so the browser discovers and fetches in parallel.
A+
HTTP Caching
max-age=30 (30 seconds)
PASS
max-age=30 (30 seconds)
Info::
Cache-Control header is set
Got: public, must-revalidate, max-age=30
Info::
Effective TTL: 30 seconds (max-age=30)
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present
Cache-Control

public, must-revalidate, max-age=30

DirectiveValueMeaning
publicAny cache may store this response
must-revalidateMust recheck with server after expiry
max-age30Cache for 30 seconds
Effective TTL: 30 seconds
Network Waterfall
24 requests over 1887ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s FCP 5.2 s LCP 15.5 shttps://intent.kumorai.io// https://intent.kumorai.io/ — 200 — 1.4 KiB — 179 ms — h2https://fonts.googleapis.com/icon?family=Material+Iconsfonts.googleapis.com/icon?family=Ma... https://fonts.googleapis.com/icon?family=Material+Icons — 200 — 817 B — 109 ms — h2https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swapfonts.googleapis.com/css2?family=Po... https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap — 200 — 635 B — 111 ms — h2https://intent.kumorai.io/assets/sql-formatter/sql-formatter.min.js/assets/sql-formatter/sql-formatter... https://intent.kumorai.io/assets/sql-formatter/sql-formatter.min.js — 200 — 11.7 KiB — 48 ms — h2https://intent.kumorai.io/styles.185da9dbc3624d954685.css/styles.185da9dbc3624d954685.css https://intent.kumorai.io/styles.185da9dbc3624d954685.css — 200 — 117.6 KiB — 117 ms — h2https://intent.kumorai.io/runtime.3bed62c1df71dc36c41a.js/runtime.3bed62c1df71dc36c41a.js https://intent.kumorai.io/runtime.3bed62c1df71dc36c41a.js — 200 — 2.5 KiB — 57 ms — h2https://intent.kumorai.io/polyfills.be9a603a93183832c964.js/polyfills.be9a603a93183832c964.js https://intent.kumorai.io/polyfills.be9a603a93183832c964.js — 200 — 12.7 KiB — 56 ms — h2https://intent.kumorai.io/scripts.1997f9227ae5e5638520.js/scripts.1997f9227ae5e5638520.js https://intent.kumorai.io/scripts.1997f9227ae5e5638520.js — 200 — 447.8 KiB — 188 ms — h2https://intent.kumorai.io/main.b2e477fcccefdded4d1f.js/main.b2e477fcccefdded4d1f.js https://intent.kumorai.io/main.b2e477fcccefdded4d1f.js — 200 — 823.6 KiB — 216 ms — h2https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2 — 200 — 7.7 KiB — 21 ms — h3https://intent.kumorai.io/0.b982a13c099feaedc6f0.js/0.b982a13c099feaedc6f0.js https://intent.kumorai.io/0.b982a13c099feaedc6f0.js — 200 — 8.6 KiB — 43 ms — h2https://intent.kumorai.io/1.7213255bccc546f0a81d.js/1.7213255bccc546f0a81d.js https://intent.kumorai.io/1.7213255bccc546f0a81d.js — 200 — 7.9 KiB — 41 ms — h2https://intent.kumorai.io/3.50ba4308c9bfed7c86de.js/3.50ba4308c9bfed7c86de.js https://intent.kumorai.io/3.50ba4308c9bfed7c86de.js — 200 — 88.1 KiB — 60 ms — h2https://intent.kumorai.io/7.43f8a0cde085b9746148.js/7.43f8a0cde085b9746148.js https://intent.kumorai.io/7.43f8a0cde085b9746148.js — 200 — 114.2 KiB — 68 ms — h2https://intent.kumorai.io/common.83ab2645a94cf3b65242.js/common.83ab2645a94cf3b65242.js https://intent.kumorai.io/common.83ab2645a94cf3b65242.js — 200 — 6.2 KiB — 42 ms — h2https://intent.kumorai.io/67.b3fa4b4d1e377527d9e0.js/67.b3fa4b4d1e377527d9e0.js https://intent.kumorai.io/67.b3fa4b4d1e377527d9e0.js — 200 — 7.3 KiB — 43 ms — h2https://intent.kumorai.io/60.a217cc34844e8c4d3b53.js/60.a217cc34844e8c4d3b53.js https://intent.kumorai.io/60.a217cc34844e8c4d3b53.js — 200 — 142.3 KiB — 67 ms — h2https://intent.kumorai.io/83.1671c0bd09f000035f96.js/83.1671c0bd09f000035f96.js https://intent.kumorai.io/83.1671c0bd09f000035f96.js — 200 — 17.4 KiB — 48 ms — h2https://intent.kumorai.io/61.9350838b2192087324ce.js/61.9350838b2192087324ce.js https://intent.kumorai.io/61.9350838b2192087324ce.js — 200 — 382.9 KiB — 147 ms — h2https://intent.kumorai.io/78.f2a42a3cec7ea243eda3.js/78.f2a42a3cec7ea243eda3.js https://intent.kumorai.io/78.f2a42a3cec7ea243eda3.js — 200 — 203.1 KiB — 91 ms — h2https://api.kumorai.io/api/Account/Directoriesapi.kumorai.io/api/Account/Director... https://api.kumorai.io/api/Account/Directories — 200 — 763 B — 606 ms — http/1.1https://intent.kumorai.io/assets/kumorailogo/Kumorai-Logo-Icon.svg/assets/kumorailogo/Kumorai-Logo-Ic... https://intent.kumorai.io/assets/kumorailogo/Kumorai-Logo-Icon.svg — 200 — 2.7 KiB — 50 ms — h2https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2 — 200 — 7.8 KiB — 28 ms — h3https://intent.kumorai.io/favicon.ico/favicon.ico https://intent.kumorai.io/favicon.ico — 200 — 15.1 KiB — 35 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
2 images, 5 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

2

Total Size

5 KB

2 missing dimensions 1 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback