Performance
· 15 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.
453 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
453 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
368 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.
2.30 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.
2.47 s
Page Load Progression
DPage Weight BudgetAction2.1 MB transferred, 122 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
FJS BundlesAction32 scripts, 923 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://caddy.community/assets/chunk.b82c8d6171ac786a02ad.d41d8cd9.js | 1108 KB | 682 KB (62%) | ✓ | 1st |
| https://caddy.community/assets/plugins/chat-f1ce4c45.js | 113 KB | 74 KB (65%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/js?id=UA-86578-25 | 125 KB | 63 KB (50%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-CGTREW0SQP&cx=c>m=4e64k1 | 146 KB | 63 KB (43%) | ✓ | 3rd |
| https://caddy.community/assets/plugins/discourse-custom-wizard-f41bc0d8.js | 47 KB | 42 KB (89%) | ✓ | 1st |
| https://caddy.community/assets/plugins/discourse-lazy-videos-da0156f3.js | 2 KB | — | ✓ | 1st |
| https://caddy.community/assets/plugins/discourse-presence-f0c39f4a.js | 2 KB | — | ✓ | 1st |
| https://caddy.community/assets/vendor.0af4d4d8af23e6be09ced889cef1534e-071a296a.js | 2 KB | — | ✓ | 1st |
| https://caddy.community/theme-javascripts/bf8d424a683ad48f5c34e0e2d56e1396729d0ff8.js?__ws=caddy.community | 1 KB | — | ✓ | 1st |
| https://caddy.community/assets/chunk.b59599819c0ca27f1dab.d41d8cd9.js | 12 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
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
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
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
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
DPage Weight InventoryAction122 resources · 2.1 MB · 923 KB savings availableFIX
~922.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 122 resources | 2.1 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
no-cache, no-store
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
BImage Optimization46 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
CJS Execution CostAction1250ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://caddy.community/assets/chunk.b82c8d6171ac786a02ad.d41d8cd9.js | 626ms | 441ms | 98ms | 1st |
| Unattributable | 288ms | 25ms | 0ms | 3rd |
| https://caddy.community/assets/start-discourse-6f03a463.js | 196ms | 187ms | 0ms | 1st |
| https://caddy.community/ | 141ms | 1ms | 0ms | 1st |
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Third-Party Impact16% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (40 KB)PASS
Web fonts
3
40 KB total
Render-blocking
0
of 3
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+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall122 requests over 28561msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 288ms | 0 KB | — | $4/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 288ms and costs ~$4/month
Unattributable takes 288ms 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