Skip to content
https://kingdomimpactventures.org

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
90
GRADE
A
FIX
1
REVIEW
8
PASS
14
INFO
2

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

70
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
97
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.
100
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.

1.11 s

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

6.73 s

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

256 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.000

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

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

6.75 s

Page Load Progression

620 ms
1.2 s
1.9 s
2.5 s
3.1 s
3.7 s
4.3 s
5.0 s
Checks
25
14 PASS 8 REVIEW 1 FIX
F
JS Execution Cost
Action
6288ms total JS execution
FIX
6288ms total JS execution
Warning::
https://kingdomimpactventures.org/_next/static/chu...: 2009ms CPU time
Warning::
https://kingdomimpactventures.org/: 1812ms CPU time
Warning::
https://kingdomimpactventures.org/_next/static/chu...: 1599ms CPU time
Warning::
Unattributable: 524ms CPU time
Warning::
https://kingdomimpactventures.org/_next/static/chu...: 343ms CPU time

Main Thread Breakdown

Other 38% Script Evaluation 23% Rendering 19% Style & Layout 18%
ScriptTotalScriptingParse/CompileParty
https://kingdomimpactventures.org/_next/static/chunks/1h48p9afl-vjd.js2009ms146ms3ms1st
https://kingdomimpactventures.org/1812ms16ms12ms1st
https://kingdomimpactventures.org/_next/static/chunks/1pk61cwot6f0h.js1599ms1039ms22ms1st
Unattributable524ms33ms0ms1st
https://kingdomimpactventures.org/_next/static/chunks/0k_urakkl8ds7.js343ms214ms17ms1st
B
Page Weight Budget
1.3 MB transferred, 81 requests
REVIEW
1.3 MB transferred, 81 requests
Info::
Page weighs 1.9 MB (1.3 MB transferred)
Info::
81 HTTP requests
Info::
Estimated 0.28 g CO2 per page load
1.3 MB / 2.4 MB budget
1.3 MB transferred
81 requests
0.28 g CO2 per page load
Images 887.6 KiB 66%
JavaScript 170.1 KiB 13%
Other 124.4 KiB 9%
Fonts 81.1 KiB 6%
Other 44.1 KiB 3%
CSS 20.4 KiB 2%
HTML 15.6 KiB 1%
Other 1.3 KiB 0%
0 2.4 MB 4.9 MB
Under budget
B
Image Optimization
10 images, 0 KB saveable
REVIEW
10 images, 0 KB saveable
Info::
All images are well-optimized
10 images 888 KB
0 oversized -0 KB
6 legacy format
0 missing dimensions CLS risk
B
Main HTML Cache-Control
Cache-Control present but without max-age
REVIEW
Cache-Control present but without max-age
Info::
Main HTML Cache-Control has no max-age: s-maxage=31536000
Got: s-maxage=31536000
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
Page Weight Inventory
81 resources · 1.3 MB · 27 KB savings available
REVIEW
81 resources · 1.3 MB · 27 KB savings available
Warning::
Page weight 1.3 MB exceeds 1 MB target by 321 KB
Got: 1.3 MB Expected: ≤ 1 MB
Info::
1 third-party resources (0% of weight)
Info::
1 resources over 200KB
81 resources · 1.3 MiB · 1 third-party 320.6 KiB over 1MB target
Image 69% · 931.7 KiB
JavaScript 13% · 170.1 KiB
Other 9% · 125.7 KiB
Font 6% · 81.1 KiB
CSS 2% · 20.4 KiB
Document 1% · 15.6 KiB

~27.2 KiB of savings available

Remove unused JavaScript: 27.2 KiB
B
JavaScript Blocking
2 JS blocking issue(s) detected
REVIEW
2 JS blocking issue(s) detected
Warning::
1 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.
Warning::
Total JS execution time is 6.3 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
s-maxage=31536000
REVIEW
s-maxage=31536000
Info::
Cache-Control header is set
Got: s-maxage=31536000
Info::
CDN TTL: 52 weeks (s-maxage=31536000)
Info::
ETag present — enables conditional (304) responses
Cache-Control

s-maxage=31536000

DirectiveValueMeaning
s-maxage31536000CDN caches for 52 weeks
A+
Third-Party Impact
No third-party resources
PASS
No third-party resources
Info::
No third-party resources detected
No third-party resources detected — all resources are first-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+
Font Loading
2 fonts (81 KB)
PASS
2 fonts (81 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

81 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 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.1 s LCP 6.7 shttps://kingdomimpactventures.org/_next/static/media/38df7484fe560b25-s.p.34k3f59fehpay.woff238df7484fe560b25-s.p.34... https://kingdomimpactventures.org/_next/static/media/38df7484fe560b25-s.p.34k3f59fehpay.woff2 — 33.4 KiB — 72 ms — font-display: swaphttps://kingdomimpactventures.org/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff283afe278b6a6bb3c-s.p.2b... https://kingdomimpactventures.org/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2 — 47.7 KiB — 56 ms — font-display: swap
38df7484fe560b25-s.p.34... woff2 swap
Size 33 KB
Load time 72 ms
Start 140 ms
Risk FOUT — text flashes from fallback to web font
83afe278b6a6bb3c-s.p.2b... woff2 swap
Size 48 KB
Load time 56 ms
Start 141 ms
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+
JS Bundles
11 scripts, 27 KB unused
PASS
11 scripts, 27 KB unused
Warning::
https://kingdomimpactventures.org/_next/static/chu...: 27 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 27 KB
27 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://kingdomimpactventures.org/_next/static/chunks/1pk61cwot6f0h.js71 KB27 KB (38%)1st
https://kingdomimpactventures.org/_next/static/chunks/384ppow7b0iwm.js10 KB1st
https://kingdomimpactventures.org/_next/static/chunks/0je85ob5co_kl.js10 KB1st
https://kingdomimpactventures.org/_next/static/chunks/0k_urakkl8ds7.js39 KB1st
https://kingdomimpactventures.org/_next/static/chunks/turbopack-1i75bm81lbrhy.js5 KB1st
https://kingdomimpactventures.org/_next/static/chunks/2-zlix3z4em57.js3 KB1st
https://kingdomimpactventures.org/_next/static/chunks/1ln1dozyh7pbz.js14 KB1st
https://kingdomimpactventures.org/_next/static/chunks/400uhnkf7h4gu.js1 KB1st
https://kingdomimpactventures.org/_next/static/chunks/1h48p9afl-vjd.js10 KB1st
https://kingdomimpactventures.org/_next/static/chunks/19dw8k_0480as.js7 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

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
4 hints, 0 missing preconnects
PASS
4 hints, 0 missing preconnects
Info::
Page uses 4 resource hint(s)

Current Resource Hints

preconnect
preload
4
dns-prefetch
prefetch

4 resource hints configured

A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
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+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch
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::
`ETag` present -- conditional GET supported
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
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
Network Waterfall
81 requests over 2705ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.1 s LCP 6.7 shttps://kingdomimpactventures.org// https://kingdomimpactventures.org/ — 200 — 15.6 KiB — 130 ms — h2https://kingdomimpactventures.org/_next/static/media/38df7484fe560b25-s.p.34k3f59fehpay.woff2/_next/static/media/38df7484fe560b2... https://kingdomimpactventures.org/_next/static/media/38df7484fe560b25-s.p.34k3f59fehpay.woff2 — 200 — 33.4 KiB — 72 ms — h2https://kingdomimpactventures.org/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2/_next/static/media/83afe278b6a6bb3... https://kingdomimpactventures.org/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2 — 200 — 47.7 KiB — 56 ms — h2https://kingdomimpactventures.org/images/kiv-home-hero-stage.jpg/images/kiv-home-hero-stage.jpg https://kingdomimpactventures.org/images/kiv-home-hero-stage.jpg — 200 — 331.6 KiB — 103 ms — h2https://kingdomimpactventures.org/_next/static/chunks/0groupiix499x.css/_next/static/chunks/0groupiix499x.... https://kingdomimpactventures.org/_next/static/chunks/0groupiix499x.css — 200 — 20.4 KiB — 69 ms — h2https://kingdomimpactventures.org/images/dark-kis-logo-256.webp/images/dark-kis-logo-256.webp https://kingdomimpactventures.org/images/dark-kis-logo-256.webp — 200 — 8.8 KiB — 53 ms — h2https://kingdomimpactventures.org/manifest.webmanifest/manifest.webmanifest https://kingdomimpactventures.org/manifest.webmanifest — 200 — 1.3 KiB — 131 ms — h3https://kingdomimpactventures.org/_next/static/chunks/384ppow7b0iwm.js/_next/static/chunks/384ppow7b0iwm.... https://kingdomimpactventures.org/_next/static/chunks/384ppow7b0iwm.js — 200 — 10.2 KiB — 112 ms — h3https://kingdomimpactventures.org/_next/static/chunks/0je85ob5co_kl.js/_next/static/chunks/0je85ob5co_kl.... https://kingdomimpactventures.org/_next/static/chunks/0je85ob5co_kl.js — 200 — 10.3 KiB — 107 ms — h3https://kingdomimpactventures.org/_next/static/chunks/1pk61cwot6f0h.js/_next/static/chunks/1pk61cwot6f0h.... https://kingdomimpactventures.org/_next/static/chunks/1pk61cwot6f0h.js — 200 — 71.5 KiB — 139 ms — h3https://kingdomimpactventures.org/_next/static/chunks/0k_urakkl8ds7.js/_next/static/chunks/0k_urakkl8ds7.... https://kingdomimpactventures.org/_next/static/chunks/0k_urakkl8ds7.js — 200 — 39.4 KiB — 118 ms — h3https://kingdomimpactventures.org/_next/static/chunks/turbopack-1i75bm81lbrhy.js/_next/static/chunks/turbopack-1i75... https://kingdomimpactventures.org/_next/static/chunks/turbopack-1i75bm81lbrhy.js — 200 — 4.8 KiB — 96 ms — h3https://kingdomimpactventures.org/_next/static/chunks/2-zlix3z4em57.js/_next/static/chunks/2-zlix3z4em57.... https://kingdomimpactventures.org/_next/static/chunks/2-zlix3z4em57.js — 200 — 2.6 KiB — 89 ms — h3https://kingdomimpactventures.org/_next/static/chunks/1ln1dozyh7pbz.js/_next/static/chunks/1ln1dozyh7pbz.... https://kingdomimpactventures.org/_next/static/chunks/1ln1dozyh7pbz.js — 200 — 13.7 KiB — 111 ms — h3https://kingdomimpactventures.org/_next/static/chunks/400uhnkf7h4gu.js/_next/static/chunks/400uhnkf7h4gu.... https://kingdomimpactventures.org/_next/static/chunks/400uhnkf7h4gu.js — 200 — 871 B — 89 ms — h3https://kingdomimpactventures.org/_next/static/chunks/1h48p9afl-vjd.js/_next/static/chunks/1h48p9afl-vjd.... https://kingdomimpactventures.org/_next/static/chunks/1h48p9afl-vjd.js — 200 — 9.8 KiB — 106 ms — h3https://kingdomimpactventures.org/_next/static/chunks/19dw8k_0480as.js/_next/static/chunks/19dw8k_0480as.... https://kingdomimpactventures.org/_next/static/chunks/19dw8k_0480as.js — 200 — 6.9 KiB — 102 ms — h3https://kingdomimpactventures.org/images/kiv-dark-hero-bg.webp/images/kiv-dark-hero-bg.webp https://kingdomimpactventures.org/images/kiv-dark-hero-bg.webp — 200 — 174.7 KiB — 142 ms — h3data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='…www.w3.org/2000/svg'><filter id='n'... data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='… — 200 — 0 B — 0 ms — datahttps://kingdomimpactventures.org/_next/image?url=%2Fimages%2Fkis-logo-512.png&w=256&q=75/_next/image?url=%2Fimages%2Fkis-lo... https://kingdomimpactventures.org/_next/image?url=%2Fimages%2Fkis-logo-512.png&w=256&q=75 — 200 — 91.4 KiB — 75 ms — h3https://kingdomimpactventures.org/_next/image?url=%2Fimages%2Fkie-logo-512.png&w=256&q=75/_next/image?url=%2Fimages%2Fkie-lo... https://kingdomimpactventures.org/_next/image?url=%2Fimages%2Fkie-logo-512.png&w=256&q=75 — 200 — 51.5 KiB — 529 ms — h3https://kingdomimpactventures.org/_next/image?url=%2Fimages%2Fkim-logo-512.png&w=256&q=75/_next/image?url=%2Fimages%2Fkim-lo... https://kingdomimpactventures.org/_next/image?url=%2Fimages%2Fkim-logo-512.png&w=256&q=75 — 200 — 75.7 KiB — 524 ms — h3https://kingdomimpactventures.org/_next/image?url=%2Fimages%2Fkip-logo-512.png&w=256&q=75/_next/image?url=%2Fimages%2Fkip-lo... https://kingdomimpactventures.org/_next/image?url=%2Fimages%2Fkip-logo-512.png&w=256&q=75 — 200 — 55.9 KiB — 533 ms — h3https://kingdomimpactventures.org/_next/image?url=%2Fimages%2Fkih-logo-512.png&w=256&q=75/_next/image?url=%2Fimages%2Fkih-lo... https://kingdomimpactventures.org/_next/image?url=%2Fimages%2Fkih-logo-512.png&w=256&q=75 — 200 — 63.0 KiB — 526 ms — h3https://kingdomimpactventures.org/images/kis-ecosystem-visual-800.webp/images/kis-ecosystem-visual-800.we... https://kingdomimpactventures.org/images/kis-ecosystem-visual-800.webp — 200 — 35.0 KiB — 62 ms — h3https://kingdomimpactventures.org/favicon.ico/favicon.ico https://kingdomimpactventures.org/favicon.ico — 200 — 5.6 KiB — 32 ms — h3https://kingdomimpactventures.org/android-chrome-192x192.png/android-chrome-192x192.png https://kingdomimpactventures.org/android-chrome-192x192.png — 200 — 38.5 KiB — 43 ms — h3https://kingdomimpactventures.org/api/auth/session/api/auth/session https://kingdomimpactventures.org/api/auth/session — 200 — 995 B — 327 ms — h3https://kingdomimpactventures.org/api/auth/session/api/auth/session https://kingdomimpactventures.org/api/auth/session — 200 — 993 B — 326 ms — h3https://kingdomimpactventures.org/products/kih?_rsc=5CB68i4pnAekjehf/products/kih?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/products/kih?_rsc=5CB68i4pnAekjehf — 200 — 1.3 KiB — 279 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.1 s LCP 6.7 shttps://kingdomimpactventures.org// https://kingdomimpactventures.org/ — 200 — 15.6 KiB — 130 ms — h2https://kingdomimpactventures.org/_next/static/media/38df7484fe560b25-s.p.34k3f59fehpay.woff2/_next/static/media/38df7484fe560b2... https://kingdomimpactventures.org/_next/static/media/38df7484fe560b25-s.p.34k3f59fehpay.woff2 — 200 — 33.4 KiB — 72 ms — h2https://kingdomimpactventures.org/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2/_next/static/media/83afe278b6a6bb3... https://kingdomimpactventures.org/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2 — 200 — 47.7 KiB — 56 ms — h2https://kingdomimpactventures.org/images/kiv-home-hero-stage.jpg/images/kiv-home-hero-stage.jpg https://kingdomimpactventures.org/images/kiv-home-hero-stage.jpg — 200 — 331.6 KiB — 103 ms — h2https://kingdomimpactventures.org/_next/static/chunks/0groupiix499x.css/_next/static/chunks/0groupiix499x.... https://kingdomimpactventures.org/_next/static/chunks/0groupiix499x.css — 200 — 20.4 KiB — 69 ms — h2https://kingdomimpactventures.org/images/dark-kis-logo-256.webp/images/dark-kis-logo-256.webp https://kingdomimpactventures.org/images/dark-kis-logo-256.webp — 200 — 8.8 KiB — 53 ms — h2https://kingdomimpactventures.org/manifest.webmanifest/manifest.webmanifest https://kingdomimpactventures.org/manifest.webmanifest — 200 — 1.3 KiB — 131 ms — h3https://kingdomimpactventures.org/_next/static/chunks/384ppow7b0iwm.js/_next/static/chunks/384ppow7b0iwm.... https://kingdomimpactventures.org/_next/static/chunks/384ppow7b0iwm.js — 200 — 10.2 KiB — 112 ms — h3https://kingdomimpactventures.org/_next/static/chunks/0je85ob5co_kl.js/_next/static/chunks/0je85ob5co_kl.... https://kingdomimpactventures.org/_next/static/chunks/0je85ob5co_kl.js — 200 — 10.3 KiB — 107 ms — h3https://kingdomimpactventures.org/_next/static/chunks/1pk61cwot6f0h.js/_next/static/chunks/1pk61cwot6f0h.... https://kingdomimpactventures.org/_next/static/chunks/1pk61cwot6f0h.js — 200 — 71.5 KiB — 139 ms — h3https://kingdomimpactventures.org/_next/static/chunks/0k_urakkl8ds7.js/_next/static/chunks/0k_urakkl8ds7.... https://kingdomimpactventures.org/_next/static/chunks/0k_urakkl8ds7.js — 200 — 39.4 KiB — 118 ms — h3https://kingdomimpactventures.org/_next/static/chunks/turbopack-1i75bm81lbrhy.js/_next/static/chunks/turbopack-1i75... https://kingdomimpactventures.org/_next/static/chunks/turbopack-1i75bm81lbrhy.js — 200 — 4.8 KiB — 96 ms — h3https://kingdomimpactventures.org/_next/static/chunks/2-zlix3z4em57.js/_next/static/chunks/2-zlix3z4em57.... https://kingdomimpactventures.org/_next/static/chunks/2-zlix3z4em57.js — 200 — 2.6 KiB — 89 ms — h3https://kingdomimpactventures.org/_next/static/chunks/1ln1dozyh7pbz.js/_next/static/chunks/1ln1dozyh7pbz.... https://kingdomimpactventures.org/_next/static/chunks/1ln1dozyh7pbz.js — 200 — 13.7 KiB — 111 ms — h3https://kingdomimpactventures.org/_next/static/chunks/400uhnkf7h4gu.js/_next/static/chunks/400uhnkf7h4gu.... https://kingdomimpactventures.org/_next/static/chunks/400uhnkf7h4gu.js — 200 — 871 B — 89 ms — h3https://kingdomimpactventures.org/_next/static/chunks/1h48p9afl-vjd.js/_next/static/chunks/1h48p9afl-vjd.... https://kingdomimpactventures.org/_next/static/chunks/1h48p9afl-vjd.js — 200 — 9.8 KiB — 106 ms — h3https://kingdomimpactventures.org/_next/static/chunks/19dw8k_0480as.js/_next/static/chunks/19dw8k_0480as.... https://kingdomimpactventures.org/_next/static/chunks/19dw8k_0480as.js — 200 — 6.9 KiB — 102 ms — h3https://kingdomimpactventures.org/images/kiv-dark-hero-bg.webp/images/kiv-dark-hero-bg.webp https://kingdomimpactventures.org/images/kiv-dark-hero-bg.webp — 200 — 174.7 KiB — 142 ms — h3data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='…www.w3.org/2000/svg'><filter id='n'... data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='… — 200 — 0 B — 0 ms — datahttps://kingdomimpactventures.org/_next/image?url=%2Fimages%2Fkis-logo-512.png&w=256&q=75/_next/image?url=%2Fimages%2Fkis-lo... https://kingdomimpactventures.org/_next/image?url=%2Fimages%2Fkis-logo-512.png&w=256&q=75 — 200 — 91.4 KiB — 75 ms — h3https://kingdomimpactventures.org/_next/image?url=%2Fimages%2Fkie-logo-512.png&w=256&q=75/_next/image?url=%2Fimages%2Fkie-lo... https://kingdomimpactventures.org/_next/image?url=%2Fimages%2Fkie-logo-512.png&w=256&q=75 — 200 — 51.5 KiB — 529 ms — h3https://kingdomimpactventures.org/_next/image?url=%2Fimages%2Fkim-logo-512.png&w=256&q=75/_next/image?url=%2Fimages%2Fkim-lo... https://kingdomimpactventures.org/_next/image?url=%2Fimages%2Fkim-logo-512.png&w=256&q=75 — 200 — 75.7 KiB — 524 ms — h3https://kingdomimpactventures.org/_next/image?url=%2Fimages%2Fkip-logo-512.png&w=256&q=75/_next/image?url=%2Fimages%2Fkip-lo... https://kingdomimpactventures.org/_next/image?url=%2Fimages%2Fkip-logo-512.png&w=256&q=75 — 200 — 55.9 KiB — 533 ms — h3https://kingdomimpactventures.org/_next/image?url=%2Fimages%2Fkih-logo-512.png&w=256&q=75/_next/image?url=%2Fimages%2Fkih-lo... https://kingdomimpactventures.org/_next/image?url=%2Fimages%2Fkih-logo-512.png&w=256&q=75 — 200 — 63.0 KiB — 526 ms — h3https://kingdomimpactventures.org/images/kis-ecosystem-visual-800.webp/images/kis-ecosystem-visual-800.we... https://kingdomimpactventures.org/images/kis-ecosystem-visual-800.webp — 200 — 35.0 KiB — 62 ms — h3https://kingdomimpactventures.org/favicon.ico/favicon.ico https://kingdomimpactventures.org/favicon.ico — 200 — 5.6 KiB — 32 ms — h3https://kingdomimpactventures.org/android-chrome-192x192.png/android-chrome-192x192.png https://kingdomimpactventures.org/android-chrome-192x192.png — 200 — 38.5 KiB — 43 ms — h3https://kingdomimpactventures.org/api/auth/session/api/auth/session https://kingdomimpactventures.org/api/auth/session — 200 — 995 B — 327 ms — h3https://kingdomimpactventures.org/api/auth/session/api/auth/session https://kingdomimpactventures.org/api/auth/session — 200 — 993 B — 326 ms — h3https://kingdomimpactventures.org/products/kih?_rsc=5CB68i4pnAekjehf/products/kih?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/products/kih?_rsc=5CB68i4pnAekjehf — 200 — 1.3 KiB — 279 ms — h3https://kingdomimpactventures.org/products/kie?_rsc=5CB68i4pnAekjehf/products/kie?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/products/kie?_rsc=5CB68i4pnAekjehf — 200 — 1.3 KiB — 293 ms — h3https://kingdomimpactventures.org/products/kis?_rsc=5CB68i4pnAekjehf/products/kis?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/products/kis?_rsc=5CB68i4pnAekjehf — 200 — 1.3 KiB — 288 ms — h3https://kingdomimpactventures.org/download?_rsc=5CB68i4pnAekjehf/download?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/download?_rsc=5CB68i4pnAekjehf — 200 — 1.3 KiB — 268 ms — h3https://kingdomimpactventures.org/contact?_rsc=5CB68i4pnAekjehf/contact?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/contact?_rsc=5CB68i4pnAekjehf — 200 — 1.3 KiB — 126 ms — h3https://kingdomimpactventures.org/updates?_rsc=5CB68i4pnAekjehf/updates?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/updates?_rsc=5CB68i4pnAekjehf — 200 — 1.3 KiB — 156 ms — h3https://kingdomimpactventures.org/investors?_rsc=5CB68i4pnAekjehf/investors?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/investors?_rsc=5CB68i4pnAekjehf — 200 — 1.3 KiB — 158 ms — h3https://kingdomimpactventures.org/partners?_rsc=5CB68i4pnAekjehf/partners?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/partners?_rsc=5CB68i4pnAekjehf — 200 — 1.3 KiB — 155 ms — h3https://kingdomimpactventures.org/mission?_rsc=5CB68i4pnAekjehf/mission?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/mission?_rsc=5CB68i4pnAekjehf — 200 — 1.3 KiB — 158 ms — h3https://kingdomimpactventures.org/about?_rsc=5CB68i4pnAekjehf/about?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/about?_rsc=5CB68i4pnAekjehf — 200 — 1.3 KiB — 128 ms — h3https://kingdomimpactventures.org/who-we-serve?_rsc=5CB68i4pnAekjehf/who-we-serve?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/who-we-serve?_rsc=5CB68i4pnAekjehf — 200 — 1.3 KiB — 124 ms — h3https://kingdomimpactventures.org/products?_rsc=5CB68i4pnAekjehf/products?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/products?_rsc=5CB68i4pnAekjehf — 200 — 1.3 KiB — 129 ms — h3https://kingdomimpactventures.org/products/kih?_rsc=7h4NYy5eoyMcNlUN/products/kih?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/products/kih?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.2 KiB — 60 ms — h3https://kingdomimpactventures.org/products/kih?_rsc=yIp22O3xgPPxC28X/products/kih?_rsc=yIp22O3xgPPxC28X https://kingdomimpactventures.org/products/kih?_rsc=yIp22O3xgPPxC28X — 200 — 2.7 KiB — 55 ms — h3https://kingdomimpactventures.org/products/kih?_rsc=_O6s5kzTWVZlEW9T/products/kih?_rsc=_O6s5kzTWVZlEW9T https://kingdomimpactventures.org/products/kih?_rsc=_O6s5kzTWVZlEW9T — 200 — 1.3 KiB — 47 ms — h3https://kingdomimpactventures.org/products/kih?_rsc=MlwMcUj0V0c43tzK/products/kih?_rsc=MlwMcUj0V0c43tzK https://kingdomimpactventures.org/products/kih?_rsc=MlwMcUj0V0c43tzK — 200 — 1.3 KiB — 45 ms — h3https://kingdomimpactventures.org/products/kih?_rsc=7xLrhITHAsyD6Vnw/products/kih?_rsc=7xLrhITHAsyD6Vnw https://kingdomimpactventures.org/products/kih?_rsc=7xLrhITHAsyD6Vnw — 200 — 4.2 KiB — 88 ms — h3https://kingdomimpactventures.org/products/kie?_rsc=7h4NYy5eoyMcNlUN/products/kie?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/products/kie?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.2 KiB — 92 ms — h3https://kingdomimpactventures.org/products/kie?_rsc=XNs-aeBE4rWHl1ex/products/kie?_rsc=XNs-aeBE4rWHl1ex https://kingdomimpactventures.org/products/kie?_rsc=XNs-aeBE4rWHl1ex — 200 — 1.3 KiB — 97 ms — h3https://kingdomimpactventures.org/products/kie?_rsc=Z9n_3yZaKJbFCh5e/products/kie?_rsc=Z9n_3yZaKJbFCh5e https://kingdomimpactventures.org/products/kie?_rsc=Z9n_3yZaKJbFCh5e — 200 — 4.3 KiB — 96 ms — h3https://kingdomimpactventures.org/products/kis?_rsc=7h4NYy5eoyMcNlUN/products/kis?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/products/kis?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.2 KiB — 99 ms — h3https://kingdomimpactventures.org/products/kis?_rsc=fXCmv3jnSMIAs8r4/products/kis?_rsc=fXCmv3jnSMIAs8r4 https://kingdomimpactventures.org/products/kis?_rsc=fXCmv3jnSMIAs8r4 — 200 — 1.3 KiB — 91 ms — h3https://kingdomimpactventures.org/products/kis?_rsc=9EVpsE3_azPRbX-a/products/kis?_rsc=9EVpsE3_azPRbX-a https://kingdomimpactventures.org/products/kis?_rsc=9EVpsE3_azPRbX-a — 200 — 8.4 KiB — 90 ms — h3https://kingdomimpactventures.org/download?_rsc=7h4NYy5eoyMcNlUN/download?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/download?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.2 KiB — 74 ms — h3https://kingdomimpactventures.org/download?_rsc=3_dOYUQ1GFNhAV9h/download?_rsc=3_dOYUQ1GFNhAV9h https://kingdomimpactventures.org/download?_rsc=3_dOYUQ1GFNhAV9h — 200 — 1.3 KiB — 41 ms — h3https://kingdomimpactventures.org/download?_rsc=yj9d-X0w4-THkrSt/download?_rsc=yj9d-X0w4-THkrSt https://kingdomimpactventures.org/download?_rsc=yj9d-X0w4-THkrSt — 200 — 3.7 KiB — 76 ms — h3https://kingdomimpactventures.org/contact?_rsc=7h4NYy5eoyMcNlUN/contact?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/contact?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.1 KiB — 80 ms — h3https://kingdomimpactventures.org/contact?_rsc=JFWGu_dmBAb9P0LW/contact?_rsc=JFWGu_dmBAb9P0LW https://kingdomimpactventures.org/contact?_rsc=JFWGu_dmBAb9P0LW — 200 — 1.3 KiB — 85 ms — h3https://kingdomimpactventures.org/contact?_rsc=BiuOixuigeBXVJn7/contact?_rsc=BiuOixuigeBXVJn7 https://kingdomimpactventures.org/contact?_rsc=BiuOixuigeBXVJn7 — 200 — 3.3 KiB — 54 ms — h3https://kingdomimpactventures.org/_next/static/chunks/23w9rn3ttv0nf.js/_next/static/chunks/23w9rn3ttv0nf.... https://kingdomimpactventures.org/_next/static/chunks/23w9rn3ttv0nf.js — 200 — 0 B — 50 ms — h3https://kingdomimpactventures.org/updates?_rsc=7h4NYy5eoyMcNlUN/updates?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/updates?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.1 KiB — 69 ms — h3https://kingdomimpactventures.org/updates?_rsc=t_Zc_myZmNdnmmyl/updates?_rsc=t_Zc_myZmNdnmmyl https://kingdomimpactventures.org/updates?_rsc=t_Zc_myZmNdnmmyl — 200 — 1.3 KiB — 62 ms — h3https://kingdomimpactventures.org/updates?_rsc=X4SXc8xLaPRUOHB4/updates?_rsc=X4SXc8xLaPRUOHB4 https://kingdomimpactventures.org/updates?_rsc=X4SXc8xLaPRUOHB4 — 200 — 3.8 KiB — 66 ms — h3https://kingdomimpactventures.org/investors?_rsc=7h4NYy5eoyMcNlUN/investors?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/investors?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.2 KiB — 62 ms — h3https://kingdomimpactventures.org/investors?_rsc=wCL9PL-ji5AgRiNX/investors?_rsc=wCL9PL-ji5AgRiNX https://kingdomimpactventures.org/investors?_rsc=wCL9PL-ji5AgRiNX — 200 — 1.3 KiB — 67 ms — h3https://kingdomimpactventures.org/investors?_rsc=ouitD-uplRtAwyLQ/investors?_rsc=ouitD-uplRtAwyLQ https://kingdomimpactventures.org/investors?_rsc=ouitD-uplRtAwyLQ — 200 — 3.0 KiB — 71 ms — h3https://kingdomimpactventures.org/partners?_rsc=7h4NYy5eoyMcNlUN/partners?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/partners?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.2 KiB — 62 ms — h3https://kingdomimpactventures.org/partners?_rsc=t2uOxWIkhlXf9KHG/partners?_rsc=t2uOxWIkhlXf9KHG https://kingdomimpactventures.org/partners?_rsc=t2uOxWIkhlXf9KHG — 200 — 1.3 KiB — 65 ms — h3https://kingdomimpactventures.org/partners?_rsc=zA57EyjbGsoXuyhb/partners?_rsc=zA57EyjbGsoXuyhb https://kingdomimpactventures.org/partners?_rsc=zA57EyjbGsoXuyhb — 200 — 2.9 KiB — 64 ms — h3https://kingdomimpactventures.org/mission?_rsc=7h4NYy5eoyMcNlUN/mission?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/mission?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.2 KiB — 59 ms — h3https://kingdomimpactventures.org/mission?_rsc=l1GL8upIQs4QGFUM/mission?_rsc=l1GL8upIQs4QGFUM https://kingdomimpactventures.org/mission?_rsc=l1GL8upIQs4QGFUM — 200 — 1.3 KiB — 60 ms — h3https://kingdomimpactventures.org/mission?_rsc=kxKWk-PEtx19RKRf/mission?_rsc=kxKWk-PEtx19RKRf https://kingdomimpactventures.org/mission?_rsc=kxKWk-PEtx19RKRf — 200 — 4.5 KiB — 58 ms — h3https://kingdomimpactventures.org/about?_rsc=7h4NYy5eoyMcNlUN/about?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/about?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.1 KiB — 87 ms — h3https://kingdomimpactventures.org/about?_rsc=n4tDNspjD4yS_Xnd/about?_rsc=n4tDNspjD4yS_Xnd https://kingdomimpactventures.org/about?_rsc=n4tDNspjD4yS_Xnd — 200 — 1.3 KiB — 80 ms — h3https://kingdomimpactventures.org/about?_rsc=hzcUC6YqarYE9pKE/about?_rsc=hzcUC6YqarYE9pKE https://kingdomimpactventures.org/about?_rsc=hzcUC6YqarYE9pKE — 200 — 4.4 KiB — 79 ms — h3https://kingdomimpactventures.org/who-we-serve?_rsc=7h4NYy5eoyMcNlUN/who-we-serve?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/who-we-serve?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.2 KiB — 76 ms — h3https://kingdomimpactventures.org/who-we-serve?_rsc=N5R18E1iTbPUp8qw/who-we-serve?_rsc=N5R18E1iTbPUp8qw https://kingdomimpactventures.org/who-we-serve?_rsc=N5R18E1iTbPUp8qw — 200 — 1.3 KiB — 67 ms — h3https://kingdomimpactventures.org/who-we-serve?_rsc=aZE0PhRYu8SrYAJ6/who-we-serve?_rsc=aZE0PhRYu8SrYAJ6 https://kingdomimpactventures.org/who-we-serve?_rsc=aZE0PhRYu8SrYAJ6 — 200 — 5.7 KiB — 78 ms — h3https://kingdomimpactventures.org/products?_rsc=7h4NYy5eoyMcNlUN/products?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/products?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.1 KiB — 68 ms — h3https://kingdomimpactventures.org/products?_rsc=u2Wueao__XdOruSe/products?_rsc=u2Wueao__XdOruSe https://kingdomimpactventures.org/products?_rsc=u2Wueao__XdOruSe — 200 — 4.7 KiB — 79 ms — h3https://kingdomimpactventures.org/?_rsc=7h4NYy5eoyMcNlUN/?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.2 KiB — 73 ms — h3https://kingdomimpactventures.org/?_rsc=8nTjltbQWvg6NcbE/?_rsc=8nTjltbQWvg6NcbE https://kingdomimpactventures.org/?_rsc=8nTjltbQWvg6NcbE — 200 — 7.5 KiB — 66 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
24 images, 675 KB total, 332 KB wasted
INFO

Image Optimization Audit

Total Images

24

Total Size

675 KB

Oversized

5

Wasted

332 KB

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