Performance
· 21 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.17 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.73 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
6 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.17 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.
2.73 s
Page Load Progression
DPage Weight BudgetAction2.3 MB transferred, 23 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
FJS BundlesAction6 scripts, 550 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.sacco-standard.co.ke/build/assets/ui-vendor-DljWAar5.js | 507 KB | 355 KB (70%) | ✓ | 1st |
| https://www.sacco-standard.co.ke/build/assets/vue-vendor-BqnL6cps.js | 200 KB | 109 KB (54%) | ✓ | 1st |
| https://www.sacco-standard.co.ke/build/assets/vendor-DenQ01xw.js | 75 KB | 53 KB (71%) | ✓ | 1st |
| https://www.sacco-standard.co.ke/build/assets/app-4X6cd8ib.js | 65 KB | 33 KB (51%) | ✓ | 1st |
| https://www.sacco-standard.co.ke/build/assets/PublicLayout-8NOC2vUn.js | 11 KB | — | ✓ | 1st |
| https://www.sacco-standard.co.ke/build/assets/Home-BntJS8Qj.js | 23 KB | — | ✓ | 1st |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
DPage Weight InventoryAction23 resources · 2.3 MB · 550 KB savings availableFIX
~549.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 23 resources | 2.3 MiB | ||||||
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
BCompression AlgorithmMain response uses gzip; brotli would be ~20% smallerREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingno-cache, privateREVIEW
no-cache, private
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
| private | — | Only browser cache, not CDN/proxy |
A+Third-Party Impact1% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
AImage Optimization2 images, 0 KB saveablePASS
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
A+JS Execution Cost333ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.sacco-standard.co.ke/build/assets/PublicLayout-8NOC2vUn.js | 151ms | 102ms | 0ms | 1st |
| https://www.sacco-standard.co.ke/build/assets/ui-vendor-DljWAar5.js | 63ms | 49ms | 0ms | 1st |
| https://www.sacco-standard.co.ke/ | 62ms | 1ms | 0ms | 1st |
| Unattributable | 57ms | 1ms | 0ms | 1st |
A+Font Loading5 fonts (425 KB)PASS
Web fonts
5
425 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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)
Fixing the unchecked items could save ~197 KB and ~394 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Main HTML Cache-ControlMain HTML uses no-cache -- safe revalidate-on-request policyPASS
AServer Response Intelligence2 server-response signal(s) detectedPASS
Network Waterfall23 requests over 764msINFO
Image Optimization4 images, 397 KB total, 119 KB wastedINFO
Image Optimization Audit
Total Images
4
Total Size
397 KB
Oversized
1
Wasted
119 KB