HTTP/3
The version of HTTP that runs over QUIC on UDP, removing transport-level head-of-line blocking and speeding up connection setup.
A binary, multiplexed version of HTTP that carries many concurrent requests over one TCP connection with header compression.
Multiplexing removes the head-of-line blocking that made domain sharding and sprite sheets worthwhile under HTTP/1.1, so those old optimisations are now counterproductive. Googlebot crawls over HTTP/2 where the server supports it, which reduces connection overhead for both sides. HTTP/2 still suffers TCP-level head-of-line blocking on lossy networks, which is what HTTP/3 addresses.
Consolidating assets that were split across four sharded subdomains onto one HTTP/2 origin reduces handshakes and improves TTFB.
The version of HTTP that runs over QUIC on UDP, removing transport-level head-of-line blocking and speeding up connection setup.
The interval between a navigation request starting and the first byte of the response arriving; a foundational input to LCP and a signal…
HTTP over TLS, encrypting traffic between browser and server; a lightweight Google ranking signal since 2014 and a baseline expectation…
A distributed network of edge servers that caches and serves content close to users, reducing latency and offloading the origin.
Google's main web crawler, which fetches pages for Google Search using two user agents: Googlebot Smartphone and Googlebot Desktop.