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.
15.60 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.04 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.079
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
15.60 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.
17.18 s
Page Load Progression
FPage Weight BudgetAction3.1 MB transferred, 71 requestsFIX
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
DThird-Party ImpactAction79% third-party, 0 ms blockingFIX
DJS Execution CostAction2815ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.ruby-lang.org/en/ | 1790ms | 105ms | 2ms | 1st |
| Unattributable | 918ms | 11ms | 0ms | 3rd |
| https://www.ruby-lang.org/javascripts/hero-animation.js | 107ms | 46ms | 1ms | 1st |
BImage Optimization44 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading15 fonts (2374 KB)PASS
Web fonts
15
2374 KB total
Render-blocking
0
of 15
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
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 ~945 KB and ~1890 ms
A+JS Bundles6 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.ruby-lang.org/javascripts/navigation-toggle.js | 1 KB | — | ✓ | 1st |
| https://www.ruby-lang.org/javascripts/header-navigation.js | 1 KB | — | ✓ | 1st |
| https://www.ruby-lang.org/javascripts/toc.js | 2 KB | — | ✓ | 1st |
| https://www.ruby-lang.org/javascripts/theme-toggle.js | 1 KB | — | ✓ | 1st |
| https://www.ruby-lang.org/javascripts/try-ruby-examples.js | 1 KB | — | ✓ | 1st |
| https://www.ruby-lang.org/javascripts/hero-animation.js | 3 KB | — | ✓ | 1st |
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints2 hints, 0 missing preconnectsPASS
Current Resource Hints
2 resource hints configured
A+HTTP Cachingmax-age=600 (10 minutes)PASS
max-age=600
| Directive | Value | Meaning |
|---|---|---|
| max-age | 600 | Cache for 10 minutes |
Network Waterfall71 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 |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 918ms | 0 KB | — | $12/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 918ms and costs ~$12/month
Unattributable takes 918ms 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