Performance
· 14 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.
598 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
858 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
36 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.
673 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.
1.23 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction3255ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://obsidian.md/graph.js?v=2 | 2943ms | 436ms | 1ms | 3rd |
| https://obsidian.md/ | 180ms | 24ms | 1ms | 3rd |
| Unattributable | 81ms | 1ms | 0ms | 3rd |
| https://obsidian.md/pixi.min.js | 53ms | 34ms | 18ms | 3rd |
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization6 images, 0 KB saveableREVIEW
BJS Bundles5 scripts, 86 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://obsidian.md/pixi.min.js | 142 KB | 86 KB (61%) | ✓ | 3rd |
| https://obsidian.md/static.js?v=0a5b3842 | 14 KB | — | ✓ | 3rd |
| https://obsidian.md/download.js | 1 KB | — | ✓ | 3rd |
| https://obsidian.md/graph.js?v=2 | 10 KB | — | ✓ | 3rd |
| https://obsidian.md/sim.js | 1 KB | — | ✓ | 3rd |
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+Page Weight Budget617 KB transferred, 16 requestsPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading1 fonts (97 KB)PASS
Web fonts
1
97 KB total
Render-blocking
0
of 1
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+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall16 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
obsidian.md obsidian.md | Other | 2943ms | 10 KB | — | L698/mo | Costly |
obsidian.md obsidian.md | Other | 180ms | 20 KB | — | L43/mo | Optional |
Unattributable Unattributable | Other | 81ms | 0 KB | — | L19/mo | Optional |
obsidian.md obsidian.md | Other | 53ms | 142 KB | 61% | L12/mo | Optional |
These scripts may cost more than they're worth
- obsidian.md adds 2943ms and costs ~L698/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
obsidian.md takes 2943ms 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
61% of obsidian.md's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev