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.
7.38 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.63 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
312 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.38 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.52 s
Page Load Progression
FPage Weight BudgetAction9.1 MB transferred, 223 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
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
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
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
DThird-Party ImpactAction83% third-party, 0 ms blockingFIX
FJS Execution CostAction3585ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://mastodon.social/packs/assets/polyfills-CTAUVuFB.js | 1706ms | 1401ms | 1ms | 1st |
| Unattributable | 1098ms | 304ms | 0ms | 3rd |
| https://mastodon.social/ | 257ms | 6ms | 1ms | 1st |
| https://mastodon.social/packs/react-spring_web.modern-JXeU3pDC.js | 230ms | 71ms | 0ms | 1st |
| https://mastodon.social/packs/react-dom-Dj0fTDzk.js | 213ms | 111ms | 0ms | 1st |
| https://mastodon.social/packs/assets/themes/default-C6noDJYf.css | 81ms | 0ms | 0ms | 1st |
DPage Weight InventoryAction223 resources · 9.1 MB · 50 KB savings availableFIX
~50.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 223 resources | 9.1 MiB | ||||||
BImage Optimization39 images, 0 KB saveableREVIEW
BJS Bundles159 scripts, 50 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://mastodon.social/packs/compose_form_container-CM_jQYh3.js | 119 KB | 50 KB (42%) | ✓ | 1st |
| https://mastodon.social/packs/assets/polyfills-CTAUVuFB.js | 20 KB | — | ✓ | 1st |
| https://mastodon.social/packs/assets/common-Jsh12Tqs.js | 1 KB | — | ✓ | 1st |
| https://mastodon.social/packs/dist-ByY3fW40.js | 2 KB | — | ✓ | 1st |
| https://mastodon.social/packs/intl/en-BzUYU0Yc.js | 23 KB | — | ✓ | 1st |
| https://mastodon.social/packs/assets/application-C3rvZT82.js | 20 KB | — | ✓ | 1st |
| https://mastodon.social/packs/fast-memoize-Dz9wbbMP.js | 1 KB | — | ✓ | 1st |
| https://mastodon.social/packs/chunk-DENWwQMA.js | 1 KB | — | ✓ | 1st |
| https://mastodon.social/packs/preload-helper-cEh0PfmN.js | 1 KB | — | ✓ | 1st |
| https://mastodon.social/packs/store-D0tdxE3j.js | 37 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
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 Loading3 fonts (563 KB)PASS
Web fonts
3
563 KB total
Render-blocking
0
of 3
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 ~281 KB and ~562 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints1 hints, 0 missing preconnectsPASS
Current Resource Hints
1 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+HTTP Cachingmax-age=15 (15 seconds)PASS
max-age=15, public, stale-while-revalidate=30, stale-if-error=86400
| Directive | Value | Meaning |
|---|---|---|
| max-age | 15 | Cache for 15 seconds |
| public | — | Any cache may store this response |
| stale-while-revalidate | 30 | Serve stale for 30 seconds while fetching fresh |
| stale-if-error | 86400 |
Network Waterfall223 requests over 1870msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1098ms | 0 KB | — | €6/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 1098ms and costs ~€6/month
Unattributable takes 1098ms 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