Tagged articles
351 articles
Page 2 of 4
MaGe Linux Operations
MaGe Linux Operations
Apr 1, 2023 · Backend Development

Designing Multi‑Level Cache Architecture for Microservices: From Browser to Redis

This article explains how to build an effective multi‑level caching system in microservice architectures, covering client‑side browser caching, application‑layer static resource caching with CDN and Nginx, and service‑layer caches using in‑process and distributed solutions like Redis, plus consistency strategies.

CDNmultilevel cache
0 likes · 15 min read
Designing Multi‑Level Cache Architecture for Microservices: From Browser to Redis
IT Architects Alliance
IT Architects Alliance
Mar 28, 2023 · Backend Development

Designing Multi‑Level Cache Architecture for Microservices

This article explains how to design an effective multi‑level caching system for microservice environments, covering client‑side static resource caching, application‑layer CDN caching, and service‑layer Redis caching, and provides practical Nginx configuration examples to implement these caches.

BackendCDNNginx
0 likes · 10 min read
Designing Multi‑Level Cache Architecture for Microservices
Top Architect
Top Architect
Mar 27, 2023 · Backend Development

Designing Multi‑Level Cache Architecture for Microservice Systems

This article explains how to design an effective multi‑level cache architecture for microservice systems, covering client‑side static resource caching, application‑layer CDN and Nginx caching, service‑layer in‑process and distributed caches, consistency challenges, and practical scenarios for using each layer.

CDNcachingredis
0 likes · 17 min read
Designing Multi‑Level Cache Architecture for Microservice Systems
Code Ape Tech Column
Code Ape Tech Column
Feb 21, 2023 · Backend Development

Designing Multi-Level Cache Architecture for Microservices

This article explains how to design an effective multi-level caching system in a microservice environment, covering client‑side browser caching, application‑layer CDN and Nginx caching, and service‑layer in‑process and distributed caches, along with consistency strategies and practical deployment examples.

CDNNginxredis
0 likes · 14 min read
Designing Multi-Level Cache Architecture for Microservices
vivo Internet Technology
vivo Internet Technology
Feb 15, 2023 · Artificial Intelligence

Optimizing CDN Bandwidth Utilization and Cost Reduction with Predictive Control (Yugong Platform)

By leveraging the Yugong Platform’s predictive control—combining Prophet‑based threshold forecasts, custom real‑time bandwidth models, and a token‑bucket mechanism—to smooth peaks and fill valleys, enterprises can dramatically improve CDN bandwidth utilization, automate adjustments, and substantially lower peak‑based billing costs.

CDNCost reductionFlow Control
0 likes · 23 min read
Optimizing CDN Bandwidth Utilization and Cost Reduction with Predictive Control (Yugong Platform)
Tencent Cloud Developer
Tencent Cloud Developer
Jan 16, 2023 · Cloud Native

Scaling Sheep, Sheep, Sheep to Support 100 Million Daily Active Users: A Tencent Cloud Case Study

Tencent Cloud helped the viral game 《羊了个羊》 scale from 5,000 QPS to support over 100 million daily active users in a week by using serverless Kubernetes auto‑scaling, real‑time logging, WAF/Anti‑DDoS protection, CDN, and read‑write separation with Redis, achieving high performance, availability, and scalability.

CDNCloud NativeTKE Serverless
0 likes · 12 min read
Scaling Sheep, Sheep, Sheep to Support 100 Million Daily Active Users: A Tencent Cloud Case Study
IT Services Circle
IT Services Circle
Jan 4, 2023 · Cloud Computing

Understanding CDN: How Content Delivery Networks Work and When to Use Them

This article explains the fundamentals of Content Delivery Networks (CDN), how they cache object‑storage files, the DNS resolution process with CNAME records, origin‑pull behavior on cache misses, performance trade‑offs, and guidelines for when CDN integration is beneficial or unnecessary.

CDNCacheContent Delivery Network
0 likes · 14 min read
Understanding CDN: How Content Delivery Networks Work and When to Use Them
Efficient Ops
Efficient Ops
Dec 19, 2022 · Operations

How Tencent CDN Achieves Seamless Business Continuity with AI‑Powered SRE

This article details Tencent CDN's challenges and solutions for business continuity, covering bandwidth and device resource constraints, massive request handling, fault‑management lifecycle, automation bottlenecks, and the implementation of AIOps, intelligent alerts, capacity planning, and root‑cause analysis to ensure reliable service.

AutomationCDNOperations
0 likes · 21 min read
How Tencent CDN Achieves Seamless Business Continuity with AI‑Powered SRE
Bilibili Tech
Bilibili Tech
Dec 16, 2022 · Operations

Evolution of Bilibili Public Network Architecture: From 1.0 to 2.0 and CDN Integration

To support Bilibili’s 330 million MAU growth, the network team replaced the static, single‑core 1.0 public‑network with a regionalized, SLA‑driven 2.0 architecture featuring centralized POPs, dual‑arm LB/NAT, clustered services, security gateways, and a multi‑level CDN backbone that reduces latency, improves reliability, and cuts bandwidth costs.

BilibiliCDNData center
0 likes · 14 min read
Evolution of Bilibili Public Network Architecture: From 1.0 to 2.0 and CDN Integration
Tencent Architect
Tencent Architect
Nov 28, 2022 · Operations

