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.
932 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.91 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
930 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.00 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.
3.38 s
Page Load Progression
DThird-Party ImpactAction77% third-party, 0 ms blockingFIX
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CJS Execution CostAction1688ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://geo.io/cdn-cgi/challenge-platform/h/b/orchestrate/chl_page/v1?ray=9effba50ea760dac | 1325ms | 1243ms | 23ms | 1st |
| Unattributable | 258ms | 6ms | 0ms | 3rd |
| https://geo.io/ | 105ms | 12ms | 5ms | 1st |
A+Page Weight Budget472 KB transferred, 17 requestsPASS
A+Text CompressionAll text resources are compressedPASS
AImage Optimization3 images, 0 KB saveablePASS
A+Font LoadingNo web fonts (system fonts)PASS
A+JS Bundles7 scripts, 20 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://geo.io/cdn-cgi/challenge-platform/h/b/orchestrate/chl_page/v1?ray=9effba50ea760dac | 77 KB | 20 KB (26%) | ✓ | 1st |
| blob:https://geo.io/3c1f252b-12ee-4ebd-bb83-6abc20459bee | 0 KB | — | ✓ | 3rd |
| https://challenges.cloudflare.com/turnstile/v0/b/0b8fb825cb67/api.js?onload=cFRiY3&render=explicit | 17 KB | — | ✓ | 3rd |
| blob:https://geo.io/07cdc2f5-3b1a-4032-b765-91909c77205b | -0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/9b0814e2-1690-4e5a-a1c5-e18e0255d106 | 0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/ab7b5e6e-5e7d-4f8c-9920-b10dad32aa74 | -0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/ab7b5e6e-5e7d-4f8c-9920-b10dad32aa74 | -0 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
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
APage Weight Inventory17 resources · 472 KB · 20 KB savings availablePASS
~20.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 17 resources | 472.2 KiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources 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 Waterfall17 requests over 2484msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 258ms | 0 KB | — | $3/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 258ms and costs ~$3/month
Unattributable takes 258ms 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