Performance
· 20 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.70 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.97 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.010
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.70 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.
1.97 s
Page Load Progression
DThird-Party ImpactAction69% third-party, 0 ms blockingFIX
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
BJS Execution Cost513ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://osada.us/ | 319ms | 10ms | 1ms | 1st |
| Unattributable | 106ms | 3ms | 0ms | 1st |
| https://osada.us/cdn-cgi/challenge-platform/scripts/jsd/main.js | 87ms | 83ms | 1ms | 1st |
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? | 10 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+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 |