How Tencent CDN Achieves Business Continuity with Intelligent Operations

This article details Tencent CDN's extensive business continuity challenges—including bandwidth, device resources, and massive request volumes—and explains how a fault‑management lifecycle, AIOps components, intelligent alerting, and automated capacity planning together enable resilient, automated operations.

CDNIntelligent OperationsSRE
0 likes · 17 min read
How Tencent CDN Achieves Business Continuity with Intelligent Operations
Efficient Ops
Efficient Ops
Nov 21, 2022 · Fundamentals

How CDN Technology Accelerates Web Delivery: Fundamentals and Mechanics

Content Delivery Networks (CDNs) add a caching layer to the Internet, placing content on edge nodes near users to reduce latency, alleviate bandwidth constraints, and improve response speed, with DNS-based smart routing, cache servers, and load balancing forming the core of their operation.

CDNContent Delivery NetworkDNS
0 likes · 11 min read
How CDN Technology Accelerates Web Delivery: Fundamentals and Mechanics
Ctrip Technology
Ctrip Technology
Nov 10, 2022 · Operations

Case Study: CORS Failure Caused by CDN Misconfiguration and Its Resolution

This article recounts a real‑world incident where a change to the Access‑Control‑Allow‑Origin header triggered CORS errors for credentialed requests, analyzes the CDN caching and Vary‑header issues that caused inconsistent responses, and outlines the steps taken to fix and prevent the problem.

CDNCORSCache
0 likes · 10 min read
Case Study: CORS Failure Caused by CDN Misconfiguration and Its Resolution
21CTO
21CTO
Nov 1, 2022 · Cloud Computing

How Netflix Engineers Seamless Streaming with Cloud‑Based Encoding and CDN

Netflix delivers billions of hours of video by compressing and transcoding raw movies into multiple formats, splitting them into small chunks processed in parallel on AWS, storing them in S3, and distributing them via its custom Open Connect CDN to ensure low‑latency, high‑quality playback worldwide.

AWSCDNNetflix
0 likes · 10 min read
How Netflix Engineers Seamless Streaming with Cloud‑Based Encoding and CDN
Efficient Ops
Efficient Ops
Oct 26, 2022 · Cloud Computing

How CDN and Global Load Balancing Supercharge Web Performance

This article explains the fundamentals, principles, functions, service models, and global load‑balancing techniques of Content Delivery Networks, detailing how edge caching, intelligent routing, and various GSLB strategies improve latency, bandwidth efficiency, and overall user experience.

CDNContent Delivery NetworkEdge Computing
0 likes · 13 min read
How CDN and Global Load Balancing Supercharge Web Performance
21CTO
21CTO
Sep 12, 2022 · Operations

How 50 Years of Network Evolution Are Shaping the Internet’s Future

This article reviews the dramatic shift from the massive, expensive mainframes of 1972 to today’s edge‑centric, high‑capacity, low‑latency internet, explaining how larger bandwidth, faster protocols, cheaper infrastructure, and better security have driven the evolution and what this means for the next half‑century of networking.

CDNFuture TrendsInternet infrastructure
0 likes · 22 min read
How 50 Years of Network Evolution Are Shaping the Internet’s Future
Top Architect
Top Architect
Sep 4, 2022 · Operations

Understanding DNS Load Balancing and Its Role in Modern Architecture

This article explains the limitations of traditional load balancing, how CDN and DNS mechanisms work, the concept of SOA, and how DNS-based load balancing can distribute traffic across multiple servers, including practical examples and a list of supporting DNS service providers.

CDNDNSSOA
0 likes · 9 min read
Understanding DNS Load Balancing and Its Role in Modern Architecture
Xiao Lou's Tech Notes
Xiao Lou's Tech Notes
Sep 2, 2022 · Fundamentals

How CDN Supercharges Web Performance: From DNS to Edge Caches

This article explains the fundamentals of Content Delivery Networks (CDN), detailing how browsers request resources, the role of DNS, the long-haul backbone bottleneck, and how CDN edge servers cache content to reduce latency and bandwidth load, illustrated with real-world examples like ticket‑booking spikes.

CDNContent Delivery NetworkWeb Performance
0 likes · 8 min read
How CDN Supercharges Web Performance: From DNS to Edge Caches
Bilibili Tech
Bilibili Tech
Aug 19, 2022 · Backend Development

Bilibili's Engineering Practices for HLS (fMP4) Live Streaming

Bilibili migrated its massive live‑streaming infrastructure from RTMP/FLV to MPEG‑TS‑free HLS using fragmented MP4, designing clustered slicing, dynamic back‑source selection, 1‑second key‑frame segments, cache pre‑warming and replay playlists, thereby cutting start‑up latency, supporting modern codecs, DRM and future immersive audio features.

Backend ArchitectureCDNVideo Streaming
0 likes · 11 min read
Bilibili's Engineering Practices for HLS (fMP4) Live Streaming
Top Architect
Top Architect
Jun 29, 2022 · Operations

Understanding DNS Load Balancing, CDN, and SOA Mechanisms

