Skip to content
https://kingdomimpactventures.org

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
90
GRADE
A
FIX
1
REVIEW
6
PASS
16
INFO
3

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

72
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.90 s

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

5.83 s

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

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

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

7.28 s

Page Load Progression

617 ms
1.2 s
1.9 s
2.5 s
3.1 s
3.7 s
4.3 s
4.9 s
Checks
26
16 PASS 6 REVIEW 1 FIX
F
JS Execution Cost
Action
10283ms total JS execution
FIX
10283ms total JS execution
Warning::
https://kingdomimpactventures.org/: 3422ms CPU time
Warning::
https://kingdomimpactventures.org/_next/static/chu...: 2645ms CPU time
Warning::
https://kingdomimpactventures.org/_next/static/chu...: 2469ms CPU time
Warning::
Unattributable: 990ms CPU time
Warning::
https://kingdomimpactventures.org/_next/static/chu...: 688ms CPU time
Info::
Third-party scripts: 68ms (1% of total)

Main Thread Breakdown

Other 37% Script Evaluation 23% Rendering 20% Style & Layout 18%
ScriptTotalScriptingParse/CompileParty
https://kingdomimpactventures.org/3422ms68ms20ms1st
https://kingdomimpactventures.org/_next/static/chunks/0sat9ox8mpsvk.js2645ms175ms4ms1st
https://kingdomimpactventures.org/_next/static/chunks/1pk61cwot6f0h.js2469ms1512ms53ms1st
Unattributable990ms52ms0ms1st
https://kingdomimpactventures.org/_next/static/chunks/0k_urakkl8ds7.js688ms530ms20ms1st
https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba178836298749568ms43ms0ms3rd
B
Page Weight Budget
1.3 MB transferred, 85 requests
REVIEW
1.3 MB transferred, 85 requests
Info::
Page weighs 1.9 MB (1.3 MB transferred)
Info::
85 HTTP requests
Info::
Estimated 0.28 g CO2 per page load
1.3 MB / 2.4 MB budget
1.3 MB transferred
85 requests
0.28 g CO2 per page load
Images 852.6 KiB 63%
JavaScript 180.0 KiB 13%
Other 161.9 KiB 12%
Fonts 81.4 KiB 6%
Other 44.1 KiB 3%
CSS 21.7 KiB 2%
HTML 16.8 KiB 1%
Other 2.0 KiB 0%
Other 970 B 0%
Other 480 B 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
Page Weight Inventory
85 resources · 1.3 MB · 27 KB savings available
REVIEW
85 resources · 1.3 MB · 27 KB savings available
Warning::
Page weight 1.3 MB exceeds 1 MB target by 338 KB
Got: 1.3 MB Expected: ≤ 1 MB
Info::
2 third-party resources (1% of weight)
Info::
1 resources over 200KB
85 resources · 1.3 MiB · 2 third-party 337.9 KiB over 1MB target
Image 66% · 896.7 KiB
JavaScript 13% · 180.0 KiB
Other 12% · 165.3 KiB
Font 6% · 81.4 KiB
CSS 2% · 21.7 KiB
Document 1% · 16.8 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 10.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.
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::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

s-maxage=31536000

