Skip to content
https://kingdomimpactventures.org

Performance

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

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

91
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.03 s

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

3.33 s

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

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

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

5.11 s

Page Load Progression

680 ms
1.4 s
2.0 s
2.7 s
3.4 s
4.1 s
4.8 s
5.4 s
Checks
25
15 PASS 7 REVIEW 1 FIX
F
JS Execution Cost
Action
7195ms total JS execution
FIX
7195ms total JS execution
Warning::
https://kingdomimpactventures.org/_next/static/chu...: 2381ms CPU time
Warning::
https://kingdomimpactventures.org/: 2209ms CPU time
Warning::
https://kingdomimpactventures.org/_next/static/chu...: 1783ms CPU time
Warning::
Unattributable: 481ms CPU time
Warning::
https://kingdomimpactventures.org/_next/static/chu...: 342ms CPU time

Main Thread Breakdown

Other 37% Script Evaluation 23% Rendering 20% Style & Layout 18%
ScriptTotalScriptingParse/CompileParty
https://kingdomimpactventures.org/_next/static/chunks/0sat9ox8mpsvk.js2381ms189ms3ms1st
https://kingdomimpactventures.org/2209ms14ms8ms1st
https://kingdomimpactventures.org/_next/static/chunks/1pk61cwot6f0h.js1783ms1177ms18ms1st
Unattributable481ms38ms0ms1st
https://kingdomimpactventures.org/_next/static/chunks/0k_urakkl8ds7.js342ms208ms11ms1st
B
Page Weight Budget
1.3 MB transferred, 86 requests
REVIEW
1.3 MB transferred, 86 requests
Info::
Page weighs 1.9 MB (1.3 MB transferred)
Info::
86 HTTP requests
Info::
Estimated 0.28 g CO2 per page load
1.3 MB / 2.4 MB budget
1.3 MB transferred
86 requests
0.28 g CO2 per page load
Images 852.7 KiB 63%
Other 175.9 KiB 13%
JavaScript 170.1 KiB 12%
Fonts 81.1 KiB 6%
Other 44.1 KiB 3%
CSS 21.5 KiB 2%
HTML 16.6 KiB 1%
Other 2.0 KiB 0%
0 2.4 MB 4.9 MB
Under budget
B
Image Optimization
9 images, 0 KB saveable
REVIEW
9 images, 0 KB saveable
Info::
All images are well-optimized
9 images 853 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
86 resources · 1.3 MB · 27 KB savings available
REVIEW
86 resources · 1.3 MB · 27 KB savings available
Warning::
Page weight 1.3 MB exceeds 1 MB target by 340 KB
Got: 1.3 MB Expected: ≤ 1 MB
Info::
1 third-party resources (0% of weight)
Info::
1 resources over 200KB
86 resources · 1.3 MiB · 1 third-party 340.0 KiB over 1MB target
Image 66% · 896.7 KiB
Other 13% · 177.9 KiB
JavaScript 12% · 170.1 KiB
Font 6% · 81.1 KiB
CSS 2% · 21.5 KiB
Document 1% · 16.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 7.2 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.
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 FCP 1.0 s LCP 3.3 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 — 56 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.6 KiB — 72 ms — font-display: swap
38df7484fe560b25-s.p.34... woff2 swap
Size 33 KB
Load time 56 ms
Start 173 ms
Risk FOUT — text flashes from fallback to web font
83afe278b6a6bb3c-s.p.2b... woff2 swap
Size 48 KB
Load time 72 ms
Start 174 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/1rvxhbh_njddm.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/0sat9ox8mpsvk.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
5 hints, 0 missing preconnects
PASS
5 hints, 0 missing preconnects
Info::
Page uses 5 resource hint(s)

Current Resource Hints

preconnect
preload
5
dns-prefetch
prefetch

