Performance
· 25 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.
932 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.53 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
164 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.
945 ms
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.22 s
Page Load Progression
BJS Execution Cost958ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 277ms | 2ms | 0ms | 3rd |
| https://akj.io/ | 245ms | 7ms | 5ms | 1st |
| https://akj.io/_next/static/chunks/643ad021-013c3462a72e4cbe.js | 234ms | 215ms | 15ms | 1st |
| https://akj.io/_next/static/chunks/402-47bfdc5efea28fc0.js | 201ms | 165ms | 13ms | 1st |
BJS Bundles11 scripts, 73 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://akj.io/_next/static/chunks/390-2daba5734f8e157e.js | 37 KB | 28 KB (75%) | ✓ | 1st |
| https://akj.io/_next/static/chunks/402-47bfdc5efea28fc0.js | 59 KB | 24 KB (40%) | ✓ | 1st |
| https://akj.io/_next/static/chunks/643ad021-013c3462a72e4cbe.js | 63 KB | 21 KB (34%) | ✓ | 1st |
| https://akj.io/_next/static/chunks/webpack-15fe2c47a455b7a5.js | 2 KB | — | ✓ | 1st |
| https://akj.io/_next/static/chunks/main-app-79fbab2d97f8f13b.js | 1 KB | — | ✓ | 1st |
| https://akj.io/_next/static/chunks/170-43ad85bd76a3c8b0.js | 4 KB | — | ✓ | 1st |
| https://akj.io/_next/static/chunks/app/layout-aee5c53777102c03.js | 6 KB | — | ✓ | 1st |
| https://akj.io/_next/static/chunks/718-f53a9cf5cee88ff6.js | 3 KB | — | ✓ | 1st |
| https://akj.io/_next/static/chunks/app/page-3d7dc22bfc32e3cb.js | 1 KB | — | ✓ | 1st |
| https://akj.io/_next/static/chunks/470.146a4cc5d5931a53.js | 0 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
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
CCompression AlgorithmActionMain response served uncompressedREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingpublic, max-age=0, must-revalidateREVIEW
public, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Page Weight Budget447 KB transferred, 22 requestsPASS
A+Third-Party ImpactNo third-party resourcesPASS
A+Text CompressionAll text resources are compressedPASS
A+Image OptimizationNo images on this pagePASS
A+Font Loading2 fonts (54 KB)PASS
Web fonts
2
54 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
A+Resource 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 max-age=0 (≤ 5min) is appropriatePASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Page Weight Inventory22 resources · 447 KB · 73 KB savings availablePASS
~72.6 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 22 resources | 446.9 KiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+JavaScript BlockingNo render-blocking JS or document.write usage detectedPASS
A+CSS Performance DepthNo CSS performance depth issues detectedPASS
Network Waterfall22 requests over 624msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 277ms | 0 KB | — | $4/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 277ms and costs ~$4/month
Unattributable takes 277ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev