Performance
· 25 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.
7.98 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.57 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
175 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.
7.98 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.57 s
Page Load Progression
DThird-Party ImpactAction69% third-party, 0 ms blockingFIX
DJS Execution CostAction2005ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://osada.us/ | 896ms | 39ms | 2ms | 1st |
| https://osada.us/cdn-cgi/challenge-platform/scripts/jsd/main.js | 459ms | 280ms | 3ms | 1st |
| Unattributable | 404ms | 10ms | 0ms | 1st |
| https://osada.us/assets/index-Dzkd7XY7.js | 169ms | 161ms | 4ms | 1st |
| https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Noto+Serif+JP:wght@400;500;600;700;900&family=Space+Grotesk:wght@400;500;600;700&display=swap | 78ms | 0ms | 0ms | 3rd |
BPage Weight Budget1.2 MB transferred, 42 requestsREVIEW
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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
BPage Weight Inventory42 resources · 1.2 MB · 23 KB savings availableREVIEW
~23.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 42 resources | 1.2 MiB | ||||||
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization1 images, 0 KB saveablePASS
A+Font Loading25 fonts (513 KB)PASS
Web fonts
25
513 KB total
Render-blocking
0
of 25
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 Bundles4 scripts, 23 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://osada.us/assets/index-Dzkd7XY7.js | 147 KB | 23 KB (18%) | ✓ | 1st |
| https://static.cloudflareinsights.com/beacon.min.js | 11 KB | — | ✓ | 3rd |
| https://osada.us/assets/workbox-window.prod.es5-BIl4cyR9.js | 3 KB | — | ✓ | 1st |
| https://osada.us/cdn-cgi/challenge-platform/h/g/scripts/jsd/825e783f7fae/main.js? | 11 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 HintsNo optimization neededPASS
A+HTTP/3 (QUIC)HTTP/3 advertised via Alt-SvcPASS
A+Compression AlgorithmMain response uses brotliPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Main HTML Cache-ControlMain HTML max-age=300 (≤ 5min) is appropriatePASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+JavaScript BlockingNo render-blocking JS or document.write usage detectedPASS
A+CSS Performance DepthNo CSS performance depth issues detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
AHTTP Cachingmax-age=300 (5 minutes)PASS
public, max-age=300
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 300 | Cache for 5 minutes |
Network Waterfall42 requests over 869msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Google Fonts fonts.googleapis.com | Font | 78ms | 297 KB | — | ¥107/mo | Costly |
These scripts may cost more than they're worth
- Google Fonts adds 78ms and costs ~¥107/month
Google Fonts takes 78ms 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