This article explains the limitations of traditional load‑balancing, describes how CDNs and DNS use distributed, hierarchical mechanisms such as SOA to achieve traffic distribution and fault tolerance, and outlines practical DNS‑based load‑balancing implementations and supported service providers.

CDNDNSInfrastructure
0 likes · 7 min read
Understanding DNS Load Balancing, CDN, and SOA Mechanisms
Top Architect
Top Architect
Jun 27, 2022 · Operations

Understanding CDN: How Content Delivery Networks Accelerate Web Access

This article explains the concept, motivation, and basic workflow of Content Delivery Networks (CDN), showing how caching data near users reduces latency, eases origin server bandwidth pressure, and mitigates network congestion across multiple transmission layers.

CDNContent Delivery NetworkEdge Caching
0 likes · 8 min read
Understanding CDN: How Content Delivery Networks Accelerate Web Access
Yunxuetang Frontend Team
Yunxuetang Frontend Team
Jun 17, 2022 · Frontend Development

Exploring the Future of Frontend: Web3, Serverless, CDN, TypeScript & UX Insights

This article curates key frontend topics—including Web3.0 debates, Serverless lightweight development, CDN design principles, content‑visibility versus lazyload, advanced TypeScript techniques, and user‑experience fundamentals—offering a concise overview for developers seeking to stay ahead of emerging trends.

CDNServerlessTypeScript
0 likes · 3 min read
Exploring the Future of Frontend: Web3, Serverless, CDN, TypeScript & UX Insights
Weimob Technology Center
Weimob Technology Center
Jun 17, 2022 · Backend Development

How an External Resource Manager Boosts Service Resilience with Multi‑Layer Caching

This article explains the design and operation of an external resource manager that improves overseas e‑commerce service stability by employing CDN, local memory, and disk caches, detailing access methods, cache mechanisms, CDN configurations, and practical use cases such as Google Fonts and translation integration.

BackendCDNResource Management
0 likes · 12 min read
How an External Resource Manager Boosts Service Resilience with Multi‑Layer Caching
Wukong Talks Architecture
Wukong Talks Architecture
May 18, 2022 · Frontend Development

How I Restored My Website After a jsDelivr CDN Outage

The article recounts a real‑world CDN failure that broke the passjava.cn site, explains what a CDN is, and details step‑by‑step recovery actions—including downloading assets, using alternative storage, and refreshing a new CDN—to get the site back online.

CDNJsDelivrcloud storage
0 likes · 5 min read
How I Restored My Website After a jsDelivr CDN Outage
政采云技术
政采云技术
May 17, 2022 · Frontend Development

Performance Optimization: Image Compression, Loading Strategies, and Format Selection

This article explains why image resources dominate front‑end performance, describes how binary depth relates to color representation, compares common image formats (JPEG, PNG‑8/24, SVG, WebP, Base64), and provides practical techniques such as compression tools, CDN/OSS deployment, and lazy‑loading code to dramatically improve page load speed.

CDNOSSWeb Performance
0 likes · 12 min read
Performance Optimization: Image Compression, Loading Strategies, and Format Selection
Alibaba Cloud Native
Alibaba Cloud Native
May 16, 2022 · Cloud Native

How to Cache a Static Site on Alibaba Cloud Function Compute Using CDN

This guide walks through assigning a custom domain to a Function Compute‑hosted static blog, configuring Alibaba Cloud CDN as the acceleration layer, fixing Cache‑Control headers, and verifying cache hit improvements, providing step‑by‑step instructions and screenshots for each stage.

Alibaba CloudCDNCache-Control
0 likes · 9 min read
How to Cache a Static Site on Alibaba Cloud Function Compute Using CDN
php Courses
php Courses
May 11, 2022 · Backend Development

High-Concurrency Web Architecture: Concepts, Load Balancing, CDN, and PHP Concurrency Practices

This article explains key high‑concurrency web concepts such as QPS, throughput, and response time, then details traffic and server optimizations, load‑balancing strategies (L4/L7, Nginx, LVS), CDN fundamentals, process/thread/coroutine models, asynchronous I/O, PHP Swoole concurrency, and database caching techniques for scalable backend systems.

Backend DevelopmentCDNDatabase Caching
0 likes · 22 min read
High-Concurrency Web Architecture: Concepts, Load Balancing, CDN, and PHP Concurrency Practices
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.

CDNHTTP2Mobile
0 likes · 16 min read
CDN Request Performance Optimization for iOS and Android Apps
DeWu Technology
DeWu Technology
Apr 11, 2022 · Backend Development

Content Fallback Strategies for Community Feed Services

To keep community feeds smooth despite network or backend failures, the system employs multiple fallback mechanisms—including Redis‑cached recommendation pools, CDN‑mirrored response files, asynchronous content caching, specialized follow‑feed and outfit‑selection caches, detail‑page preloading, and fine‑grained monitoring with alerts—ensuring continuous scrolling and a better user experience.

BackendCDNcontent fallback
0 likes · 11 min read
Content Fallback Strategies for Community Feed Services
vivo Internet Technology
vivo Internet Technology
Apr 6, 2022 · Backend Development

Comprehensive Guide to Caching: Concepts, Types, Strategies, and Best Practices

