Tag

HTTP2

0 views collected around this technical thread.

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 Architect
Tencent Architect
Feb 28, 2023 · Backend Development

Master HTTP/HTTPS Testing with Python httpx and curl: A Practical Guide

This guide explains how to use Python's httpx library and the curl command‑line tool to perform comprehensive HTTP/HTTPS testing—including basic requests, chunked transfers, HTTP/2, SSL/TLS configuration, and dynamic DNS resolution—complete with code examples and setup instructions.

HTTP2PythonTLS
0 likes · 13 min read
Master HTTP/HTTPS Testing with Python httpx and curl: A Practical Guide
HaoDF Tech Team
HaoDF Tech Team
Feb 2, 2023 · Mobile Development

Android Client Network Optimization: Framework Unification, HttpDns Integration, and Performance Enhancements

This article details how an Android team unified multiple network libraries into OkHttp, integrated HttpDns to bypass carrier DNS hijacking, migrated to HTTPS and HTTP/2, and applied a series of performance and security optimizations that markedly improved request speed, reliability, and user experience across diverse mobile network conditions.

AndroidHTTP2HTTPS
0 likes · 22 min read
Android Client Network Optimization: Framework Unification, HttpDns Integration, and Performance Enhancements
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.

HTTPHTTP2HTTP3
0 likes · 44 min read
Comprehensive Overview of HTTP/1.x, HTTPS, HTTP/2, and HTTP/3 Protocols
Efficient Ops
Efficient Ops
Oct 18, 2022 · Fundamentals

Unlocking the Secrets of HTTP: From Requests to QUIC and Beyond

This article explains the fundamentals of the HTTP protocol, covering request preparation, message structure, methods, headers, caching, the request/response cycle, HTTP/2 enhancements, and the QUIC protocol's advanced features for faster, more reliable web communication.

HTTPHTTP2QUIC
0 likes · 18 min read
Unlocking the Secrets of HTTP: From Requests to QUIC and Beyond
IEG Growth Platform Technology Team
IEG Growth Platform Technology Team
Jun 14, 2022 · Mobile Development

Network Optimization Strategies for the YoukeYing Mobile SDK

This article outlines the background, guiding principles, measurement methods, and concrete optimization techniques—including protocol selection, data reduction, request aggregation, DNS and HTTP/2 improvements, priority handling, and backend tweaks—that together reduced SDK network latency by about 40% and accelerated asset delivery to over 90% within three seconds.

AndroidDNSHTTP2
0 likes · 10 min read
Network Optimization Strategies for the YoukeYing Mobile SDK
DeWu Technology
DeWu Technology
Apr 15, 2022 · Mobile Development

CDN Request Performance Optimization for iOS and Android Apps

The Poizon mobile app team reduced iOS and Android CDN request latency by up to 100 ms through adding regional edge nodes, upgrading to TLS 1.3, enabling OCSP stapling, and migrating traffic to HTTP/2, demonstrating that targeted CDN and protocol tweaks can deliver double‑digit performance gains with modest effort.

HTTP2OptimizationTLS1.3
0 likes · 16 min read
CDN Request Performance Optimization for iOS and Android Apps
Efficient Ops
Efficient Ops
Dec 6, 2020 · Fundamentals

Mastering HTTP: From Basics to HTTP/2, TLS, and Beyond

This article explains the fundamentals of HTTP, the differences between GET and POST, common status codes, HTTPS and TLS handshakes, the performance improvements of HTTP/2, binary framing, multiplexing, header compression, server push, QUIC, DNS resolution, and the complete browser loading process from URL to rendered page.

HTTPHTTP2TLS
0 likes · 17 min read
Mastering HTTP: From Basics to HTTP/2, TLS, and Beyond
vivo Internet Technology
vivo Internet Technology
Jul 29, 2020 · Frontend Development

Performance Optimization Journey for Wukong H5 Topics

The article details Wukong’s systematic H5 performance overhaul—adding DNS‑prefetch, CDN and HTTP/2, compressing fonts and images, applying lazy‑load and WebP, minimizing reflows with Vue lifecycle hooks, using skeleton screens, and reporting metrics—resulting in load‑time cuts of up to 70 % and scores rising from the 40s‑60s to over 90.

