Performance
· 16 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.
961 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.97 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.31 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.16 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.77 s
Page Load Progression
DThird-Party ImpactAction79% third-party, 0 ms blockingFIX
DJS Execution CostAction2201ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.vultr.com/cdn-cgi/challenge-platform/h/b/orchestrate/chl_page/v1?ray=9e8bc8a97d9bd140 | 1850ms | 1780ms | 24ms | 1st |
| Unattributable | 238ms | 13ms | 0ms | 3rd |
| https://www.vultr.com/ | 113ms | 13ms | 2ms | 1st |
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
A+Page Weight Budget490 KB transferred, 19 requestsPASS
A+Text CompressionAll text resources are compressedPASS
AImage Optimization3 images, 0 KB saveablePASS
A+Font LoadingNo web fonts (system fonts)PASS
A+JS Bundles8 scripts, 21 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.vultr.com/cdn-cgi/challenge-platform/h/b/orchestrate/chl_page/v1?ray=9e8bc8a97d9bd140 | 76 KB | 21 KB (28%) | ✓ | 1st |
| blob:https://www.vultr.com/8eabe2ec-7ef8-468a-a9d0-64813505e4ea | 0 KB | — | ✓ | 3rd |
| https://challenges.cloudflare.com/turnstile/v0/b/625261456364/api.js?onload=OBvX9&render=explicit | 17 KB | — | ✓ | 3rd |
| blob:https://www.vultr.com/e5fcb67e-529c-4828-876e-c795e5f0f0fa | -0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/6030ff2d-2278-41bc-99c5-3065ef3078a5 | 0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/ffe44509-100e-4819-8a03-afbbb6cc4b60 | -0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/ffe44509-100e-4819-8a03-afbbb6cc4b60 | -0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/4326b88f-094e-4f30-9f38-0da43e414662 | -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
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 Waterfall19 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 | 238ms | 0 KB | — | $3/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 238ms and costs ~$3/month
Unattributable takes 238ms 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