This guide explains caching fundamentals, purposes, and optimal use cases, details hit rates and eviction policies such as FIFO, LRU, LFU, TTL/TTI, compares client‑side (HTTP, browser) and server‑side caches (CDN, Redis, Memcached), explores multi‑level architectures, common pitfalls like avalanche, penetration and breakdown, and best‑practice strategies including pre‑warming, update patterns, and consistency management.

CDNMemcachedMulti-level Cache
0 likes · 28 min read
Comprehensive Guide to Caching: Concepts, Types, Strategies, and Best Practices
DevOps Operations Practice
DevOps Operations Practice
Mar 5, 2022 · Fundamentals

Understanding CDN: Principles, Architecture, and Applications

This article explains the fundamentals of Content Delivery Networks (CDN), covering their history, DNS-based operation, global load balancing, caching mechanisms, typical use cases such as website and streaming acceleration, and the performance, cost, security, and operational benefits they provide.

CDNContent Delivery NetworkGSLB
0 likes · 13 min read
Understanding CDN: Principles, Architecture, and Applications
21CTO
21CTO
Jan 21, 2022 · Frontend Development

How Meituan’s Phoenix SDK Enables Client‑Side CDN Disaster Recovery

This article explains Meituan's Phoenix solution that moves CDN disaster recovery to the client side, detailing its goals, architecture, dynamic calculation service, monitoring platform, implementation for web and native apps, and the measurable improvements in availability and operational efficiency.

CDNMeituanPhoenix SDK
0 likes · 18 min read
How Meituan’s Phoenix SDK Enables Client‑Side CDN Disaster Recovery
ITPUB
ITPUB
Jan 19, 2022 · Frontend Development

How Meituan’s Phoenix SDK Enables Automatic Client‑Side CDN Failover

Meituan’s Phoenix solution equips web and native clients with an automatic CDN failover SDK, dynamic domain selection, and fine‑grained monitoring, dramatically improving resource loading success rates, reducing SRE workload, and ensuring high availability across millions of daily users.

CDNMeituanPhoenix
0 likes · 20 min read
How Meituan’s Phoenix SDK Enables Automatic Client‑Side CDN Failover
Meituan Technology Team
Meituan Technology Team
Jan 13, 2022 · Operations

Phoenix: Client‑Side CDN Disaster Recovery Solution at Meituan

Phoenix is Meituan’s client‑side CDN disaster‑recovery system that uses a Webpack‑based SDK, dynamic calculation service, and monitoring platform to automatically detect load failures, switch domains, isolate problems, and continuously hot‑standby resources, boosting resource success rates from 99.7 % to 99.9 % across hundreds of projects.

CDNMeituanSRE
0 likes · 16 min read
Phoenix: Client‑Side CDN Disaster Recovery Solution at Meituan
ByteFE
ByteFE
Jan 10, 2022 · Frontend Development

Frontend Resource Download via CDN and Object Storage

This article explains how front-end developers can directly download resources from CDN or object storage using HTML5's download attribute and JavaScript workarounds, addressing CORS limitations and providing code examples for implementation.

Blob APICDNCORS
0 likes · 7 min read
Frontend Resource Download via CDN and Object Storage
Baidu Geek Talk
Baidu Geek Talk
Dec 22, 2021 · Cloud Computing

How to Supercharge H5 Performance with Baidu Cloud CDN: A Step‑by‑Step Guide

This article explains why H5 pages still need performance attention in modern mobile‑first products and provides a detailed, Baidu‑cloud‑CDN based solution—including background, problem analysis, configuration steps, precautions, and measurable speed‑up results—for accelerating static assets such as CSS, JS, and images.

CDNPerformance OptimizationWeb Development
0 likes · 16 min read
How to Supercharge H5 Performance with Baidu Cloud CDN: A Step‑by‑Step Guide
TAL Education Technology
TAL Education Technology
Dec 2, 2021 · Frontend Development

Website Performance Optimization: Lazy Loading, CDN, Image Formats, Security Headers, and Bundle Reduction

This article details a comprehensive front‑end performance optimization project that includes lazy loading, CDN deployment, domain consolidation, image format conversion with AVIF/webp, security‑header hardening, and bundle size reduction by replacing large Moment.js dependencies with Luxon, all validated through WebPageTest and Lighthouse metrics.

CDNWeb Optimizationimage compression
0 likes · 8 min read
Website Performance Optimization: Lazy Loading, CDN, Image Formats, Security Headers, and Bundle Reduction
21CTO
21CTO
Nov 27, 2021 · Backend Development

Three Common System Architecture Patterns Every Backend Engineer Should Know

This article introduces three widely used system architecture designs—single‑database single‑application, content distribution with CDN/OSS, and read‑write separation with master‑slave databases and Elasticsearch—detailing their structures, advantages, disadvantages, and typical usage scenarios.

CDNContent DistributionElasticsearch
0 likes · 7 min read
Three Common System Architecture Patterns Every Backend Engineer Should Know
Programmer DD
Programmer DD
Nov 27, 2021 · Operations

How Netflix’s Open Connect CDN Powers Seamless Streaming Worldwide

Netflix’s Open Connect CDN, a proprietary content‑delivery network built over a decade, strategically places millions of server copies close to ISPs, uses multiple bitrate replicas, and dynamically shifts content to flash storage, ensuring high‑quality streaming even during peak demand and network outages.

