Performance
· 17 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.45 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.20 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
110 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.238
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.87 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.
13.61 s
Page Load Progression
FPage Weight BudgetAction4.6 MB transferred, 67 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
DJS Execution CostAction3208ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://hackmd.io/ | 1848ms | 11ms | 21ms | 1st |
| https://hackmd.io/_next/static/chunks/bf9c1cba9711df19.js | 823ms | 745ms | 17ms | 1st |
| Unattributable | 537ms | 13ms | 0ms | 3rd |
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
CPage Weight InventoryAction67 resources · 4.6 MB · 25 KB savings availableREVIEW
~24.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 67 resources | 4.6 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 Hints27 hints, 0 missing preconnectsPASS
Current Resource Hints
27 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall67 requests over 3027msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 537ms | 0 KB | — | €7/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 537ms and costs ~€7/month
Unattributable takes 537ms 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