HTTP/2 & HTTP/3 support check

Confirms your server negotiates HTTP/2 and advertises HTTP/3 via Alt-Svc — a free performance win especially for mobile.

Quick answer

We negotiate ALPN and read the Alt-Svc header to detect HTTP/2 and HTTP/3 (QUIC) support per site.

What it checks

Where to find it in Lemwatch

Site details → Performance → Protocols.

How to fix

  1. Enable HTTP/2 in nginx (listen 443 ssl http2;).
  2. If on Cloudflare, HTTP/3 is one toggle away.
  3. For self-hosted HTTP/3, use Caddy or nginx-quic branch.
  4. Re-run the check.

FAQ

How much does HTTP/3 help?

5-15% median TTFB improvement on lossy mobile networks.

Do I need HTTP/3 if I have HTTP/2?

Not critical, but it's a cheap win behind a CDN.

Related