CDNInfrastructureNetflix
0 likes · 12 min read
How Netflix’s Open Connect CDN Powers Seamless Streaming Worldwide
Alibaba Cloud Native
Alibaba Cloud Native
Nov 14, 2021 · Backend Development

How Live‑Streaming Architecture Handles Massive Traffic and Overcomes Key Challenges

The article explains the typical live‑streaming architecture, its core modules, the impact of CDN integration, and three major challenges—video‑stream pressure, low‑latency interactive protocols, and high‑concurrency pulse traffic—while showing how Alibaba Cloud PTS can be used for realistic performance testing.

Backend ArchitectureCDNPTS
0 likes · 9 min read
How Live‑Streaming Architecture Handles Massive Traffic and Overcomes Key Challenges
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Nov 11, 2021 · Backend Development

Designing a Scalable Flash‑Sale System for Millions of Users

This article explains how to handle massive flash‑sale traffic by combining CDN edge services, distributed rate‑limiting, load‑balancing, authentication, caching, and task queues to ensure performance, prevent overselling, and maintain data consistency under extreme load.

CDNflash salehigh concurrency
0 likes · 8 min read
Designing a Scalable Flash‑Sale System for Millions of Users
Douyu Streaming
Douyu Streaming
Nov 5, 2021 · Backend Development

How Douyu Built Its Own High‑Performance P2P Live‑Streaming System

Douyu’s senior streaming engineer Zhou Sha details the company’s self‑developed P2P solution, covering its background, architecture, key technologies such as sub‑streaming, WebRTC, data slicing, SDK design, and the strategies used to boost sharing rates and future roadmap.

CDNData SlicingP2P
0 likes · 24 min read
How Douyu Built Its Own High‑Performance P2P Live‑Streaming System
IT Architects Alliance
IT Architects Alliance
Nov 5, 2021 · Backend Development

Design Strategies for High‑Concurrency Flash Sale (秒杀) Systems

The article examines the challenges of implementing flash‑sale (秒杀) functionality—such as time synchronization, bot prevention, and massive backend load—and presents two CDN‑centric architectural solutions, including probabilistic request routing and layered filtering with authentication, load balancing, rate limiting, and caching.

CDNdistributed architectureflash sale
0 likes · 9 min read
Design Strategies for High‑Concurrency Flash Sale (秒杀) Systems
Architect
Architect
Nov 3, 2021 · Backend Development

Design and Architecture of Flash Sale (秒杀) Systems

This article analyzes the challenges of implementing flash‑sale (秒杀) systems such as massive concurrent traffic, time synchronization, bot detection, and data consistency, and presents two distributed architectural solutions using CDN edge nodes, load balancing, rate limiting, caching, and backend scaling to handle millions of requests.

CDNdistributed architectureflash sale
0 likes · 8 min read
Design and Architecture of Flash Sale (秒杀) Systems
Architects' Tech Alliance
Architects' Tech Alliance
Oct 26, 2021 · Fundamentals

Understanding CDN: Why It’s Needed, How It Works, and Key Technical Components

This article explains what a Content Delivery Network (CDN) is, why it is essential for reducing latency and improving user experience, describes its operational workflow—including DNS resolution, load balancing, and caching—and outlines the core technical components such as scheduling, cache, and security.

CDNContent Delivery NetworkInternet architecture
0 likes · 11 min read
Understanding CDN: Why It’s Needed, How It Works, and Key Technical Components
Youku Technology
Youku Technology
Oct 14, 2021 · Operations

Low‑Latency HLS (LHLS) Solutions and Optimizations for Live Streaming

Youku’s engineering team introduced two Low‑Latency HLS solutions—an Apple‑based LHLS using HTTP/2 extensions and a community‑driven chunked‑transfer variant—while detailing latency sources in traditional HLS and presenting six protocol‑level optimizations that together reduce end‑to‑end live‑stream delay to under two seconds.

CDNLHLSVideo Streaming
0 likes · 13 min read
Low‑Latency HLS (LHLS) Solutions and Optimizations for Live Streaming
Ops Development Stories
Ops Development Stories
Sep 24, 2021 · Cloud Computing

How CDN Technology Supercharges Web Content Delivery

This article explains what a Content Delivery Network (CDN) is, how it resolves domain names, distributes content via edge nodes, manages caching and updates, and provides additional features such as secure protocols and protection, illustrating its evolution and impact on web performance.

CDNContent Deliverycaching
0 likes · 19 min read
How CDN Technology Supercharges Web Content Delivery
Tencent Architect
Tencent Architect
Sep 18, 2021 · Cloud Computing

How Tencent Cloud Optimizes CDN Scheduling for Faster Global Delivery

Tencent Cloud's VP Li Cong explains how advanced traffic scheduling, resource orchestration, dynamic routing, and personalized "thousand‑faces" strategies enable CDN systems to locate the fastest nodes worldwide, boosting performance by up to 10% while enhancing security and preparing for next‑generation edge computing.

CDNEdge ComputingPerformance Optimization
0 likes · 8 min read
How Tencent Cloud Optimizes CDN Scheduling for Faster Global Delivery
ByteFE
ByteFE
Sep 16, 2021 · Frontend Development

