Is HTTP/3 at 21% or 30.4%? Both figures come from Cloudflare and both are right: the difference is whether bots are included, and bots speak HTTP/1.x almost universally.
We probed 600 hosts and produced a cut that no open source publishes: in the .ru zone 7.1% of sites advertise HTTP/3 support against 36.5% in .com. The same measurement shows the reason, and it has nothing to do with administrators.
Free online tool — SSL certificate checker: instant results, no signup.
Both numbers come from Cloudflare, and both are correct. The difference is the bot filter, not the measurement:
| Population | HTTP/1.x | HTTP/2 | HTTP/3 | Period |
|---|---|---|---|---|
| All requests, humans and bots | 29% | 50% | 21% | Jan–Dec 2025 |
| Human traffic only | 9.7% | 59.9% | 30.4% | 1–26 Aug 2026 |
Bots overwhelmingly speak HTTP/1.x, so including them drags the HTTP/3 share down. Any figure that does not say whether bots were filtered is misleading.
QUIC as a share of secure HTTP requests for 1–26 August 2026 is 30.7%; on the same chart TLS 1.3 is 66% and TLS 1.2 is 3.2%.
On the claim that "HTTP/3 is declining". It circulates citing roughly 19.8% for July 2026. Live Cloudflare data for a comparable window gives 30.4%; the divergence comes from taking the unfiltered population and presenting it as the general share. Primary sources show no downward trend.
W3Techs as of 27 August 2026: HTTP/3 is used by 40.3% of websites; by ranking — top 1,000 at 46.1%, top 10,000 at 44.5%, top 100,000 at 43.4%, top 1M at 44.6%.
The gap against Cloudflare’s 30.4% is expected: that is a share of requests, this a share of sites. A site can support HTTP/3 and receive almost no traffic over it if its visitors arrive on older clients.
A caveat worth knowing: W3Techs nowhere documents how it detects HTTP/3 support. The common claim that it reads alt-svc or the DNS HTTPS record appears nowhere on their pages. The correct phrasing is "detected as using HTTP/3", with no mechanism assumed.
Browsers are barely a constraint: 93.74% support by usage-weighted page views (caniuse data of 24 August 2026). One notable exception — current versions of Samsung Internet do not support HTTP/3.
On 27 August 2026 we requested 150 hosts per zone over HTTPS and checked for an alt-svc header naming h3 — that is, whether the site advertises HTTP/3 support:
| Zone | Responded | Advertise h3 | Share |
|---|---|---|---|
| .com | 115 | 42 | 36.5% |
| .net | 94 | 26 | 27.7% |
| .org | 109 | 28 | 25.7% |
| .ru | 112 | 8 | 7.1% |
Caveats: these are domains somebody brought to our tools, not a random slice of a zone, so the .ru figure cannot stand in for the Russian web; comparing zones is sound, as they were collected identically. Non-responders are excluded from the denominator. And crucially — alt-svc means advertised support, not connections that actually happened.
An indirect check: our 36.5% for .com sits between Cloudflare’s 30.4% (share of requests) and W3Techs’ 40.3% (share of sites), so the measurement does not stand apart from independent ones.
We looked at which server was returned by those advertising h3. The picture explains the gap entirely:
| Zone | Advertise h3 | Of which behind Cloudflare |
|---|---|---|
| .com | 42 | 27 |
| .org | 28 | 18 |
| .net | 26 | 14 |
| .ru | 8 | 3 |
In .com two thirds of the sites advertising HTTP/3 sit behind one particular CDN. In other words, "does this site support HTTP/3" in practice nearly coincides with "is it behind a CDN" rather than with anything the owner configured.
A second source confirms this independently. Per the Web Almanac (July 2025 crawl), mobile HTML delivered through a CDN went over HTTP/3 in 29% of cases; delivered straight from the origin, in 0%. For third-party resources the same chasm: 45% via CDN against 7% from origin.
The practical conclusion for a Russian site owner: HTTP/3 can be switched on in your own nginx, but the fastest route to it is the same as for other network improvements — which is also why CDN penetration in .ru is a story of its own.
To check what your site sends, use the protocol test.
SSL/TLS is the encryption protocol that protects data between the browser and server. Our tool analyzes the certificate, chain of trust, TLS version, and knownvulnerabilities.
Issuer, validity period, signature algorithm, covered domains (SAN), and validation type (DV/OV/EV).
Full chain verification: from leaf certificate through intermediates to root CA.
Protocol version (TLS 1.2/1.3), cipher suites, Perfect Forward Secrecy (PFS) support.
Set up a monitor — get Telegram and email alerts 30/14/7 days before expiration.
SSL certificate monitoring
TLS config audit
HTTPS as ranking factor
customer trust
www and subdomains.Strict-Transport-Security header forces browsers to always use HTTPS.SSL certificate monitoring, check history and alerts 30 days before expiry.
Sign up freeThree reasons: (1) nginx HTTP/3 stable only since 1.25 (March 2023); (2) kernel UDP performance on Linux trails TCP in non-CDN scenarios; (3) operational complexity of QUIC (retries, NAT rebinding).
On fast wired connections it is a close call (HTTP/2 TCP + BBR is comparable). The gain shows up on mobile/Wi-Fi with packet loss — typically 100-200ms TTFB.
No. HTTP/3 is a transport-level change; the API is identical to HTTP/2. Only proxy/edge server configuration changes.
Enterno SSL/TLS Checker shows supported protocols including HTTP/3. Or at the terminal: curl -I --http3 https://example.com.
Free plan — 10 monitors, checks every 5 min, no card required. Upgrade for 1-minute interval and multi-region monitoring.