Performance
· 26 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.
2.10 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.56 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
835 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.
4.24 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.
11.58 s
Page Load Progression
FJS Execution CostAction3718ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://adhdreading.org/ | 943ms | 23ms | 40ms | 1st |
| https://adhdreading.org/_next/static/chunks/1255-884a804d7c86d3a7.js | 699ms | 635ms | 30ms | 1st |
| Unattributable | 683ms | 9ms | 0ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-8VN0JG54JN | 538ms | 451ms | 81ms | 3rd |
| https://scripts.clarity.ms/0.8.69/clarity.js | 466ms | 319ms | 8ms | 3rd |
| https://adhdreading.org/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js | 319ms | 257ms | 24ms | 1st |
| https://adhdreading.org/_next/static/css/9f089d67a368c348.css | 71ms | 0ms | 0ms | 1st |
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BPage Weight Budget1.3 MB transferred, 43 requestsREVIEW
BJS Bundles21 scripts, 70 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-8VN0JG54JN | 168 KB | 70 KB (42%) | ✓ | 3rd |
| https://adhdreading.org/_next/static/chunks/1195-fe3bbead8eaa6cd2.js | 9 KB | — | ✓ | 1st |
| https://adhdreading.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js | 1 KB | — | ✓ | 1st |
| https://adhdreading.org/_next/static/chunks/webpack-299468d4e064a2ce.js | 2 KB | — | ✓ | 1st |
| https://adhdreading.org/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js | 53 KB | — | ✓ | 1st |
| https://adhdreading.org/_next/static/chunks/1255-884a804d7c86d3a7.js | 44 KB | — | ✓ | 1st |
| https://adhdreading.org/_next/static/chunks/main-app-24da8761396d27a6.js | 1 KB | — | ✓ | 1st |
| https://adhdreading.org/_next/static/chunks/3791-24092e910f47c726.js | 15 KB | — | ✓ | 1st |
| https://adhdreading.org/_next/static/chunks/2619-024c323f8ca0f6aa.js | 4 KB | — | ✓ | 1st |
| https://umami.bestvid.net/script.js | 3 KB | — | ✓ | 3rd |
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
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
BPage Weight Inventory43 resources · 1.3 MB · 70 KB savings availableREVIEW
~70.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 43 resources | 1.3 MiB | ||||||
BJavaScript Blocking2 JS blocking issue(s) detectedREVIEW
A+Third-Party Impact17% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
AImage Optimization7 images, 0 KB saveablePASS
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
A+Font LoadingNo web fonts (system fonts)PASS
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints4 hints, 0 missing preconnectsPASS
Current Resource Hints
4 resource hints configured
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+Server-Timing Observability3 Server-Timing entries advertisedPASS
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+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
Network Waterfall43 requests over 3802msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Google Tag Manager www.googletagmanager.com | Tag Manager | 538ms | 168 KB | 42% | €3/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 466ms | 25 KB | — | €2/mo | Costly |
These scripts may cost more than they're worth
- Google Tag Manager adds 538ms and costs ~€3/month
- Microsoft Clarity adds 466ms and costs ~€2/month
Google Tag Manager takes 538ms 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
Microsoft Clarity takes 466ms 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
Image Optimization37 images, 1183 KB total, 1050 KB wastedINFO
Image Optimization Audit
Total Images
37
Total Size
1183 KB
Oversized
5
Wasted
1050 KB