HTTP2OptimizationVue
0 likes · 22 min read
Performance Optimization Journey for Wukong H5 Topics
Selected Java Interview Questions
Selected Java Interview Questions
May 15, 2020 · Fundamentals

Understanding Browser TCP Connections, HTTP Persistence, Pipelining, and Multiplexing

The article explains how modern browsers manage TCP connections for HTTP requests, covering persistent connections, the limits on concurrent connections per host, the behavior of HTTP/1.1 pipelining, why SSL sessions may be reused, and how HTTP/2 multiplexing improves parallel request handling.

HTTPHTTP2Pipelining
0 likes · 10 min read
Understanding Browser TCP Connections, HTTP Persistence, Pipelining, and Multiplexing
Java Captain
Java Captain
Jul 1, 2019 · Fundamentals

How Browsers Manage TCP Connections, Persistent HTTP, Pipelining, and Multiplexing

The article explains how modern browsers handle TCP connections and HTTP requests—including persistent connections, the limits on simultaneous connections per host, the (disabled) HTTP/1.1 pipelining, SSL reuse, and how HTTP/2 multiplexing improves image loading performance.

HTTPHTTP2Multiplexing
0 likes · 9 min read
How Browsers Manage TCP Connections, Persistent HTTP, Pipelining, and Multiplexing
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Jun 14, 2019 · Frontend Development

Understanding Browser Rendering Process and Performance Optimization Techniques

This article explains the browser rendering pipeline—from network communication and HTML/CSS parsing to DOM and render tree construction—highlighting common misconceptions, performance bottlenecks, and practical optimization strategies such as DNS reduction, TCP reuse, HTTP/2 features, efficient CSS selectors, and JavaScript loading techniques.

CSSHTTP2Optimization
0 likes · 36 min read
Understanding Browser Rendering Process and Performance Optimization Techniques
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Apr 4, 2019 · Backend Development

How HTTP/2 Header Compression and Server Push Boost Web Performance

This article explains HTTP/2’s new features—HPACK header compression using static and dynamic tables with Huffman coding, and Server Push via PUSH_PROMISE frames—detailing how they reduce bandwidth, improve latency, and the underlying stream state machine, illustrated with code snippets and diagrams.

HTTP2Server Pushgolang
0 likes · 11 min read
How HTTP/2 Header Compression and Server Push Boost Web Performance
Tencent Architect
Tencent Architect
Jul 11, 2017 · Frontend Development

Web Acceleration and Protocol Optimization: Practices and Future Directions

This article reviews the challenges of web performance, analyzes HTTP/1.1, HTTP/2, TLS, and QUIC protocols, discusses optimization techniques such as TCP fast open, TLS false start, server push, preconnect, and presents practical recommendations from the 2017 ArchSummit presentation.

HTTP2QUICTLS
0 likes · 26 min read
Web Acceleration and Protocol Optimization: Practices and Future Directions
Efficient Ops
Efficient Ops
May 22, 2017 · Frontend Development

How to Supercharge Mobile Web Speed: Proven Frontend Optimization Tips

Mobile pages load about 40% slower than PC pages, users abandon sites after three seconds, and this article offers practical frontend techniques—reducing HTTP requests, compressing assets, leveraging caching, and adopting HTTP/2—to dramatically improve mobile web performance.

HTTP2Optimizationcaching
0 likes · 5 min read
How to Supercharge Mobile Web Speed: Proven Frontend Optimization Tips
Architecture Digest
Architecture Digest
Oct 11, 2016 · Frontend Development

Web Page Loading Optimization Guide

This guide details a step‑by‑step process for dramatically improving a website’s load time—from analyzing page performance and optimizing images to using CDNs, merging and minifying assets with webpack, applying code‑level tweaks, and enabling HTTP/2 and gzip—resulting in a fourfold speed increase.

HTTP2Image OptimizationWebpack
0 likes · 10 min read
Web Page Loading Optimization Guide