Performance
· 15 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.
1.65 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.097
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.74 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.72 s
Page Load Progression
FPage Weight BudgetAction5.1 MB transferred, 87 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
DHTTP CachingActionno-store (uncacheable)FIX
private, no-cache, no-store, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
BImage Optimization38 images, 0 KB saveableREVIEW
BJS Execution Cost953ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://hackmd.io/ | 617ms | 2ms | 3ms | 1st |
| https://hackmd.io/_next/static/chunks/bf9c1cba9711df19.js | 174ms | 151ms | 5ms | 1st |
| Unattributable | 162ms | 10ms | 0ms | 3rd |
CPage Weight InventoryAction87 resources · 5.1 MB · 25 KB savings availableREVIEW
~24.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 87 resources | 5.1 MiB | ||||||
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Third-Party Impact0% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (156 KB)PASS
Web fonts
5
156 KB total
Render-blocking
0
of 5
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+JS Bundles13 scripts, 25 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://hackmd.io/_next/static/chunks/bf9c1cba9711df19.js | 66 KB | 25 KB (38%) | ✓ | 1st |
| https://hackmd.io/_next/static/chunks/b53512c697a241ee.js | 7 KB | — | ✓ | 1st |
| https://hackmd.io/_next/static/chunks/352249a356f41352.js | 22 KB | — | ✓ | 1st |
| https://hackmd.io/_next/static/chunks/90dc6678905ee329.js | 23 KB | — | ✓ | 1st |
| https://hackmd.io/_next/static/chunks/turbopack-33cea5077725590e.js | 4 KB | — | ✓ | 1st |
| https://hackmd.io/_next/static/chunks/5f61266cc010ad33.js | 1 KB | — | ✓ | 1st |
| https://hackmd.io/_next/static/chunks/d5c79332a1584318.js | 7 KB | — | ✓ | 1st |
| https://hackmd.io/_next/static/chunks/79164d74d07c8aa2.js | 14 KB | — | ✓ | 1st |
| https://hackmd.io/_next/static/chunks/be1d781b53904caa.js | 15 KB | — | ✓ | 1st |
| https://hackmd.io/_next/static/chunks/c16b3dec3847a615.js | 8 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
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall87 requests over 4434msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 162ms | 0 KB | — | €2/mo | Optional |