Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW
Green Hosting
No green hosting detected
B
HTTP Caching
public, max-age=0
REVIEW
public, max-age=0
Info::
✓
Cache-Control header is set
Got: public, max-age=0
Info::
✓
Last-Modified header present
Cache-Control
public, max-age=0
Directive
Value
Meaning
public
—
Any cache may store this response
max-age
0
Cache for 0 seconds
A+
Page Weight Budget
316 KB transferred, 31 requests
PASS
316 KB transferred, 31 requests
Info::
✓
Page weighs 634 KB (316 KB transferred)
Info::
✓
31 HTTP requests
Info::
i
Estimated 0.06 g CO2 per page load
316 KBtransferred
31 requests
0.06 g CO2 per page load
Images135.1 KiB43%
JavaScript66.8 KiB21%
Other58.7 KiB19%
HTML28.3 KiB9%
Fonts27.0 KiB9%
02.4 MB4.9 MB
Under budget
A+
Third-Party Impact
No third-party resources
PASS
No third-party resources
Info::
✓
No third-party resources detected
No third-party resources detected — all resources are first-party.
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
✓
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
2 fonts (27 KB)
PASS
2 fonts (27 KB)
Info::
i
2 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
2
27 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
92zPtBhPNqw79Ij1E865zBU...woffswap
Size13 KB
Load time256 ms
Start1.5 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
92zPtBhPNqw79Ij1E865zBU...woffswap
Size14 KB
Load time275 ms
Start1.5 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
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)
Fixing the unchecked items could save ~8 KB and ~16 ms
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
✓
No render-blocking resources detected
A+
Resource Hints
7 hints, 0 missing preconnects
PASS
7 hints, 0 missing preconnects
Info::
✓
Page uses 7 resource hint(s)
Current Resource Hints
preconnect—
preload
1
dns-prefetch
2
prefetch
4
7 resource hints configured
A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
✓
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
✓
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
✓
LCP image preload audit not available for this scan
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
✓
`Last-Modified` present -- timestamp-based conditional GET supported
Consider also setting `ETag` for stronger revalidation -- ETags are content hashes that don't suffer from clock-skew or DST issues. Last-Modified alone is functional for conditional GETs and not a bug.
3 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
✓
No CSS performance depth issues detected
Network Waterfall
31 requests over 1951ms
INFO
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
50 images, 114 KB total, 0 KB wasted
INFO
Image Optimization Audit
Total Images
50
Total Size
114 KB
3 missing alt text49 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.