Performance
· 22 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.
857 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.44 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
67 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.
1.01 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.
1.46 s
Page Load Progression
DHTTP CachingActionno-store (uncacheable)FIX
private, no-cache, no-store, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| must-revalidate | — | Must recheck with server after expiry |
CImage OptimizationAction25 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
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
BJS Execution Cost759ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 412ms | 16ms | 0ms | 3rd |
| https://uptimerobot.com/_astro/page.Cyipsgv2.js | 225ms | 34ms | 0ms | 1st |
| https://uptimerobot.com/ | 121ms | 3ms | 1ms | 1st |
CCompression AlgorithmActionMain response served uncompressedREVIEW
APage Weight Budget1002 KB transferred, 47 requestsPASS
A+Third-Party Impact1% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (186 KB)PASS
Web fonts
4
186 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
A+JS Bundles10 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://uptimerobot.com/_astro/page.Cyipsgv2.js | 37 KB | — | ✓ | 1st |
| https://uptimerobot.com/_astro/GetQuoteModal.astro_astro_type_script_index_0_lang.cIsvtGIk.js | 4 KB | — | ✓ | 1st |
| https://uptimerobot.com/_astro/BaseLayout.astro_astro_type_script_index_0_lang.BVxzchVP.js | 2 KB | — | ✓ | 1st |
| https://uptimerobot.com/_shared/v9/scripts.js | 3 KB | — | ✓ | 1st |
| https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 | 11 KB | — | ✓ | 3rd |
| https://uptimerobot.com/_astro/exports.DRBP02gG.js | 13 KB | — | ✓ | 1st |
| https://uptimerobot.com/_astro/idle-import.BKW5DTej.js | 2 KB | — | ✓ | 1st |
| https://uptimerobot.com/_astro/_service_.astro_astro_type_script_index_0_lang.Bl5Rosgf.js | 1 KB | — | ✓ | 1st |
| https://uptimerobot.com/_astro/carousels.Cac4_eZs.js | 26 KB | — | ✓ | 1st |
| https://uptimerobot.com/_astro/scrollreveal-init.CjcGW2OB.js | 8 KB | — | ✓ | 1st |
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+HTTP/3 (QUIC)HTTP/3 advertised via Alt-SvcPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Main HTML Cache-ControlMain HTML uses no-store -- correct for sensitive/dynamic contentPASS
A+Server-Timing Observability4 Server-Timing entries advertisedPASS
A+Page Weight Inventory47 resources · 1002 KB · 0 KB savings availablePASS
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 47 resources | 1002.2 KiB | ||||||
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall47 requests over 1018msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 412ms | 0 KB | — | €4/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 412ms and costs ~€4/month
54% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
Unattributable takes 412ms 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
Real-User Performance (CrUX)Field metrics from the Chrome User Experience ReportINFO
Chrome User Experience (CrUX)
Real-user metrics from the Chrome UX Report (2026-04-09 — 2026-05-06)
LCP (p75)
1917 ms
84% good
INP (p75)
85 ms
91% good
CLS (p75)
0.000
88% good
FCP (p75)
1684 ms
TTFB (p75)
714 ms
Image Optimization34 images, 328 KB total, 248 KB wastedINFO
Image Optimization Audit
Total Images
34
Total Size
328 KB
Oversized
2
Wasted
248 KB