Tagged articles
5 articles
Page 1 of 1
21CTO
21CTO
Mar 30, 2017 · Backend Development

How WeChat Cuts Image Sending Time with Progressive JPEG and Streaming

This article explains how WeChat's C2C image service uses progressive JPEG encoding, streaming transmission, and a minimal transport size strategy to dramatically reduce image delivery latency and improve user experience under varying network conditions.

Network LatencyWeChat backendimage-optimization
0 likes · 10 min read
How WeChat Cuts Image Sending Time with Progressive JPEG and Streaming
Tencent Architect
Tencent Architect
Mar 30, 2017 · Backend Development

Progressive Image Streaming System Overview in WeChat C2C

The article explains how WeChat C2C’s backend uses progressive JPEG encoding combined with a streaming transmission approach and a dynamically adjustable minimal transport size to reduce image delivery latency and improve user experience under varying network conditions.

Backend ArchitectureWeChatimage streaming
0 likes · 7 min read
Progressive Image Streaming System Overview in WeChat C2C
Architecture Digest
Architecture Digest
Apr 28, 2016 · Backend Development

How Twitter Handles 3,000 Images Per Second: Architecture, Scaling, and Media Optimizations

The article explains how Twitter evolved from a text‑only service to a media‑rich platform capable of processing 3,000 images per second by decoupling upload and tweet creation, using handles instead of blobs, implementing resumable segmented uploads, applying TTL policies, and optimizing client‑side formats such as WebP and progressive JPEG.

Backend ArchitectureScalabilityTwitter
0 likes · 10 min read
How Twitter Handles 3,000 Images Per Second: Architecture, Scaling, and Media Optimizations
Java High-Performance Architecture
Java High-Performance Architecture
Nov 1, 2015 · Frontend Development

Why Progressive JPEGs Boost Web Performance: Benefits, Drawbacks, and Real‑World Test

This article explains the two JPEG storage methods—Baseline and Progressive—detailing their storage and display mechanisms, compares their advantages and drawbacks, and presents a hands‑on test showing how Progressive JPEGs improve page rendering by preventing layout shifts despite higher CPU usage.

Baseline JPEGJPEGprogressive JPEG
0 likes · 3 min read
Why Progressive JPEGs Boost Web Performance: Benefits, Drawbacks, and Real‑World Test