🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Web Development Advanced

What is HTTP/3?

The latest HTTP version that uses QUIC instead of TCP, providing faster connections and better performance on unreliable networks.

HTTP/3 replaces the TCP transport layer with QUIC (based on UDP), solving TCP's head-of-line blocking problem at the transport level. Benefits include faster connection setup (0-RTT or 1-RTT vs TCP's 3-way handshake + TLS), better performance on lossy networks (a lost packet only affects its stream, not all streams), connection migration (maintaining connections when switching from WiFi to cellular), and built-in encryption. Major browsers, CDNs (Cloudflare, Fastly), and web servers support HTTP/3. Configuration in Nginx requires the quic module. HTTP/3 is especially impactful for mobile users and high-latency connections.

Related Terms

Web Font Optimization
Techniques for loading custom fonts efficiently to minimize their impact on page load performance and visual stability.
Meta Tags
HTML elements in the page head that provide metadata about the document for browsers, search engines, and social media platforms.
Caching
Storing copies of frequently accessed data in faster storage to reduce load times and server processing.
Middleware
Software that sits between the request and response in a web application, performing processing like authentication or logging.
MVC (Model-View-Controller)
An architectural pattern that separates an application into three components: data (Model), interface (View), and logic (Controller).
Web Performance Optimization
Techniques to make websites load faster and respond more quickly, improving user experience and search engine rankings.
View All Web Development Terms →