Jamstack Architecture and Its Application in Douyin E‑Commerce 818 Performance Optimization

This article introduces the Jamstack architecture, compares it with traditional web stacks, and details how Douyin's e‑commerce 818 main‑hall performance optimization project applied Jamstack principles, CDN caching, API prefetching, and client‑side techniques to achieve faster, more scalable page delivery.

CDNJamstackPerformance Optimization
0 likes · 7 min read
Jamstack Architecture and Its Application in Douyin E‑Commerce 818 Performance Optimization
ByteDance Web Infra
ByteDance Web Infra
Aug 27, 2021 · Frontend Development

ESM Package Distribution and Next‑Generation Unbundled Development Tools

This article explains how ESM package distribution services convert npm packages to ESModule format, why such distribution is needed for modern browsers, the technical challenges involved, proposed solutions, and how these services can be combined with next‑generation unbundled development tools like Vite and Snowpack to dramatically speed up dependency installation and development server startup.

CDNESMJavaScript
0 likes · 14 min read
ESM Package Distribution and Next‑Generation Unbundled Development Tools
Alibaba Terminal Technology
Alibaba Terminal Technology
Aug 26, 2021 · Backend Development

How to Turn GraphQL into a High‑Performance Edge CDN Gateway

This article explains how to use GraphQL as a BFF gateway, migrate Apollo Server to Alibaba Cloud EdgeRoutine's serverless environment, implement CDN edge caching for query requests, and build a complete weather‑query demo with TypeScript, GraphQL SDL, resolvers, and Playground debugging.

Apollo ServerCDNEdge Computing
0 likes · 18 min read
How to Turn GraphQL into a High‑Performance Edge CDN Gateway
21CTO
21CTO
Aug 14, 2021 · Backend Development

Designing a System That Scales to 100 Million Users: Key Strategies

This guide explains how to build a highly available, scalable architecture for supporting hundreds of millions of users, covering decoupling, redundancy, vertical and horizontal scaling, load balancing, database replication, sharding, caching, CDN, GeoDNS, and best practices for progressive system expansion.

CDNDatabase ReplicationScalability
0 likes · 19 min read
Designing a System That Scales to 100 Million Users: Key Strategies
IT Architects Alliance
IT Architects Alliance
Aug 11, 2021 · Backend Development

Understanding High Concurrency and Strategies to Boost System Throughput

The article explains what high concurrency means, outlines key performance metrics such as response time, throughput, QPS, TPS and concurrent users, and presents vertical and horizontal scaling techniques—including hardware upgrades, caching, load balancing, sharding, micro‑services, multithreading and CDN—to improve a system's ability to handle massive parallel requests.

CDNMicroservicesScalability
0 likes · 5 min read
Understanding High Concurrency and Strategies to Boost System Throughput
MaGe Linux Operations
MaGe Linux Operations
Aug 5, 2021 · Cloud Computing

How CDN and Global Load Balancing Accelerate Web Performance

This article explains the fundamentals of Content Delivery Networks (CDN), their caching and load‑balancing mechanisms, the value they bring to network traffic, and how Global Server Load Balancing (GSLB) techniques—based on DNS, HTTP redirects, and IP spoofing—select optimal server groups using geographic, load, and RTT strategies.

CDNContent Delivery NetworkGSLB
0 likes · 12 min read
How CDN and Global Load Balancing Accelerate Web Performance
Architecture Digest
Architecture Digest
Aug 1, 2021 · Operations

An Introduction to Content Delivery Networks (CDN) and Global Server Load Balancing (GSLB)

This article explains the fundamentals of Content Delivery Networks (CDN), their architecture, key functions, and principles, and then details Global Server Load Balancing (GSLB) techniques—including DNS‑based, HTTP‑redirect, and IP‑spoofing methods—along with server‑selection strategies and their advantages and drawbacks.

CDNContent DeliveryGSLB
0 likes · 12 min read
An Introduction to Content Delivery Networks (CDN) and Global Server Load Balancing (GSLB)
WeDoctor Frontend Technology
WeDoctor Frontend Technology
Jul 27, 2021 · Frontend Development

How We Tamed Vue SSR Under Massive Traffic: Caching, CDN, and Auto‑Degrade Strategies

This article recounts how a Vue‑SSR e‑commerce site was repeatedly overloaded during three promotional phases and how the team applied static‑dynamic data separation, CDN integration, application‑level caching, auto‑degrade rendering, rate‑limited APIs, and hydration fixes to achieve stable high‑traffic performance.

CDNHydration ErrorsPerformance Optimization
0 likes · 12 min read
How We Tamed Vue SSR Under Massive Traffic: Caching, CDN, and Auto‑Degrade Strategies
Architects' Tech Alliance
Architects' Tech Alliance
Jul 20, 2021 · Cloud Computing

Introduction to Content Delivery Networks (CDN) and Global Server Load Balancing (GSLB)

This article explains the concepts, principles, functions, and service models of Content Delivery Networks (CDN) and details various Global Server Load Balancing (GSLB) techniques—including DNS‑based, HTTP‑redirect, and IP‑spoofing methods—along with their advantages, disadvantages, and server‑selection strategies.

CDNContent DeliveryGSLB
0 likes · 13 min read
Introduction to Content Delivery Networks (CDN) and Global Server Load Balancing (GSLB)
macrozheng
macrozheng
Jul 18, 2021 · Operations

Why Did Bilibili Crash? A Developer’s Deep Dive into High‑Availability Failures

In this article, a programmer recounts the recent Bilibili outage, analyzes its timeline, proposes technical root‑cause hypotheses such as CDN failure and service‑chain avalanche, shares insights from the platform’s high‑availability architecture, and outlines preventive techniques for building more resilient backend systems.

BilibiliCDNOperations
0 likes · 10 min read
Why Did Bilibili Crash? A Developer’s Deep Dive into High‑Availability Failures
IT Architects Alliance
IT Architects Alliance
Jul 11, 2021 · Fundamentals

Introduction to CDN: Principles, Functions, and Global Load Balancing

This article provides a comprehensive overview of Content Delivery Networks (CDN), explaining their definition, core principles, key functionalities, service models, and the mechanisms of global server load balancing (GSLB) including DNS‑based, HTTP‑redirect, and IP‑spoofing approaches, along with common selection strategies.

CDNContent Delivery NetworkGSLB
0 likes · 13 min read
Introduction to CDN: Principles, Functions, and Global Load Balancing
Architect
Architect
Jul 9, 2021 · Backend Development

Designing a High‑Concurrency Flash Sale System: Architecture, Caching, Rate Limiting, and Isolation Strategies

This article explains how to design a flash‑sale (秒杀) system that can handle massive traffic spikes by using static page CDN caching, gateway request interception, Redis inventory control, asynchronous order processing, and thorough business, deployment, and data isolation to ensure high performance and stability without affecting regular services.

CDNSystem Architecturebackend design
0 likes · 10 min read
Designing a High‑Concurrency Flash Sale System: Architecture, Caching, Rate Limiting, and Isolation Strategies
IT Architects Alliance
IT Architects Alliance
Jul 1, 2021 · Backend Development

How to Build a High‑Performance Flash‑Sale System with Redis Caching and CDN

This article explains the challenges of flash‑sale traffic spikes and presents a multi‑layered backend architecture—using CDN‑cached static pages, read‑write split Redis, Lua scripts for atomic stock deduction, and Redis‑based message queues—to achieve high concurrency, stability, and fairness.

Backend ArchitectureCDNLua scripting
0 likes · 9 min read
How to Build a High‑Performance Flash‑Sale System with Redis Caching and CDN
Programmer DD
Programmer DD
Jun 27, 2021 · Operations

How ByteDance Powers Billions with Multi‑Terabit Data Center Bandwidth

The article examines how ByteDance, Douyin, TikTok and other Chinese tech giants operate massive data centers with terabit‑level outbound bandwidth, millions of servers, and extensive CDN and load‑balancing architectures to support hundreds of millions of concurrent users.

ByteDanceCDNData center
0 likes · 9 min read
How ByteDance Powers Billions with Multi‑Terabit Data Center Bandwidth
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Jun 21, 2021 · Cloud Computing

How Huawei Cloud Achieves Ultra‑Low Latency for E‑Commerce Live Streaming

This article examines the technical challenges of massive e‑commerce live streams, explains why traditional streaming suffers from high latency, and details Huawei Cloud's low‑latency architecture, protocols, intelligent scheduling and ultra‑fast transcoding that enable sub‑second product link delivery to millions of viewers.

CDNLow latencyVideo Transcoding
0 likes · 13 min read
How Huawei Cloud Achieves Ultra‑Low Latency for E‑Commerce Live Streaming
Java High-Performance Architecture
Java High-Performance Architecture
Jun 18, 2021 · Operations

How TikTok Handles Hundreds of Millions of Users: Inside Its Massive Bandwidth

The article explores how TikTok (Douyin) and its parent company ByteDance operate massive data centers with terabit‑level outbound bandwidth, thousands of servers, CDN acceleration, and multi‑link designs to support hundreds of millions of concurrent users, detailing server counts, bandwidth estimates, and the underlying networking technologies.

ByteDanceCDNData Centers
0 likes · 9 min read
How TikTok Handles Hundreds of Millions of Users: Inside Its Massive Bandwidth
Taobao Frontend Technology
Taobao Frontend Technology
May 26, 2021 · Frontend Development

How iMove Enables Seamless In-Browser Code Execution for Developers

iMove, a reusable, function‑oriented JavaScript library, adds right‑click online code execution to its visual workflow, eliminating installation, simplifying testing with mock inputs, handling ES module imports via native browser support, CDN transforms, dynamic imports, and custom events to deliver instant, visual results.

CDNESMJavaScript
0 likes · 13 min read
How iMove Enables Seamless In-Browser Code Execution for Developers
New Oriental Technology
New Oriental Technology
May 20, 2021 · Backend Development

Design and Evolution of an Online Education Post‑Class Replay Generation System

The article details the step‑by‑step architectural evolution of a cloud classroom replay generation platform, from a quick third‑party‑based implementation to a self‑developed, CDN‑integrated solution that now reliably produces nearly 90,000 class videos daily while reducing cost and operational complexity.

Backend ArchitectureCDNcloud computing
0 likes · 5 min read
Design and Evolution of an Online Education Post‑Class Replay Generation System
Open Source Linux
Open Source Linux
May 18, 2021 · Operations

