Tag

HTTP3

1 views collected around this technical thread.

Top Architect
Top Architect
Jun 11, 2025 · Fundamentals

Why HTTP/3 and QUIC Are Revolutionizing Web Performance

This article traces the evolution from HTTP/1.1 to HTTP/3, explains QUIC's design and its advantages over TCP, and examines how features like connection migration, head‑of‑line blocking elimination, congestion control, and flow control improve latency and reliability for modern web applications.

HTTP3QUIChttp
0 likes · 16 min read
Why HTTP/3 and QUIC Are Revolutionizing Web Performance
DaTaobao Tech
DaTaobao Tech
Sep 25, 2023 · Backend Development

HTTP3/QUIC Upgrade and Performance Improvements in Taobao's Long‑Chain Network

Taobao migrated its long‑chain network from a private SlightSSL over HTTP/2 to a full HTTP3/QUIC stack built on the XQUIC library, adding unified TNET interfaces, UDP probing and fallback, which cut recommendation latency by up to 33 %, transaction latency 32 %, boosted upload speed 21 % and short‑video download 18 % while solving UDP port, load‑balancing and kernel memory challenges.

HTTP3QUICXQUIC
0 likes · 15 min read
HTTP3/QUIC Upgrade and Performance Improvements in Taobao's Long‑Chain Network
Laravel Tech Community
Laravel Tech Community
Jun 1, 2023 · Operations

cURL 8.1.2 Released – Bug Fixes and Improvements

cURL 8.1.2, the second patch of the 8.1.x series, introduces a range of bug fixes including corrected configure handling of $CC, improved nghttp2 linking without pkg-config, HTTP/2 and HTTP/3 EOF handling enhancements, libcurl.m4 cleanup, and libssh authentication fixes.

BugFixesHTTP2HTTP3
0 likes · 3 min read
cURL 8.1.2 Released – Bug Fixes and Improvements
Tencent Cloud Developer
Tencent Cloud Developer
Nov 23, 2022 · Fundamentals

Comprehensive Overview of HTTP/1.x, HTTPS, HTTP/2, and HTTP/3 Protocols

The article surveys the evolution of web communication from HTTP/1.x through HTTPS, HTTP/2, and HTTP/3, explaining request/response structure, methods, status codes, URIs, connection handling, cookies, caching, TLS encryption, and the performance‑boosting features of header compression, multiplexing, and QUIC‑based transport.

HTTP2HTTP3HTTPS
0 likes · 44 min read
Comprehensive Overview of HTTP/1.x, HTTPS, HTTP/2, and HTTP/3 Protocols
Tencent Cloud Developer
Tencent Cloud Developer
Nov 30, 2021 · Cloud Native

Tencent sTGW TQUIC: Reducing Login Latency by 30% and Boosting 500 ms Success Rate to 90%

Tencent’s sTGW team introduced the TQUIC protocol stack, a lightweight QUIC/HTTP‑3 implementation with 0‑RTT handshakes, connection migration, and real‑time frames, cutting user login latency by 30 % and raising 500 ms download success from 60 % to 90 % in weak‑network conditions while shrinking the Android library to roughly 3 MB.

HTTP3QUICReal-time Transmission
0 likes · 14 min read
Tencent sTGW TQUIC: Reducing Login Latency by 30% and Boosting 500 ms Success Rate to 90%
Tencent Architect
Tencent Architect
Nov 26, 2021 · Cloud Native

How Tencent’s TQUIC Stack Boosts Mobile App Performance in Weak Networks

Tencent’s sTGW team built the TQUIC protocol stack, leveraging QUIC/HTTP3 to cut login latency by 30% and achieve 90% request success within 500 ms on weak networks, and the article details its architecture, core advantages, implementation challenges, and real‑world performance gains across multiple services.

HTTP3MobileProtocol Engineering
0 likes · 15 min read
How Tencent’s TQUIC Stack Boosts Mobile App Performance in Weak Networks
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Oct 23, 2020 · Backend Development

Key Insights from PHPConChina 2020: QUIC, HTTP/3, Micro‑services, and Swow for PHP

The PHPConChina 2020 conference highlighted the challenges of TCP/IP, introduced QUIC and HTTP/3 as solutions for faster, more secure web communication, explored PHP's role in micro‑service architectures with ServiceMesh, and presented Swow's innovative features that empower PHP developers to build high‑performance network applications.

HTTP3MicroservicesPHP
0 likes · 11 min read
Key Insights from PHPConChina 2020: QUIC, HTTP/3, Micro‑services, and Swow for PHP