DirectiveValueMeaning
s-maxage31536000CDN caches for 52 weeks
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 (10.1 KiB of 1.3 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+
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 FCP 1.9 s LCP 5.8 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.6 KiB — 154 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.8 KiB — 184 ms — font-display: swap
38df7484fe560b25-s.p.34... woff2 swap
Size 34 KB
Load time 154 ms
Start 164 ms
Risk FOUT — text flashes from fallback to web font
83afe278b6a6bb3c-s.p.2b... woff2 swap
Size 48 KB
Load time 184 ms
Start 164 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
12 scripts, 27 KB unused
PASS
12 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://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba178836298749510 KB3rd
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

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-Timing Observability
3 Server-Timing entries advertised
PASS
3 Server-Timing entries advertised
Info::
Server-Timing header advertises 3 timing entries
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::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
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
85 requests over 2679ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.9 s LCP 5.8 shttps://kingdomimpactventures.org// https://kingdomimpactventures.org/ — 200 — 16.8 KiB — 126 ms — h3https://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.6 KiB — 154 ms — h3https://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.8 KiB — 184 ms — h3https://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.5 KiB — 188 ms — h3https://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.7 KiB — 170 ms — h3https://kingdomimpactventures.org/images/dark-kis-logo-256.webp/images/dark-kis-logo-256.webp https://kingdomimpactventures.org/images/dark-kis-logo-256.webp — 200 — 9.0 KiB — 168 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495 — 200 — 10.1 KiB — 44 ms — h2https://kingdomimpactventures.org/manifest.webmanifest/manifest.webmanifest https://kingdomimpactventures.org/manifest.webmanifest — 200 — 2.0 KiB — 124 ms — h3https://kingdomimpactventures.org/_next/static/chunks/384ppow7b0iwm.js/_next/static/chunks/384ppow7b0iwm.... https://kingdomimpactventures.org/_next/static/chunks/384ppow7b0iwm.js — 200 — 10.3 KiB — 168 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 — 169 ms — h3https://kingdomimpactventures.org/_next/static/chunks/1pk61cwot6f0h.js/_next/static/chunks/1pk61cwot6f0h.... https://kingdomimpactventures.org/_next/static/chunks/1pk61cwot6f0h.js — 200 — 71.4 KiB — 317 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 — 345 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.7 KiB — 183 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 — 191 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 — 230 ms — h3https://kingdomimpactventures.org/_next/static/chunks/400uhnkf7h4gu.js/_next/static/chunks/400uhnkf7h4gu.... https://kingdomimpactventures.org/_next/static/chunks/400uhnkf7h4gu.js — 200 — 868 B — 169 ms — h3https://kingdomimpactventures.org/_next/static/chunks/0sat9ox8mpsvk.js/_next/static/chunks/0sat9ox8mpsvk.... https://kingdomimpactventures.org/_next/static/chunks/0sat9ox8mpsvk.js — 200 — 9.7 KiB — 189 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 — 191 ms — h3https://kingdomimpactventures.org/print.css/print.css https://kingdomimpactventures.org/print.css — 200 — 959 B — 157 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 — 159 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 — 178 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 — 469 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 — 177 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 — 918 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 — 450 ms — h3https://kingdomimpactventures.org/cdn-cgi/rum?/cdn-cgi/rum? https://kingdomimpactventures.org/cdn-cgi/rum? — 204 — 488 B — 8 ms — h3https://kingdomimpactventures.org/favicon.ico/favicon.ico https://kingdomimpactventures.org/favicon.ico — 200 — 5.6 KiB — 13 ms — h3https://kingdomimpactventures.org/android-chrome-192x192.png/android-chrome-192x192.png https://kingdomimpactventures.org/android-chrome-192x192.png — 200 — 38.5 KiB — 172 ms — h3https://kingdomimpactventures.org/cdn-cgi/rum?/cdn-cgi/rum? https://kingdomimpactventures.org/cdn-cgi/rum? — 204 — 482 B — 8 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.9 s LCP 5.8 shttps://kingdomimpactventures.org// https://kingdomimpactventures.org/ — 200 — 16.8 KiB — 126 ms — h3https://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.6 KiB — 154 ms — h3https://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.8 KiB — 184 ms — h3https://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.5 KiB — 188 ms — h3https://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.7 KiB — 170 ms — h3https://kingdomimpactventures.org/images/dark-kis-logo-256.webp/images/dark-kis-logo-256.webp https://kingdomimpactventures.org/images/dark-kis-logo-256.webp — 200 — 9.0 KiB — 168 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495 — 200 — 10.1 KiB — 44 ms — h2https://kingdomimpactventures.org/manifest.webmanifest/manifest.webmanifest https://kingdomimpactventures.org/manifest.webmanifest — 200 — 2.0 KiB — 124 ms — h3https://kingdomimpactventures.org/_next/static/chunks/384ppow7b0iwm.js/_next/static/chunks/384ppow7b0iwm.... https://kingdomimpactventures.org/_next/static/chunks/384ppow7b0iwm.js — 200 — 10.3 KiB — 168 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 — 169 ms — h3https://kingdomimpactventures.org/_next/static/chunks/1pk61cwot6f0h.js/_next/static/chunks/1pk61cwot6f0h.... https://kingdomimpactventures.org/_next/static/chunks/1pk61cwot6f0h.js — 200 — 71.4 KiB — 317 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 — 345 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.7 KiB — 183 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 — 191 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 — 230 ms — h3https://kingdomimpactventures.org/_next/static/chunks/400uhnkf7h4gu.js/_next/static/chunks/400uhnkf7h4gu.... https://kingdomimpactventures.org/_next/static/chunks/400uhnkf7h4gu.js — 200 — 868 B — 169 ms — h3https://kingdomimpactventures.org/_next/static/chunks/0sat9ox8mpsvk.js/_next/static/chunks/0sat9ox8mpsvk.... https://kingdomimpactventures.org/_next/static/chunks/0sat9ox8mpsvk.js — 200 — 9.7 KiB — 189 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 — 191 ms — h3https://kingdomimpactventures.org/print.css/print.css https://kingdomimpactventures.org/print.css — 200 — 959 B — 157 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 — 159 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 — 178 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 — 469 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 — 177 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 — 918 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 — 450 ms — h3https://kingdomimpactventures.org/cdn-cgi/rum?/cdn-cgi/rum? https://kingdomimpactventures.org/cdn-cgi/rum? — 204 — 488 B — 8 ms — h3https://kingdomimpactventures.org/favicon.ico/favicon.ico https://kingdomimpactventures.org/favicon.ico — 200 — 5.6 KiB — 13 ms — h3https://kingdomimpactventures.org/android-chrome-192x192.png/android-chrome-192x192.png https://kingdomimpactventures.org/android-chrome-192x192.png — 200 — 38.5 KiB — 172 ms — h3https://kingdomimpactventures.org/cdn-cgi/rum?/cdn-cgi/rum? https://kingdomimpactventures.org/cdn-cgi/rum? — 204 — 482 B — 8 ms — h3https://kingdomimpactventures.org/cdn-cgi/rum?/cdn-cgi/rum? https://kingdomimpactventures.org/cdn-cgi/rum? — 204 — 480 B — 13 ms — h3https://kingdomimpactventures.org/api/auth/session/api/auth/session https://kingdomimpactventures.org/api/auth/session — 200 — 1.7 KiB — 453 ms — h3https://kingdomimpactventures.org/api/auth/session/api/auth/session https://kingdomimpactventures.org/api/auth/session — 200 — 1.7 KiB — 452 ms — h3https://kingdomimpactventures.org/products/kih?_rsc=5CB68i4pnAekjehf/products/kih?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/products/kih?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 509 ms — h3https://kingdomimpactventures.org/products/kie?_rsc=5CB68i4pnAekjehf/products/kie?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/products/kie?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 505 ms — h3https://kingdomimpactventures.org/products/kis?_rsc=5CB68i4pnAekjehf/products/kis?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/products/kis?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 516 ms — h3https://kingdomimpactventures.org/download?_rsc=5CB68i4pnAekjehf/download?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/download?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 490 ms — h3https://kingdomimpactventures.org/contact?_rsc=5CB68i4pnAekjehf/contact?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/contact?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 187 ms — h3https://kingdomimpactventures.org/updates?_rsc=5CB68i4pnAekjehf/updates?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/updates?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 127 ms — h3https://kingdomimpactventures.org/investors?_rsc=5CB68i4pnAekjehf/investors?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/investors?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 196 ms — h3https://kingdomimpactventures.org/partners?_rsc=5CB68i4pnAekjehf/partners?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/partners?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 197 ms — h3https://kingdomimpactventures.org/mission?_rsc=5CB68i4pnAekjehf/mission?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/mission?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 179 ms — h3https://kingdomimpactventures.org/about?_rsc=5CB68i4pnAekjehf/about?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/about?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 138 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 — 124 ms — h3https://kingdomimpactventures.org/products?_rsc=5CB68i4pnAekjehf/products?_rsc=5CB68i4pnAekjehf https://kingdomimpactventures.org/products?_rsc=5CB68i4pnAekjehf — 200 — 2.0 KiB — 114 ms — h3https://kingdomimpactventures.org/products/kih?_rsc=7h4NYy5eoyMcNlUN/products/kih?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/products/kih?_rsc=7h4NYy5eoyMcNlUN — 200 — 3.0 KiB — 47 ms — h3https://kingdomimpactventures.org/products/kih?_rsc=yIp22O3xgPPxC28X/products/kih?_rsc=yIp22O3xgPPxC28X https://kingdomimpactventures.org/products/kih?_rsc=yIp22O3xgPPxC28X — 200 — 3.5 KiB — 50 ms — h3https://kingdomimpactventures.org/products/kih?_rsc=_O6s5kzTWVZlEW9T/products/kih?_rsc=_O6s5kzTWVZlEW9T https://kingdomimpactventures.org/products/kih?_rsc=_O6s5kzTWVZlEW9T — 200 — 2.0 KiB — 41 ms — h3https://kingdomimpactventures.org/products/kih?_rsc=MlwMcUj0V0c43tzK/products/kih?_rsc=MlwMcUj0V0c43tzK https://kingdomimpactventures.org/products/kih?_rsc=MlwMcUj0V0c43tzK — 200 — 2.0 KiB — 40 ms — h3https://kingdomimpactventures.org/products/kih?_rsc=7xLrhITHAsyD6Vnw/products/kih?_rsc=7xLrhITHAsyD6Vnw https://kingdomimpactventures.org/products/kih?_rsc=7xLrhITHAsyD6Vnw — 200 — 4.9 KiB — 88 ms — h3https://kingdomimpactventures.org/products/kie?_rsc=7h4NYy5eoyMcNlUN/products/kie?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/products/kie?_rsc=7h4NYy5eoyMcNlUN — 200 — 3.0 KiB — 81 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 — 89 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 — 86 ms — h3https://kingdomimpactventures.org/products/kis?_rsc=7h4NYy5eoyMcNlUN/products/kis?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/products/kis?_rsc=7h4NYy5eoyMcNlUN — 200 — 3.0 KiB — 114 ms — h3https://kingdomimpactventures.org/products/kis?_rsc=fXCmv3jnSMIAs8r4/products/kis?_rsc=fXCmv3jnSMIAs8r4 https://kingdomimpactventures.org/products/kis?_rsc=fXCmv3jnSMIAs8r4 — 200 — 2.0 KiB — 113 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 — 92 ms — h3https://kingdomimpactventures.org/download?_rsc=7h4NYy5eoyMcNlUN/download?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/download?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.9 KiB — 75 ms — h3https://kingdomimpactventures.org/download?_rsc=3_dOYUQ1GFNhAV9h/download?_rsc=3_dOYUQ1GFNhAV9h https://kingdomimpactventures.org/download?_rsc=3_dOYUQ1GFNhAV9h — 200 — 2.0 KiB — 85 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 — 80 ms — h3https://kingdomimpactventures.org/contact?_rsc=7h4NYy5eoyMcNlUN/contact?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/contact?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.9 KiB — 57 ms — h3https://kingdomimpactventures.org/contact?_rsc=JFWGu_dmBAb9P0LW/contact?_rsc=JFWGu_dmBAb9P0LW https://kingdomimpactventures.org/contact?_rsc=JFWGu_dmBAb9P0LW — 200 — 2.0 KiB — 74 ms — h3https://kingdomimpactventures.org/contact?_rsc=BiuOixuigeBXVJn7/contact?_rsc=BiuOixuigeBXVJn7 https://kingdomimpactventures.org/contact?_rsc=BiuOixuigeBXVJn7 — 200 — 4.0 KiB — 30 ms — h3https://kingdomimpactventures.org/updates?_rsc=7h4NYy5eoyMcNlUN/updates?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/updates?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.9 KiB — 66 ms — h3https://kingdomimpactventures.org/_next/static/chunks/0xq975l4sdwly.js/_next/static/chunks/0xq975l4sdwly.... https://kingdomimpactventures.org/_next/static/chunks/0xq975l4sdwly.js — 200 — 0 B — 172 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 — 76 ms — h3https://kingdomimpactventures.org/updates?_rsc=X4SXc8xLaPRUOHB4/updates?_rsc=X4SXc8xLaPRUOHB4 https://kingdomimpactventures.org/updates?_rsc=X4SXc8xLaPRUOHB4 — 200 — 4.4 KiB — 75 ms — h3https://kingdomimpactventures.org/investors?_rsc=7h4NYy5eoyMcNlUN/investors?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/investors?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.9 KiB — 54 ms — h3https://kingdomimpactventures.org/investors?_rsc=wCL9PL-ji5AgRiNX/investors?_rsc=wCL9PL-ji5AgRiNX https://kingdomimpactventures.org/investors?_rsc=wCL9PL-ji5AgRiNX — 200 — 2.0 KiB — 77 ms — h3https://kingdomimpactventures.org/investors?_rsc=ouitD-uplRtAwyLQ/investors?_rsc=ouitD-uplRtAwyLQ https://kingdomimpactventures.org/investors?_rsc=ouitD-uplRtAwyLQ — 200 — 3.6 KiB — 84 ms — h3https://kingdomimpactventures.org/partners?_rsc=7h4NYy5eoyMcNlUN/partners?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/partners?_rsc=7h4NYy5eoyMcNlUN — 200 — 3.0 KiB — 66 ms — h3https://kingdomimpactventures.org/partners?_rsc=t2uOxWIkhlXf9KHG/partners?_rsc=t2uOxWIkhlXf9KHG https://kingdomimpactventures.org/partners?_rsc=t2uOxWIkhlXf9KHG — 200 — 2.0 KiB — 76 ms — h3https://kingdomimpactventures.org/partners?_rsc=zA57EyjbGsoXuyhb/partners?_rsc=zA57EyjbGsoXuyhb https://kingdomimpactventures.org/partners?_rsc=zA57EyjbGsoXuyhb — 200 — 3.6 KiB — 78 ms — h3https://kingdomimpactventures.org/mission?_rsc=7h4NYy5eoyMcNlUN/mission?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/mission?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.9 KiB — 77 ms — h3https://kingdomimpactventures.org/mission?_rsc=l1GL8upIQs4QGFUM/mission?_rsc=l1GL8upIQs4QGFUM https://kingdomimpactventures.org/mission?_rsc=l1GL8upIQs4QGFUM — 200 — 2.0 KiB — 73 ms — h3https://kingdomimpactventures.org/mission?_rsc=kxKWk-PEtx19RKRf/mission?_rsc=kxKWk-PEtx19RKRf https://kingdomimpactventures.org/mission?_rsc=kxKWk-PEtx19RKRf — 200 — 5.1 KiB — 69 ms — h3https://kingdomimpactventures.org/about?_rsc=7h4NYy5eoyMcNlUN/about?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/about?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.9 KiB — 88 ms — h3https://kingdomimpactventures.org/about?_rsc=n4tDNspjD4yS_Xnd/about?_rsc=n4tDNspjD4yS_Xnd https://kingdomimpactventures.org/about?_rsc=n4tDNspjD4yS_Xnd — 200 — 2.0 KiB — 95 ms — h3https://kingdomimpactventures.org/about?_rsc=hzcUC6YqarYE9pKE/about?_rsc=hzcUC6YqarYE9pKE https://kingdomimpactventures.org/about?_rsc=hzcUC6YqarYE9pKE — 200 — 5.1 KiB — 85 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 — 73 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 — 75 ms — h3https://kingdomimpactventures.org/who-we-serve?_rsc=aZE0PhRYu8SrYAJ6/who-we-serve?_rsc=aZE0PhRYu8SrYAJ6 https://kingdomimpactventures.org/who-we-serve?_rsc=aZE0PhRYu8SrYAJ6 — 200 — 6.3 KiB — 88 ms — h3https://kingdomimpactventures.org/products?_rsc=7h4NYy5eoyMcNlUN/products?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/products?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.9 KiB — 64 ms — h3https://kingdomimpactventures.org/products?_rsc=u2Wueao__XdOruSe/products?_rsc=u2Wueao__XdOruSe https://kingdomimpactventures.org/products?_rsc=u2Wueao__XdOruSe — 200 — 5.3 KiB — 72 ms — h3https://kingdomimpactventures.org/?_rsc=7h4NYy5eoyMcNlUN/?_rsc=7h4NYy5eoyMcNlUN https://kingdomimpactventures.org/?_rsc=7h4NYy5eoyMcNlUN — 200 — 3.0 KiB — 72 ms — h3https://kingdomimpactventures.org/?_rsc=8nTjltbQWvg6NcbE/?_rsc=8nTjltbQWvg6NcbE https://kingdomimpactventures.org/?_rsc=8nTjltbQWvg6NcbE — 200 — 8.2 KiB — 68 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
1% of JavaScript execution is third-party
First-party Third-party 68ms · 10KB · €1/mo
static.cloudflareinsights.com
Other
Optional
Execution 68ms
Transfer 10 KB
Monthly Cost €1/mo

How third-party costs are calculated

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