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.
1.06 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.46 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.027
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.06 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.
3.46 s
Page Load Progression
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Page Weight Budget536 KB transferred, 13 requestsPASS
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
A+Third-Party ImpactNo third-party resourcesPASS
A+Text CompressionAll text resources are compressedPASS
A+Image OptimizationNo images on this pagePASS
A+JS Execution Cost407ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://docs.rs/ | 249ms | 11ms | 1ms | 1st |
| Unattributable | 158ms | 6ms | 0ms | 3rd |
A+Font Loading4 fonts (485 KB)PASS
Web fonts
4
485 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~205 KB and ~410 ms
AJS Bundles3 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://docs.rs/-/static/keyboard.js?0-0-0-9a14b3d3fb884a3034195abfb368439d6d1cca28-2026-04-21 | 1 KB | — | ✓ | 1st |
| https://docs.rs/-/static/menu.js?0-0-0-9a14b3d3fb884a3034195abfb368439d6d1cca28-2026-04-21 | 4 KB | — | ✗ | 1st |
| https://docs.rs/-/static/index.js?0-0-0-9a14b3d3fb884a3034195abfb368439d6d1cca28-2026-04-21 | 1 KB | — | ✓ | 1st |
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Page Weight Inventory13 resources · 536 KB · 0 KB savings availablePASS
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 13 resources | 535.8 KiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AHTTP Cachingmax-age=60 (1 minute)PASS
public, max-age=60
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 60 | Cache for 1 minute |
Network Waterfall13 requests over 308msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 158ms | 0 KB | — | din226/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 158ms and costs ~din226/month
Unattributable takes 158ms 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