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.60 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.91 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
58 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.115
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.08 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.
9.97 s
Page Load Progression
DThird-Party ImpactAction99% third-party, 0 ms blockingFIX
DJS Execution CostAction3233ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://rhizome.org/ | 2426ms | 43ms | 3ms | 1st |
| https://rhizome.org/cdn-cgi/challenge-platform/scripts/jsd/main.js | 341ms | 328ms | 4ms | 1st |
| Unattributable | 283ms | 7ms | 0ms | 3rd |
| https://static.rhizome.org/static/js/loadfx.ded2b16e.js | 104ms | 13ms | 1ms | 3rd |
| https://static.rhizome.org/static/js/bundle.bb9e5a36.js | 79ms | 56ms | 8ms | 3rd |
DPage Weight InventoryAction27 resources · 2.0 MB · 0 KB savings availableFIX
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 27 resources | 2.0 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CPage Weight BudgetAction2.0 MB transferred, 27 requestsREVIEW
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
CImage OptimizationAction11 images, 0 KB saveableREVIEW
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
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
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
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
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+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (121 KB)PASS
Web fonts
2
121 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 ~36 KB and ~72 ms
A+JS Bundles5 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://u.rhizome.org/script.js | 2 KB | — | ✓ | 3rd |
| https://static.rhizome.org/static/js/loadfx.ded2b16e.js | 1 KB | — | ✓ | 3rd |
| https://rhizome.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js | 1 KB | — | ✓ | 1st |
| https://static.rhizome.org/static/js/bundle.bb9e5a36.js | 19 KB | — | ✓ | 3rd |
| https://rhizome.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? | 12 KB | — | ✓ | 1st |
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall27 requests over 2777msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 283ms | 0 KB | — | $4/mo | Costly |
static.rhizome.org static.rhizome.org | Other | 104ms | 1 KB | — | $1/mo | Optional |
static.rhizome.org static.rhizome.org | Other | 79ms | 19 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 283ms and costs ~$4/month
Unattributable takes 283ms 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