5 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
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
86 requests over 5276ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.0 s LCP 3.3 shttps://kingdomimpactventures.org// https://kingdomimpactventures.org/ — 200 — 16.6 KiB — 144 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 — 56 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.6 KiB — 72 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 — 97 ms — h2https://kingdomimpactventures.org/_next/static/chunks/1_yph2w1_t8cc.css/_next/static/chunks/1_yph2w1_t8cc.... https://kingdomimpactventures.org/_next/static/chunks/1_yph2w1_t8cc.css — 200 — 20.5 KiB — 50 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.9 KiB — 52 ms — h2https://kingdomimpactventures.org/manifest.webmanifest/manifest.webmanifest https://kingdomimpactventures.org/manifest.webmanifest — 200 — 2.0 KiB — 58 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 — 139 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.2 KiB — 144 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 — 171 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.5 KiB — 162 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 — 127 ms — h3https://kingdomimpactventures.org/_next/static/chunks/1rvxhbh_njddm.js/_next/static/chunks/1rvxhbh_njddm.... https://kingdomimpactventures.org/_next/static/chunks/1rvxhbh_njddm.js — 200 — 2.7 KiB — 69 ms — h3https://kingdomimpactventures.org/_next/static/chunks/1ln1dozyh7pbz.js/_next/static/chunks/1ln1dozyh7pbz.... https://kingdomimpactventures.org/_next/static/chunks/1ln1dozyh7pbz.js — 200 — 13.8 KiB — 144 ms — h3https://kingdomimpactventures.org/_next/static/chunks/400uhnkf7h4gu.js/_next/static/chunks/400uhnkf7h4gu.... https://kingdomimpactventures.org/_next/static/chunks/400uhnkf7h4gu.js — 200 — 880 B — 109 ms — h3https://kingdomimpactventures.org/_next/static/chunks/0sat9ox8mpsvk.js/_next/static/chunks/0sat9ox8mpsvk.... https://kingdomimpactventures.org/_next/static/chunks/0sat9ox8mpsvk.js — 200 — 9.8 KiB — 140 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 — 79 ms — h3https://kingdomimpactventures.org/print.css/print.css https://kingdomimpactventures.org/print.css — 200 — 955 B — 111 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 — 173 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 — 1.1 s — 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 — 105 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 — 1.1 s — 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 — 106 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 — 1.1 s — h3https://kingdomimpactventures.org/favicon.ico/favicon.ico https://kingdomimpactventures.org/favicon.ico — 200 — 5.6 KiB — 33 ms — h3https://kingdomimpactventures.org/android-chrome-192x192.png/android-chrome-192x192.png https://kingdomimpactventures.org/android-chrome-192x192.png — 200 — 38.5 KiB — 34 ms — h3https://kingdomimpactventures.org/api/auth/session/api/auth/session https://kingdomimpactventures.org/api/auth/session — 200 — 1.7 KiB — 862 ms — h3https://kingdomimpactventures.org/api/auth/session/api/auth/session https://kingdomimpactventures.org/api/auth/session — 200 — 1.6 KiB — 858 ms — h3https://kingdomimpactventures.org/products/kih?_rsc=5CB68i4pnAekjehf/products/kih?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/products/kih?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 991 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.0 s LCP 3.3 shttps://kingdomimpactventures.org// https://kingdomimpactventures.org/ — 200 — 16.6 KiB — 144 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 — 56 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.6 KiB — 72 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 — 97 ms — h2https://kingdomimpactventures.org/_next/static/chunks/1_yph2w1_t8cc.css/_next/static/chunks/1_yph2w1_t8cc.... https://kingdomimpactventures.org/_next/static/chunks/1_yph2w1_t8cc.css — 200 — 20.5 KiB — 50 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.9 KiB — 52 ms — h2https://kingdomimpactventures.org/manifest.webmanifest/manifest.webmanifest https://kingdomimpactventures.org/manifest.webmanifest — 200 — 2.0 KiB — 58 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 — 139 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.2 KiB — 144 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 — 171 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.5 KiB — 162 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 — 127 ms — h3https://kingdomimpactventures.org/_next/static/chunks/1rvxhbh_njddm.js/_next/static/chunks/1rvxhbh_njddm.... https://kingdomimpactventures.org/_next/static/chunks/1rvxhbh_njddm.js — 200 — 2.7 KiB — 69 ms — h3https://kingdomimpactventures.org/_next/static/chunks/1ln1dozyh7pbz.js/_next/static/chunks/1ln1dozyh7pbz.... https://kingdomimpactventures.org/_next/static/chunks/1ln1dozyh7pbz.js — 200 — 13.8 KiB — 144 ms — h3https://kingdomimpactventures.org/_next/static/chunks/400uhnkf7h4gu.js/_next/static/chunks/400uhnkf7h4gu.... https://kingdomimpactventures.org/_next/static/chunks/400uhnkf7h4gu.js — 200 — 880 B — 109 ms — h3https://kingdomimpactventures.org/_next/static/chunks/0sat9ox8mpsvk.js/_next/static/chunks/0sat9ox8mpsvk.... https://kingdomimpactventures.org/_next/static/chunks/0sat9ox8mpsvk.js — 200 — 9.8 KiB — 140 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 — 79 ms — h3https://kingdomimpactventures.org/print.css/print.css https://kingdomimpactventures.org/print.css — 200 — 955 B — 111 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 — 173 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 — 1.1 s — 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 — 105 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 — 1.1 s — 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 — 106 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 — 1.1 s — h3https://kingdomimpactventures.org/favicon.ico/favicon.ico https://kingdomimpactventures.org/favicon.ico — 200 — 5.6 KiB — 33 ms — h3https://kingdomimpactventures.org/android-chrome-192x192.png/android-chrome-192x192.png https://kingdomimpactventures.org/android-chrome-192x192.png — 200 — 38.5 KiB — 34 ms — h3https://kingdomimpactventures.org/api/auth/session/api/auth/session https://kingdomimpactventures.org/api/auth/session — 200 — 1.7 KiB — 862 ms — h3https://kingdomimpactventures.org/api/auth/session/api/auth/session https://kingdomimpactventures.org/api/auth/session — 200 — 1.6 KiB — 858 ms — h3https://kingdomimpactventures.org/products/kih?_rsc=5CB68i4pnAekjehf/products/kih?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/products/kih?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 991 ms — h3https://kingdomimpactventures.org/products/kie?_rsc=5CB68i4pnAekjehf/products/kie?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/products/kie?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 981 ms — h3https://kingdomimpactventures.org/products/kis?_rsc=5CB68i4pnAekjehf/products/kis?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/products/kis?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 1.0 s — h3https://kingdomimpactventures.org/download?_rsc=5CB68i4pnAekjehf/download?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/download?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 961 ms — h3https://kingdomimpactventures.org/contact?_rsc=5CB68i4pnAekjehf/contact?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/contact?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 232 ms — h3https://kingdomimpactventures.org/updates?_rsc=5CB68i4pnAekjehf/updates?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/updates?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 219 ms — h3https://kingdomimpactventures.org/investors?_rsc=5CB68i4pnAekjehf/investors?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/investors?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 272 ms — h3https://kingdomimpactventures.org/partners?_rsc=5CB68i4pnAekjehf/partners?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/partners?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 258 ms — h3https://kingdomimpactventures.org/mission?_rsc=5CB68i4pnAekjehf/mission?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/mission?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 240 ms — h3https://kingdomimpactventures.org/about?_rsc=5CB68i4pnAekjehf/about?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/about?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 240 ms — h3https://kingdomimpactventures.org/who-we-serve?_rsc=5CB68i4pnAekjehf/who-we-serve?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/who-we-serve?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 185 ms — h3https://kingdomimpactventures.org/products?_rsc=5CB68i4pnAekjehf/products?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/products?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 190 ms — h3https://kingdomimpactventures.org/products/kih?_rsc=7h4NYy5eoyMcNlUN/products/kih?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/products/kih?_rsc=7h4NYy5eoyMcNlUN — 200 — 3.0 KiB — 76 ms — h3https://kingdomimpactventures.org/products/kih?_rsc=yIp22O3xgPPxC28X/products/kih?_rsc=yIp22O3xgPPxC28X https://kingdomimpactventures.org/products/kih?_rsc=yIp22O3xgPPxC28X — 200 — 3.5 KiB — 76 ms — h3https://kingdomimpactventures.org/products/kih?_rsc=_O6s5kzTWVZlEW9T/products/kih?_rsc=_O6s5kzTWVZlEW9T https://kingdomimpactventures.org/products/kih?_rsc=_O6s5kzTWVZlEW9T — 200 — 2.0 KiB — 69 ms — h3https://kingdomimpactventures.org/products/kih?_rsc=MlwMcUj0V0c43tzK/products/kih?_rsc=MlwMcUj0V0c43tzK https://kingdomimpactventures.org/products/kih?_rsc=MlwMcUj0V0c43tzK — 200 — 2.0 KiB — 61 ms — h3https://kingdomimpactventures.org/products/kih?_rsc=7xLrhITHAsyD6Vnw/products/kih?_rsc=7xLrhITHAsyD6Vnw https://kingdomimpactventures.org/products/kih?_rsc=7xLrhITHAsyD6Vnw — 200 — 4.9 KiB — 124 ms — h3https://kingdomimpactventures.org/products/kie?_rsc=7h4NYy5eoyMcNlUN/products/kie?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/products/kie?_rsc=7h4NYy5eoyMcNlUN — 200 — 3.0 KiB — 118 ms — h3https://kingdomimpactventures.org/products/kie?_rsc=XNs-aeBE4rWHl1ex/products/kie?_rsc=XNs-aeBE4rWHl1ex https://kingdomimpactventures.org/products/kie?_rsc=XNs-aeBE4rWHl1ex — 200 — 2.0 KiB — 119 ms — h3https://kingdomimpactventures.org/products/kie?_rsc=Z9n_3yZaKJbFCh5e/products/kie?_rsc=Z9n_3yZaKJbFCh5e https://kingdomimpactventures.org/products/kie?_rsc=Z9n_3yZaKJbFCh5e — 200 — 4.9 KiB — 118 ms — h3https://kingdomimpactventures.org/products/kis?_rsc=7h4NYy5eoyMcNlUN/products/kis?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/products/kis?_rsc=7h4NYy5eoyMcNlUN — 200 — 3.0 KiB — 143 ms — h3https://kingdomimpactventures.org/products/kis?_rsc=fXCmv3jnSMIAs8r4/products/kis?_rsc=fXCmv3jnSMIAs8r4 https://kingdomimpactventures.org/products/kis?_rsc=fXCmv3jnSMIAs8r4 — 200 — 2.0 KiB — 143 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 — 9.1 KiB — 144 ms — h3https://kingdomimpactventures.org/download?_rsc=7h4NYy5eoyMcNlUN/download?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/download?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.9 KiB — 125 ms — h3https://kingdomimpactventures.org/download?_rsc=3_dOYUQ1GFNhAV9h/download?_rsc=3_dOYUQ1GFNhAV9h https://kingdomimpactventures.org/download?_rsc=3_dOYUQ1GFNhAV9h — 200 — 2.0 KiB — 90 ms — h3https://kingdomimpactventures.org/download?_rsc=yj9d-X0w4-THkrSt/download?_rsc=yj9d-X0w4-THkrSt https://kingdomimpactventures.org/download?_rsc=yj9d-X0w4-THkrSt — 200 — 4.4 KiB — 90 ms — h3https://kingdomimpactventures.org/contact?_rsc=7h4NYy5eoyMcNlUN/contact?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/contact?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.9 KiB — 87 ms — h3https://kingdomimpactventures.org/contact?_rsc=JFWGu_dmBAb9P0LW/contact?_rsc=JFWGu_dmBAb9P0LW https://kingdomimpactventures.org/contact?_rsc=JFWGu_dmBAb9P0LW — 200 — 2.0 KiB — 90 ms — h3https://kingdomimpactventures.org/contact?_rsc=BiuOixuigeBXVJn7/contact?_rsc=BiuOixuigeBXVJn7 https://kingdomimpactventures.org/contact?_rsc=BiuOixuigeBXVJn7 — 200 — 4.0 KiB — 92 ms — h3https://kingdomimpactventures.org/updates?_rsc=7h4NYy5eoyMcNlUN/updates?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/updates?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.9 KiB — 87 ms — h3https://kingdomimpactventures.org/_next/static/chunks/0xq975l4sdwly.js/_next/static/chunks/0xq975l4sdwly.... https://kingdomimpactventures.org/_next/static/chunks/0xq975l4sdwly.js — 200 — 0 B — 40 ms — h3https://kingdomimpactventures.org/updates?_rsc=t_Zc_myZmNdnmmyl/updates?_rsc=t_Zc_myZmNdnmmyl https://kingdomimpactventures.org/updates?_rsc=t_Zc_myZmNdnmmyl — 200 — 2.0 KiB — 85 ms — h3https://kingdomimpactventures.org/updates?_rsc=X4SXc8xLaPRUOHB4/updates?_rsc=X4SXc8xLaPRUOHB4 https://kingdomimpactventures.org/updates?_rsc=X4SXc8xLaPRUOHB4 — 200 — 4.4 KiB — 83 ms — h3https://kingdomimpactventures.org/investors?_rsc=7h4NYy5eoyMcNlUN/investors?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/investors?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.9 KiB — 106 ms — h3https://kingdomimpactventures.org/investors?_rsc=wCL9PL-ji5AgRiNX/investors?_rsc=wCL9PL-ji5AgRiNX https://kingdomimpactventures.org/investors?_rsc=wCL9PL-ji5AgRiNX — 200 — 2.0 KiB — 94 ms — h3https://kingdomimpactventures.org/investors?_rsc=ouitD-uplRtAwyLQ/investors?_rsc=ouitD-uplRtAwyLQ https://kingdomimpactventures.org/investors?_rsc=ouitD-uplRtAwyLQ — 200 — 3.6 KiB — 91 ms — h3https://kingdomimpactventures.org/partners?_rsc=7h4NYy5eoyMcNlUN/partners?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/partners?_rsc=7h4NYy5eoyMcNlUN — 200 — 3.0 KiB — 97 ms — h3https://kingdomimpactventures.org/partners?_rsc=t2uOxWIkhlXf9KHG/partners?_rsc=t2uOxWIkhlXf9KHG https://kingdomimpactventures.org/partners?_rsc=t2uOxWIkhlXf9KHG — 200 — 2.0 KiB — 131 ms — h3https://kingdomimpactventures.org/partners?_rsc=zA57EyjbGsoXuyhb/partners?_rsc=zA57EyjbGsoXuyhb https://kingdomimpactventures.org/partners?_rsc=zA57EyjbGsoXuyhb — 200 — 3.6 KiB — 146 ms — h3https://kingdomimpactventures.org/mission?_rsc=7h4NYy5eoyMcNlUN/mission?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/mission?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.9 KiB — 139 ms — h3https://kingdomimpactventures.org/mission?_rsc=l1GL8upIQs4QGFUM/mission?_rsc=l1GL8upIQs4QGFUM https://kingdomimpactventures.org/mission?_rsc=l1GL8upIQs4QGFUM — 200 — 2.0 KiB — 142 ms — h3https://kingdomimpactventures.org/mission?_rsc=kxKWk-PEtx19RKRf/mission?_rsc=kxKWk-PEtx19RKRf https://kingdomimpactventures.org/mission?_rsc=kxKWk-PEtx19RKRf — 200 — 5.2 KiB — 129 ms — h3https://kingdomimpactventures.org/about?_rsc=7h4NYy5eoyMcNlUN/about?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/about?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.9 KiB — 125 ms — h3https://kingdomimpactventures.org/about?_rsc=n4tDNspjD4yS_Xnd/about?_rsc=n4tDNspjD4yS_Xnd https://kingdomimpactventures.org/about?_rsc=n4tDNspjD4yS_Xnd — 200 — 2.0 KiB — 122 ms — h3https://kingdomimpactventures.org/about?_rsc=hzcUC6YqarYE9pKE/about?_rsc=hzcUC6YqarYE9pKE https://kingdomimpactventures.org/about?_rsc=hzcUC6YqarYE9pKE — 200 — 5.1 KiB — 121 ms — h3https://kingdomimpactventures.org/who-we-serve?_rsc=7h4NYy5eoyMcNlUN/who-we-serve?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/who-we-serve?_rsc=7h4NYy5eoyMcNlUN — 200 — 3.0 KiB — 109 ms — h3https://kingdomimpactventures.org/who-we-serve?_rsc=N5R18E1iTbPUp8qw/who-we-serve?_rsc=N5R18E1iTbPUp8qw https://kingdomimpactventures.org/who-we-serve?_rsc=N5R18E1iTbPUp8qw — 200 — 2.0 KiB — 114 ms — h3https://kingdomimpactventures.org/who-we-serve?_rsc=aZE0PhRYu8SrYAJ6/who-we-serve?_rsc=aZE0PhRYu8SrYAJ6 https://kingdomimpactventures.org/who-we-serve?_rsc=aZE0PhRYu8SrYAJ6 — 200 — 6.4 KiB — 113 ms — h3https://kingdomimpactventures.org/products?_rsc=7h4NYy5eoyMcNlUN/products?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/products?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.9 KiB — 107 ms — h3https://kingdomimpactventures.org/products?_rsc=u2Wueao__XdOruSe/products?_rsc=u2Wueao__XdOruSe https://kingdomimpactventures.org/products?_rsc=u2Wueao__XdOruSe — 200 — 5.3 KiB — 139 ms — h3https://kingdomimpactventures.org/?_rsc=7h4NYy5eoyMcNlUN/?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/?_rsc=7h4NYy5eoyMcNlUN — 200 — 3.0 KiB — 126 ms — h3https://kingdomimpactventures.org/?_rsc=8nTjltbQWvg6NcbE/?_rsc=8nTjltbQWvg6NcbE https://kingdomimpactventures.org/?_rsc=8nTjltbQWvg6NcbE — 200 — 8.2 KiB — 127 ms — h3https://kingdomimpactventures.org/products/kip?_rsc=5CB68i4pnAekjehf/products/kip?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/products/kip?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 69 ms — h3https://kingdomimpactventures.org/products/kim?_rsc=5CB68i4pnAekjehf/products/kim?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/products/kim?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 62 ms — h3https://kingdomimpactventures.org/products/kim?_rsc=7h4NYy5eoyMcNlUN/products/kim?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/products/kim?_rsc=7h4NYy5eoyMcNlUN — 200 — 3.0 KiB — 85 ms — h3https://kingdomimpactventures.org/products/kim?_rsc=Zt6MJpmG1tAq8XAo/products/kim?_rsc=Zt6MJpmG1tAq8XAo https://kingdomimpactventures.org/products/kim?_rsc=Zt6MJpmG1tAq8XAo — 200 — 2.0 KiB — 86 ms — h3https://kingdomimpactventures.org/products/kim?_rsc=UhW_kWvf-PCuZSh2/products/kim?_rsc=UhW_kWvf-PCuZSh2 https://kingdomimpactventures.org/products/kim?_rsc=UhW_kWvf-PCuZSh2 — 200 — 4.9 KiB — 87 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