Performance
· 14 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.59 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.09 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
749 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.
1.68 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.
5.77 s
Page Load Progression
FJS Execution CostAction3599ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://docusaurus.io/assets/js/main.59adb867.js | 1341ms | 994ms | 174ms | 1st |
| https://docusaurus.io/ | 999ms | 36ms | 4ms | 1st |
| Unattributable | 721ms | 11ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-E5CR2Q1NRE | 487ms | 349ms | 134ms | 3rd |
| https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 | 51ms | 35ms | 6ms | 3rd |
BImage Optimization16 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
BJS Bundles22 scripts, 112 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-E5CR2Q1NRE | 154 KB | 65 KB (42%) | ✓ | 3rd |
| https://docusaurus.io/assets/js/main.59adb867.js | 238 KB | 47 KB (20%) | ✓ | 1st |
| https://docusaurus.io/assets/js/ccc49370.35534343.js | 21 KB | — | ✓ | 1st |
| https://docusaurus.io/assets/js/acecf23e.415212bb.js | 1 KB | — | ✓ | 1st |
| https://api.github.com/repos/facebook/docusaurus?callback=callback | 3 KB | — | ✓ | 3rd |
| https://docusaurus.io/assets/js/81457.e8822172.js | 3 KB | — | ✓ | 1st |
| https://docusaurus.io/assets/js/1df93b7f.dd3ca37b.js | 14 KB | — | ✓ | 1st |
| https://docusaurus.io/assets/js/a7456010.ec36ca5f.js | 1 KB | — | ✓ | 1st |
| https://docusaurus.io/assets/js/1df93b7f.dd3ca37b.js | 0 KB | — | ✓ | 1st |
| https://docusaurus.io/assets/js/a7456010.ec36ca5f.js | 0 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
BHTTP Cachingpublic,max-age=0,must-revalidateREVIEW
public,max-age=0,must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
APage Weight Budget712 KB transferred, 50 requestsPASS
AThird-Party Impact33% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font LoadingNo web fonts (system fonts)PASS
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints14 hints, 0 missing preconnectsPASS
Current Resource Hints
14 resource hints configured
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall50 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 721ms | 0 KB | — | $10/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 487ms | 154 KB | 42% | $6/mo | Costly |
static.cloudflareinsights.com static.cloudflareinsights.com | Other | 51ms | 11 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 721ms and costs ~$10/month
- Google Tag Manager adds 487ms and costs ~$6/month
Unattributable takes 721ms 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
Google Tag Manager takes 487ms 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