How Much Bandwidth Do ByteDance’s Data Centers Actually Have?

This article examines the massive scale of ByteDance’s data centers, detailing server counts, outbound bandwidth estimates, dual‑link designs, and the role of CDN acceleration in delivering smooth video experiences to hundreds of millions of daily users.

ByteDanceCDNInfrastructure
0 likes · 8 min read
How Much Bandwidth Do ByteDance’s Data Centers Actually Have?
Xianyu Technology
Xianyu Technology
May 13, 2021 · Frontend Development

Front-End Disaster Recovery for Page Stability

To prevent page failures and white‑screen errors, the team built a front‑end SDK that fetches fallback data from OSS + CDN, offers configurable black/white‑list rules, lightweight validation, and a visual backend, cutting error rates from over 8% to 0.55% and dramatically improving interface stability.

CDNOSSSDK
0 likes · 9 min read
Front-End Disaster Recovery for Page Stability
Tencent Cloud Developer
Tencent Cloud Developer
May 10, 2021 · Frontend Development

Website Performance Optimization: Analyzing and Solving Slow Page Load Issues

To dramatically improve page load speed, first diagnose whether slowness stems from client network, DNS, or server bottlenecks, then apply solutions such as scaling servers, optimizing TCP settings, enabling HTTP/2/QUIC, compressing assets, and most cost-effectively integrating a CDN for global edge caching and compression.

CDNFrontend OptimizationServer Monitoring
0 likes · 11 min read
Website Performance Optimization: Analyzing and Solving Slow Page Load Issues
Kuaishou Tech
Kuaishou Tech
Apr 29, 2021 · Frontend Development

How Kuaishou Engineered a High‑Traffic Web New Year Event: Risks, Offline Packages & CDN Strategies

This case study details the massive traffic and rich interactive challenges faced by Kuaishou's 2021 New Year web event, analyzes resource download, host performance, and CDN dependencies, and presents tiered preloading, offline‑package splitting, dynamic animation degradation, and domain‑sharding solutions to ensure stability.

CDNWebfrontend
0 likes · 18 min read
How Kuaishou Engineered a High‑Traffic Web New Year Event: Risks, Offline Packages & CDN Strategies
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Apr 22, 2021 · Operations

Designing Highly Available Stateless Services: Load Balancing and Scaling Strategies

This article explains how to build highly available stateless services by using redundant deployment, vertical and horizontal scaling, various load‑balancing algorithms, and automatic recovery mechanisms, while also covering monitoring, high‑concurrency identification, and the role of CDN and OSS in resilient architecture.

CDNOSShigh availability
0 likes · 10 min read
Designing Highly Available Stateless Services: Load Balancing and Scaling Strategies
Open Source Linux
Open Source Linux
Mar 25, 2021 · Cloud Computing

How Edge CDN and Virtual CDN Are Redefining Content Delivery

This article examines the limitations of traditional CDN infrastructures, explains how edge CDN and virtual CDN (vCDN) address scalability and flexibility challenges, compares their technical and business advantages, and explores emerging edge business models that could reshape the future of content delivery.

CDNCloud ServicesContent Delivery
0 likes · 8 min read
How Edge CDN and Virtual CDN Are Redefining Content Delivery
Alibaba Terminal Technology
Alibaba Terminal Technology
Mar 5, 2021 · Frontend Development

Node.js & Frontend Innovations: Monitoring, Full-Stack Hooks, Fast CDN, Visual JS

This article introduces five cutting‑edge solutions for modern web development: an Addon‑based Node.js performance monitoring and fault‑location tool, the full‑stack Midway Hooks framework for zero‑API backend development, the ultra‑fast AirpackCDN component delivery network, the visual‑oriented iMove JavaScript framework, and the versatile SSR framework 5.0 supporting both React and Vue.

CDNFull-Stack FrameworkNode.js
0 likes · 5 min read
Node.js & Frontend Innovations: Monitoring, Full-Stack Hooks, Fast CDN, Visual JS
JD Cloud Developers
JD Cloud Developers
Feb 8, 2021 · Databases

Clubhouse vs ClickHouse: Tech Behind Audio Social Apps and High‑Speed OLAP

The article compares the popular audio‑social platform Clubhouse with the high‑performance analytical database ClickHouse, explaining why their names cause confusion, outlining Clubhouse’s product features and growth drivers, and detailing ClickHouse’s column‑store architecture, scalability, and the supporting RTC, CDN, AI, and security technologies.

Audio Social AppCDNClickHouse
0 likes · 10 min read
Clubhouse vs ClickHouse: Tech Behind Audio Social Apps and High‑Speed OLAP
ITPUB
ITPUB
Oct 16, 2020 · Operations

What CDN Architecture Evolution Says About the Future of IT and Storage

In an interview, ByteDance edge‑computing architect Zhou Chaoyong explains how CDN and storage architectures have evolved with rising data demands, predicts NVMe's dominance in the storage market, and previews his upcoming SACC 2020 talk on high‑performance XFS storage systems.

CDNEdge ComputingIT Architecture
0 likes · 9 min read
What CDN Architecture Evolution Says About the Future of IT and Storage