Tagged articles
351 articles
Page 1 of 4
JavaGuide
JavaGuide
May 14, 2026 · Frontend Development

When Codex Broke My Site: A Frontend Debugging Walkthrough

The author recounts how using Codex to analyze JavaGuide's performance triggered a site-wide outage, then details the step‑by‑step investigation—from cache misconfigurations and hashed asset handling to a VuePress hydration bug—and shares practical lessons on combining AI assistance with disciplined engineering practices.

AI debuggingCDNClaude
0 likes · 13 min read
When Codex Broke My Site: A Frontend Debugging Walkthrough
dbaplus Community
dbaplus Community
May 10, 2026 · Operations

How a Single FFmpeg Command Can Cut CDN Video Bandwidth Costs by 90%

An investigation revealed that a 1 GB MP4 video streamed to 2,500 users consumed 120 TB of CDN bandwidth because the file’s moov box was placed at the end and the audio‑video tracks were poorly interleaved, causing thousands of HTTP 206 range requests; moving the moov box to the file header with a simple ffmpeg command eliminated the excess requests and reduced bandwidth usage to the video’s actual size.

CDNbandwidthfaststart
0 likes · 12 min read
How a Single FFmpeg Command Can Cut CDN Video Bandwidth Costs by 90%
Black & White Path
Black & White Path
Mar 27, 2026 · Information Security

Apifox CDN Supply Chain Attack: A Detailed Technical Walkthrough

On March 25, 2026 a malicious script hijacked Apifox's CDN, inflating a 34 KB tracking file to 77 KB and using obfuscated JavaScript, RSA and AES‑256‑GCM encryption to collect system fingerprints, SSH keys, Git credentials and exfiltrate them through a multi‑stage C2 chain.

ApifoxCDNElectron
0 likes · 15 min read
Apifox CDN Supply Chain Attack: A Detailed Technical Walkthrough
Xiao Liu Lab
Xiao Liu Lab
Feb 10, 2026 · Operations

Unlocking Modern CDN: From Simple Caching to Edge Computing, Dynamic Acceleration, and Security

This article explains how CDN has evolved from basic static‑content caching to a full‑featured edge computing platform that boosts user experience, accelerates dynamic APIs, implements fine‑grained cache strategies, and enforces multi‑layer security, providing concrete configuration examples and performance metrics for real‑world deployments.

CDNCache StrategyCloud Services
0 likes · 17 min read
Unlocking Modern CDN: From Simple Caching to Edge Computing, Dynamic Acceleration, and Security
Alibaba Cloud Native
Alibaba Cloud Native
Feb 5, 2026 · Cloud Native

How to Cut Cross‑Cloud Data Transfer Costs with CDN and LoongCollector

In multi‑cloud environments, enterprises face high outbound traffic fees for unified observability, but by routing logs through a CDN and using the high‑performance LoongCollector agent, they can reduce cross‑cloud transfer costs by up to 70%, improve throughput, and simplify deployment.

CDNcloud-nativecost-optimization
0 likes · 10 min read
How to Cut Cross‑Cloud Data Transfer Costs with CDN and LoongCollector
Xiao Liu Lab
Xiao Liu Lab
Dec 14, 2025 · Cloud Computing

How to Get and Optimize Alibaba Cloud ESA Free CDN – A Complete Guide

This guide explains Alibaba Cloud ESA's free CDN tier, covering its generous unlimited‑traffic offering, step‑by‑step application, region‑selection modes, domain integration, special port and cache configurations, renewal tricks, performance benchmarks, and comparisons with competing services.

Alibaba CloudCDNESA
0 likes · 8 min read
How to Get and Optimize Alibaba Cloud ESA Free CDN – A Complete Guide
SpringMeng
SpringMeng
Dec 5, 2025 · Mobile Development

Create a Free Open‑Source Short‑Drama App that Generates Revenue and Supports Mini‑Program & Web

The article presents a comprehensive guide to building a free open‑source short‑drama mobile app, detailing functional modules, immersive player, personalized recommendations, social interactions, monetization models, and a full tech stack—including Flutter or React Native for the front‑end, micro‑services backend, CDN, and DRM—while addressing high‑concurrency and cross‑platform challenges.

CDNDRMFlutter
0 likes · 11 min read
Create a Free Open‑Source Short‑Drama App that Generates Revenue and Supports Mini‑Program & Web
SpringMeng
SpringMeng
Dec 3, 2025 · Mobile Development

Build a Powerful Open‑Source Short‑Video App that Generates Revenue and Runs on Mobile, Mini‑Program, and Web

The article outlines a complete open‑source architecture for a short‑video platform, detailing front‑end player features, personalized recommendation, multi‑mode playback, social interactions, monetization models, cross‑platform technology choices, backend micro‑services, CDN, caching, security, and solutions to high‑concurrency and synchronization challenges.

CDNMicroservicesPayment Integration
0 likes · 11 min read
Build a Powerful Open‑Source Short‑Video App that Generates Revenue and Runs on Mobile, Mini‑Program, and Web
21CTO
21CTO
Nov 18, 2025 · Operations

What Cloudflare’s Latest Outage Reveals About Cloud Dependency Risks

A massive Cloudflare outage on November 18, 2025 crippled DNS and CDN services, causing widespread failures for platforms like ChatGPT and Discord, and the article analyzes the incident, past failures, and offers four practical resilience strategies to mitigate over‑reliance on single cloud providers.

CDNCloudflareDNS
0 likes · 7 min read
What Cloudflare’s Latest Outage Reveals About Cloud Dependency Risks
Su San Talks Tech
Su San Talks Tech
Oct 31, 2025 · Operations

How Douyin Powers Hundreds of Millions: Inside Its Bandwidth & Server Fleet

Douyin (ByteDance) operates over 170,000 servers across multiple self‑built data centers with total outbound bandwidth estimated between 7 TB and 10 TB, leveraging dual‑link designs, CDN acceleration, and multi‑node load balancing to support hundreds of millions of concurrent users worldwide.

ByteDanceCDNData center
0 likes · 9 min read
How Douyin Powers Hundreds of Millions: Inside Its Bandwidth & Server Fleet
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 18, 2025 · Frontend Development

How to Slash Vue App Load Time: CDN, Gzip, and Code Splitting Tips

This guide walks through diagnosing a slow Vue admin dashboard, using webpack‑bundle‑analyzer to spot heavy libraries, offloading Element UI via CDN, enabling gzip compression on Nginx and in the Vue build, and applying code‑splitting and prefetch strategies to keep the first‑screen load under three seconds.

CDNCode SplittingGzip
0 likes · 9 min read
How to Slash Vue App Load Time: CDN, Gzip, and Code Splitting Tips
Efficient Ops
Efficient Ops
Sep 1, 2025 · Operations

Inside ByteDance’s Massive Server Fleet and TB‑Level Bandwidth

This article examines ByteDance’s enormous server inventory and data‑center export bandwidth, explaining how T‑level (terabit) connections, dual‑link designs, CDN acceleration, and global data‑center deployments enable billions of users to stream content simultaneously.

ByteDanceCDNData center
0 likes · 8 min read
Inside ByteDance’s Massive Server Fleet and TB‑Level Bandwidth
Raymond Ops
Raymond Ops
Aug 30, 2025 · Operations

Boosting Internet App Quality: How CDNs Work and Why They Matter

This article explains key internet application quality metrics such as service success rate, latency, and playback smoothness, examines common deployment models, and provides a detailed overview of Content Delivery Networks—including their architecture, operation processes, content injection methods, request scheduling, and distribution strategies—to help improve performance and reliability.

CDNContent DeliveryInternet Quality
0 likes · 11 min read
Boosting Internet App Quality: How CDNs Work and Why They Matter
Top Architecture Tech Stack
Top Architecture Tech Stack
May 22, 2025 · Operations

Understanding the Bandwidth and Server Scale of Douyin (TikTok) Data Centers

This article explains how Douyin (TikTok) and other major Chinese platforms achieve massive concurrent usage by operating data centers with hundreds of thousands of servers, employing terabit-level outbound bandwidth, dual‑link designs, CDN acceleration, and multi‑node load balancing, and provides estimates of server counts and bandwidth capacities.

CDNData centerDouyin
0 likes · 8 min read
Understanding the Bandwidth and Server Scale of Douyin (TikTok) Data Centers
Bilibili Tech
Bilibili Tech
Jan 24, 2025 · Operations

Design and Implementation of a CDN Edge‑Node Scheduling System for Bilibili Live Streaming

The paper presents Bilibili’s multi‑layer CDN edge‑node scheduling system, which groups heterogeneous nodes by quality and price, uses cost‑aware and resource‑aware heuristics—including maximum‑flow regional borrowing and contextual‑bandit utilization prediction—to allocate bandwidth per business, achieving a 43 % bandwidth reuse increase, 33 % coverage boost, and markedly lower stall rates.

BilibiliCDNCost Optimization
0 likes · 10 min read
Design and Implementation of a CDN Edge‑Node Scheduling System for Bilibili Live Streaming
Sohu Tech Products
Sohu Tech Products
Jan 22, 2025 · Frontend Development

Implementing a Webpack Plugin for Incremental CDN Upload with Caching

The article explains how to build a custom Webpack plugin that uploads compiled static assets to a CDN, rewrites public‑path references to CDN URLs, and employs a hash‑based cache file to skip unchanged files, cutting build time from 40 seconds to 17 seconds in large projects.

Build OptimizationCDNstatic assets
0 likes · 11 min read
Implementing a Webpack Plugin for Incremental CDN Upload with Caching
Open Source Linux
Open Source Linux
Jan 14, 2025 · Cloud Computing

Why Is Akamai Pulling Its CDN From China and What It Means for Users

On June 30, 2026, Akamai will shut down its CDN operations in China, directing remaining traffic to neighboring countries while offering migration paths through Tencent Cloud and Wangsu, and the article explains CDN fundamentals, China’s network landscape, Akamai’s history, and community reactions to the change.

AkamaiCDNChina
0 likes · 14 min read
Why Is Akamai Pulling Its CDN From China and What It Means for Users
Efficient Ops
Efficient Ops
Jan 7, 2025 · Cloud Computing

Akamai’s China Exit: What It Means for CDN Users and How to Migrate

Akamai will cease its CDN services in China on June 30 2026, offering migration partners like Tencent while explaining CDN fundamentals, benefits, components, and key terminology such as CNAME records, intelligent DNS, and origin protocols for readers planning a smooth transition.

AkamaiCDNContent Delivery Network
0 likes · 9 min read
Akamai’s China Exit: What It Means for CDN Users and How to Migrate
Yang Money Pot Technology Team
Yang Money Pot Technology Team
Dec 26, 2024 · Frontend Development

Design and Implementation of a Multi‑CDN Disaster Recovery Mechanism for Frontend Resource Loading

This article presents a comprehensive multi‑CDN disaster‑recovery solution for frontend static resources, detailing the background, current issues, goals, SDK‑based architecture, monitoring and retry strategies, data‑reporting mechanisms, evaluation results, and future dynamic scheduling improvements.

CDNRetrySDK
0 likes · 12 min read
Design and Implementation of a Multi‑CDN Disaster Recovery Mechanism for Frontend Resource Loading
Open Source Linux
Open Source Linux
Dec 6, 2024 · Cloud Computing

How Live Streaming Works: From Encoder to Viewer in Real Time

Live streaming faces challenges due to real‑time video transmission and heavy computation, but by using globally distributed edge servers, transcoding streams into multiple resolutions, segmenting them into short clips, packaging them into formats like HLS, caching via CDNs, and optionally storing them in the cloud, the process delivers video seamlessly to viewers and enables replay.

CDNReal-time VideoVideo Transcoding
0 likes · 2 min read
How Live Streaming Works: From Encoder to Viewer in Real Time
Tencent Architect
Tencent Architect
Dec 4, 2024 · Fundamentals

How AutoRec Cuts Live‑Streaming Stalls by Over 11% with Smarter Packet Recovery

The paper “Toward Timeliness‑Enhanced Loss Recovery for Large‑Scale Live Streaming” introduces AutoRec, an on‑off‑mode‑aware packet‑loss recovery mechanism implemented on QUIC that reduces average stall frequency by 11.4% and duration by 5.2% without client‑side changes, and validates its effectiveness in both test‑bed and real‑world CDN deployments.

AutoRecCDNQUIC
0 likes · 12 min read
How AutoRec Cuts Live‑Streaming Stalls by Over 11% with Smarter Packet Recovery
Programmer DD
Programmer DD
Nov 13, 2024 · Information Security

How I Stopped a Sudden CDN Traffic Surge with Quick Security Tweaks

After receiving unexpected CDN usage alerts, I investigated the spike, identified a malicious IP, and applied access‑control blacklists, anti‑leech settings, UA blocking, and usage‑cap limits, which instantly reduced bandwidth and traffic, illustrating effective CDN security measures.

CDNaccess controlanti-leech
0 likes · 5 min read
How I Stopped a Sudden CDN Traffic Surge with Quick Security Tweaks
Alibaba Cloud Developer
Alibaba Cloud Developer
Oct 9, 2024 · Frontend Development

Boost Web Performance: Master Preload, Prefetch, Preconnect & More

This article explores a range of web preloading techniques—including DNS‑prefetch, preconnect, preload, prefetch, prerender, the Speculation Rules API, streaming rendering, HTTP/2 push, and Early Hints—detailing how they reduce network latency, improve first‑paint times, and enhance overall user experience.

CDNHTTP2Web Performance
0 likes · 20 min read
Boost Web Performance: Master Preload, Prefetch, Preconnect & More
JD Tech Talk
JD Tech Talk
Aug 21, 2024 · Frontend Development

Browser Navigation Process and Performance Optimization Techniques

This article explains the complete browser navigation flow from URL entry to page rendering and provides practical optimization strategies for DNS resolution, HTTP protocols, CDN usage, and front‑end resources such as HTML, CSS, JavaScript, images, and fonts to improve performance and user experience.

BrowserCDNHTTP
0 likes · 13 min read
Browser Navigation Process and Performance Optimization Techniques
JD Cloud Developers
JD Cloud Developers
Aug 21, 2024 · Frontend Development

Unlock Faster Page Loads: Mastering Browser Rendering and Performance Optimizations

This article explains the complete browser navigation process—from URL entry, DNS resolution, TCP and HTTP communication, to resource loading and page rendering—and presents practical optimization techniques such as DNS prefetch, HTTP/2, CDN usage, and HTML, CSS, JavaScript, and image improvements to boost frontend performance.

BrowserCDNHTTP
0 likes · 17 min read
Unlock Faster Page Loads: Mastering Browser Rendering and Performance Optimizations
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 18, 2024 · Frontend Development

Persisting Frontend Static Resources in Containerized Deployments

The article explains why static assets of a single‑page frontend application disappear after a container restart, analyzes the root cause, and presents a practical solution that stores assets on an external file server or CDN while keeping only index.html inside the container, thereby eliminating 404 errors caused by missing resources.

CDNVitecontainerization
0 likes · 13 min read
Persisting Frontend Static Resources in Containerized Deployments
Liangxu Linux
Liangxu Linux
Aug 17, 2024 · Cloud Computing

How CDN Works: Architecture, Workflow, and Benefits Explained

This article explains what a Content Delivery Network (CDN) is, its architecture and workflow, and outlines its key benefits such as acceleration, global coverage, security, disaster recovery, and cost savings, while also discussing challenges with dynamic resources.

CDNContent Delivery NetworkEdge Computing
0 likes · 5 min read
How CDN Works: Architecture, Workflow, and Benefits Explained
Tencent Cloud Developer
Tencent Cloud Developer
Aug 15, 2024 · Fundamentals

Understanding the End-to-End Process of a Web Request: IP, DNS, CDN, TCP, Protocol Design, CGI/FastCGI, Server Models, and Database Evolution

The article walks through every stage of a web request—from IPv4 addressing, NAT, and DNS resolution through CDN proximity and TCP stream handling, to HTTP framing, CGI versus FastCGI processing, stateless versus stateful server models, and finally database scaling techniques such as sharding and Redis caching.

CDNCGIDNS
0 likes · 21 min read
Understanding the End-to-End Process of a Web Request: IP, DNS, CDN, TCP, Protocol Design, CGI/FastCGI, Server Models, and Database Evolution
IT Services Circle
IT Services Circle
Jul 31, 2024 · Frontend Development

How to Diagnose and Fix Slow Web Page Performance

This comprehensive guide explains how to identify and resolve slow web page performance by addressing hardware resources, network configuration, and both front‑end and back‑end optimizations such as server upgrades, CDN usage, HTTP/2, image compression, code minification, caching, and efficient database queries.

CDNDatabase TuningFrontend Optimization
0 likes · 5 min read
How to Diagnose and Fix Slow Web Page Performance
Efficient Ops
Efficient Ops
Jul 28, 2024 · Operations

Building a Resilient, High‑Performance Website: Domains, CDN, Security & Ops

This guide outlines a comprehensive, step‑by‑step strategy for creating a highly available, secure, and scalable website—from buying and protecting multiple domains, configuring DNS and CDN, setting up image and database servers, to implementing monitoring, redundancy, high‑concurrency testing, and disaster‑recovery plans.

CDNhigh availabilitymonitoring
0 likes · 13 min read
Building a Resilient, High‑Performance Website: Domains, CDN, Security & Ops
Sohu Tech Products
Sohu Tech Products
Jul 24, 2024 · Frontend Development

Speed Up Flutter Web Startup: Split main.dart.js with Deferred Components

This article explains how to reduce Flutter Web startup time by splitting the bulky main.dart.js file using deferred components, configuring CanvasKit assets via CDN, and optimizing font loading, complete with step‑by‑step code examples and performance measurements.

CDNCode SplittingDeferred Components
0 likes · 19 min read
Speed Up Flutter Web Startup: Split main.dart.js with Deferred Components
DevOps
DevOps
Jul 23, 2024 · Backend Development

High Concurrency Solutions: CDN, Read‑Write Separation, NoSQL, and Caching Strategies

This article explains the concept of high concurrency, its key metrics, and presents four practical backend solutions—static/dynamic separation with CDN, read‑write separation using NoSQL and CQRS, various caching techniques, and lightweight read‑optimisation—to improve performance and scalability of distributed systems.

Backend ArchitectureCDNNoSQL
0 likes · 23 min read
High Concurrency Solutions: CDN, Read‑Write Separation, NoSQL, and Caching Strategies
Sohu Tech Products
Sohu Tech Products
Jul 17, 2024 · Frontend Development

Optimizing Flutter Web Startup: main.dart.js Splitting, CanvasKit Loading, and Font Loading Optimization

By splitting the main.dart.js bundle with deferred components, serving CanvasKit assets and Google fonts from a private CDN, and optionally using the HTML renderer during development, Flutter Web apps can cut their startup time by five to six seconds, achieving sub‑second load performance.

CDNCanvasKitDeferred Components
0 likes · 19 min read
Optimizing Flutter Web Startup: main.dart.js Splitting, CanvasKit Loading, and Font Loading Optimization
Goodme Frontend Team
Goodme Frontend Team
Jul 15, 2024 · Frontend Development

How Does a CDN Supercharge Your Website’s Speed? A Deep Dive into Architecture and Scheduling

This article explains why network acceleration is needed, defines CDN, describes its core technologies and scheduling mechanisms, and outlines the CDN system architecture—including routing, edge servers, and security components—to help developers improve web performance and troubleshoot CDN issues.

CDNContent Delivery NetworkEdge Computing
0 likes · 15 min read
How Does a CDN Supercharge Your Website’s Speed? A Deep Dive into Architecture and Scheduling
Bilibili Tech
Bilibili Tech
Jul 9, 2024 · Operations

Standardizing VOD CDN Backsource Architecture: Issues, Strategies, and Optimizations

The article outlines how a VOD provider standardized its multi‑vendor CDN back‑source architecture by classifying videos as hot or cold, prioritizing fragment‑level pulls, throttling full‑file transfers, implementing real‑time monitoring, decoupling storage buckets, and adding OSIG authentication to reduce latency, bandwidth pressure, and security risks.

BacksourceCDNSecurity
0 likes · 7 min read
Standardizing VOD CDN Backsource Architecture: Issues, Strategies, and Optimizations
Open Source Linux
Open Source Linux
Jun 20, 2024 · Cloud Computing

How CDN Technology Supercharges Website Speed and Reliability

Content Delivery Networks (CDNs) distribute cached content across edge servers to accelerate website access, reduce origin server load, enhance security, provide global coverage, and ensure high availability, while also addressing dynamic resource challenges through routing, protocol, pre‑caching, and compression optimizations.

CDNContent Delivery NetworkEdge Computing
0 likes · 6 min read
How CDN Technology Supercharges Website Speed and Reliability
iQIYI Technical Product Team
iQIYI Technical Product Team
Jun 14, 2024 · Operations

Stability Assurance Practices for the 2024 CCTV Spring Festival Gala Live Stream

The 2024 CCTV Spring Festival Gala live stream employed comprehensive stability assurance practices across signal encoding, CDN distribution, request handling, and playback—using multi‑source encoding, multi‑level origin redundancy, multi‑cluster HA, and P2P‑augmented delivery—to handle massive QPS spikes, ensure high availability, and provide a resilient, high‑quality viewing experience.

Backend ArchitectureCDNP2P
0 likes · 24 min read
Stability Assurance Practices for the 2024 CCTV Spring Festival Gala Live Stream
Architecture Digest
Architecture Digest
May 26, 2024 · Operations

Designing Multi-Level Cache Architecture in Microservice Environments

This article explains how to design an effective multi‑level cache architecture for microservice systems, covering client‑side browser caching, CDN and Nginx static resource caching, application‑layer in‑process caches, distributed Redis caches, and strategies for maintaining cache consistency using message queues.

CDNNGINXcaching
0 likes · 15 min read
Designing Multi-Level Cache Architecture in Microservice Environments
Architect
Architect
May 6, 2024 · Backend Development

Designing Effective Multi‑Level Cache Architecture for Microservices

This article explains how to build a multi‑level caching system for microservice applications, covering client‑side HTTP caching, CDN and Nginx static‑resource caching, in‑process and distributed Redis caches, consistency challenges, and practical guidelines for when such a design is beneficial.

BackendCDNConsistency
0 likes · 16 min read
Designing Effective Multi‑Level Cache Architecture for Microservices
Bilibili Tech
Bilibili Tech
Apr 23, 2024 · Cloud Computing

Redesign of Bilibili Edge CDN Architecture: From Legacy to Cloud‑Native Load‑Balancing

Bilibili’s downstream CDN was rebuilt from a tightly‑coupled scheduler model into a cloud‑native architecture featuring separate gateway, cache, back‑origin and control services that provide layer‑4 and layer‑7 load‑balancing, cluster‑wide health checks, centralized routing, and a refactored NGINX slice module, cutting latency by 40 % and dramatically reducing incidents.

CDNCloud NativeEdge Computing
0 likes · 11 min read
Redesign of Bilibili Edge CDN Architecture: From Legacy to Cloud‑Native Load‑Balancing
Code Ape Tech Column
Code Ape Tech Column
Apr 1, 2024 · Backend Development

Designing Multi‑Level Cache Architecture for Microservice Applications

This article explains how to design an effective multi‑level caching system in microservice environments, covering client‑side browser caching, application‑layer static resource caching with CDNs and Nginx, and service‑layer caches using in‑process solutions and distributed Redis, while also addressing consistency and deployment considerations.

CDNNGINXcaching
0 likes · 14 min read
Designing Multi‑Level Cache Architecture for Microservice Applications
Alibaba Cloud Native
Alibaba Cloud Native
Mar 31, 2024 · Cloud Native

Cut OSS Storage Costs with Real‑Time Image Processing Using Function Compute

This guide explains how to store only original images in Alibaba Cloud OSS and use Object Process Access Point (OPAP) together with Function Compute to dynamically transform images on demand for different devices, thereby reducing storage expenses while supporting flexible processing like watermarking, resizing, and format conversion.

CDNFunction ComputeImage Processing
0 likes · 9 min read
Cut OSS Storage Costs with Real‑Time Image Processing Using Function Compute
Bilibili Tech
Bilibili Tech
Mar 19, 2024 · Operations

Design and Implementation of BMT (Bili Media Transport) Streaming Protocol for Reducing Backhaul Bandwidth

BiliBili created the proprietary BMT (Bili Media Transport) streaming protocol, which consolidates FLV and HLS delivery into a low‑overhead, multi‑track, codec‑agnostic format using QUIC‑accelerated back‑haul, cutting daily CDN back‑haul traffic by over 100 GB and enabling richer live‑streaming features.

BMTBackhaul OptimizationCDN
0 likes · 7 min read
Design and Implementation of BMT (Bili Media Transport) Streaming Protocol for Reducing Backhaul Bandwidth
dbaplus Community
dbaplus Community
Mar 18, 2024 · Operations

How to Build a Resilient, High‑Traffic Web Infrastructure: A Step‑by‑Step Ops Guide

This guide outlines a complete, practical workflow for acquiring multiple domains, configuring DNS, deploying CDN and image caches, selecting data‑center locations, setting up redundant servers, implementing monitoring, handling DDoS attacks, planning capacity, securing systems, and organizing an operations team to ensure high availability for large‑scale web services.

CDNServer ConfigurationWeb infrastructure
0 likes · 12 min read
How to Build a Resilient, High‑Traffic Web Infrastructure: A Step‑by‑Step Ops Guide
vivo Internet Technology
vivo Internet Technology
Feb 21, 2024 · Big Data

Optimizing Playback Experience and Reducing Bandwidth Cost in Vivo Short Video Platform

At the 2023 Vivo Developer Conference, Cai Chuangye and Ma Yunjie detailed how Vivo short‑video improves playback by optimizing connections, chunked downloads, pre‑rendering and dynamic pre‑loading while cutting CDN bandwidth costs through low‑cost edge devices, neural‑network adaptive compression, and utilization governance, achieving lower latency, fewer failures and reduced bitrate, with plans to adopt H.266.

AICDNCost reduction
0 likes · 21 min read
Optimizing Playback Experience and Reducing Bandwidth Cost in Vivo Short Video Platform
iQIYI Technical Product Team
iQIYI Technical Product Team
Feb 8, 2024 · Mobile Development

Image Format Optimization and Deployment Practices at iQIYI: From JPG to AVIF

iQIYI optimized its app’s visual experience by progressively replacing JPG with WebP, HEIC, and finally AVIF—using a caplist‑driven CDN, self‑developed decoders and on‑demand production pipelines—to cut image sizes, reduce CDN bandwidth by over 30 % and maintain quality across static, transparent and animated assets.

AVIFCDNHEIC
0 likes · 19 min read
Image Format Optimization and Deployment Practices at iQIYI: From JPG to AVIF
DevOps Operations Practice
DevOps Operations Practice
Jan 30, 2024 · Fundamentals

Understanding CDN Technology: Principles, Solutions, and Applications

This article explains how Content Delivery Networks (CDNs) address internet performance challenges by bringing content closer to users, detailing their working principles, key components such as GSLB and caching, and common application scenarios like website acceleration, file download, and streaming.

CDNContent Delivery NetworkEdge Computing
0 likes · 7 min read
Understanding CDN Technology: Principles, Solutions, and Applications
21CTO
21CTO
Jan 27, 2024 · Operations

How to Scale a System to Over 1 Million Users: From One Server to Multi‑Data‑Center Architecture

This article walks you through building a scalable system—from a single‑server prototype to a multi‑data‑center design that uses load balancers, database replication, caching, CDNs, stateless layers, message queues and automated monitoring—to handle traffic from hundreds of thousands to millions of users.

CDNDatabase ReplicationMessage Queue
0 likes · 26 min read
How to Scale a System to Over 1 Million Users: From One Server to Multi‑Data‑Center Architecture
IT Services Circle
IT Services Circle
Jan 27, 2024 · Cloud Computing

Using Alibaba Cloud OSS for File Uploads: Setup, Code Samples, and Best Practices

This article explains why direct file storage on application servers is not scalable, introduces Alibaba Cloud OSS as an object storage solution, walks through bucket creation, access key management, Node.js upload code, temporary credentials for browser uploads, CDN integration, and security considerations, providing a complete end‑to‑end upload workflow.

Alibaba CloudCDNNode.js
0 likes · 10 min read
Using Alibaba Cloud OSS for File Uploads: Setup, Code Samples, and Best Practices
High Availability Architecture
High Availability Architecture
Jan 25, 2024 · Backend Development

Scaling a System from Zero to One Million Users: Architecture, Load Balancing, Caching, and Database Replication

This article explains how to evolve a single‑server application into a highly available, horizontally scalable system that can serve over a million users by introducing load balancers, database replication, caching layers, CDNs, stateless network design, multi‑data‑center deployment, and message queues.

CDNDatabase ReplicationScalability
0 likes · 26 min read
Scaling a System from Zero to One Million Users: Architecture, Load Balancing, Caching, and Database Replication
Wukong Talks Architecture
Wukong Talks Architecture
Jan 23, 2024 · Fundamentals

Scaling from Zero to One Million Users: System Design Fundamentals

This article walks through the step‑by‑step process of turning a single‑server prototype into a highly available, horizontally‑scaled system that can serve over a million users, covering server configuration, database selection, load balancing, caching, CDN, stateless networking, multi‑data‑center deployment, message queues, monitoring, and sharding strategies.

CDNScalabilitySystem Design
0 likes · 26 min read
Scaling from Zero to One Million Users: System Design Fundamentals
JD Retail Technology
JD Retail Technology
Jan 12, 2024 · Frontend Development

Front‑End Performance Optimization: Lessons from a Year of Improving First‑Page Load Speed by 58.8%

This article details a year‑long front‑end performance optimization effort for the Tongtian Tower project, covering analysis tools, caching strategies, code splitting, lazy loading, and business‑logic refinements that together delivered a 58.8% reduction in first‑screen load time.

CDNlazy loadingnetwork analysis
0 likes · 17 min read
Front‑End Performance Optimization: Lessons from a Year of Improving First‑Page Load Speed by 58.8%
Sohu Tech Products
Sohu Tech Products
Jan 10, 2024 · Frontend Development

How to Build, Deploy, and Debug Flutter Web Apps: A Complete Step‑by‑Step Guide

This guide walks Flutter developers through the advantages and drawbacks of Flutter Web, explains three practical use cases, shows how to create a project, run it locally, handle routing and platform‑specific APIs, configure CDN paths for different environments, debug on desktop and mobile, and finally package and deploy the app to production.

CDNDebuggingDeployment
0 likes · 26 min read
How to Build, Deploy, and Debug Flutter Web Apps: A Complete Step‑by‑Step Guide
DaTaobao Tech
DaTaobao Tech
Dec 15, 2023 · Frontend Development

How Optimized Image Processing Boosted Double Eleven Web Performance

This article explains the image‑processing workflow used for the Double Eleven event, covering format selection, CDN scaling and quality parameters, WebP conversion, practical URL suffix rules, and additional front‑end tips that together dramatically improve page load speed and user experience.

CDNResponsive Imagesfrontend development
0 likes · 10 min read
How Optimized Image Processing Boosted Double Eleven Web Performance
Bilibili Tech
Bilibili Tech
Dec 8, 2023 · Operations

Design and Implementation of Nickel: A High‑Performance Edge Four‑Layer Load Balancer Based on XDP

Nickel is a high‑performance, XDP‑based four‑layer edge load balancer that replaces Bilibili’s non‑clustered CDN architecture with a co‑deployed control plane and data plane, using hash‑based forwarding, dynamic health‑checks, and two‑hop routing to lower cost, improve load distribution, and eliminate dedicated load‑balancer machines.

CDNLoad BalancerXDP
0 likes · 15 min read
Design and Implementation of Nickel: A High‑Performance Edge Four‑Layer Load Balancer Based on XDP
政采云技术
政采云技术
Nov 29, 2023 · Frontend Development

API Failure Resilience Using CDN and IndexedDB Caching

The article presents a comprehensive strategy for handling API outages by storing data locally with IndexedDB, synchronizing updates through a CDN, and implementing Axios interceptors and Node‑based scheduled jobs to ensure seamless user experience without white‑screen failures.

APICDNIndexedDB
0 likes · 12 min read
API Failure Resilience Using CDN and IndexedDB Caching
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 29, 2023 · Frontend Development

Advanced Next.js Techniques to Optimize Performance

This article presents advanced Next.js techniques—including dynamic imports, CDN asset publishing, server‑side caching, Incremental Static Regeneration, and custom server integration for WebSockets—to help developers build faster, more scalable, and performance‑optimized web applications.

CDNISRNext.js
0 likes · 8 min read
Advanced Next.js Techniques to Optimize Performance
ITPUB
ITPUB
Nov 17, 2023 · Operations

How Bilibili Overcame a Massive CDN Outage: Cloud‑Edge Incident Response Lessons

This article details the August 2023 Bilibili CDN failure, analyzes its root causes, describes the 1‑5‑10 emergency recovery framework, and presents cloud‑side SLB/BFS optimizations and edge‑side scheduling and fallback strategies that together restored service and improved future resilience.

CDNEdge ComputingOperations
0 likes · 20 min read
How Bilibili Overcame a Massive CDN Outage: Cloud‑Edge Incident Response Lessons
Bilibili Tech
Bilibili Tech
Nov 17, 2023 · Operations

Bilibili CDN/SLB Outage Analysis and Cloud‑Edge Coordination Strategies

The August 4 2023 Bilibili outage, triggered by automatic back‑origin and domain‑disable policies that flooded the BFS load balancer with traffic, caused widespread white‑screens, but was mitigated within the 1‑5‑10 framework through rapid CDN switching, rate‑limit enhancements, storage backup, and client‑side fallback, illustrating the need for tighter cloud‑edge coordination.

CDNSLBreliability engineering
0 likes · 19 min read
Bilibili CDN/SLB Outage Analysis and Cloud‑Edge Coordination Strategies
php Courses
php Courses
Nov 6, 2023 · Backend Development

Techniques for Optimizing Web Page Load Speed in PHP Development

Improving web page load speed is crucial for user experience, and PHP developers can employ methods such as caching, script and stylesheet compression, database query optimization, reducing HTTP requests, using CDNs, output compression, cache plugins, asynchronous loading, and image optimization to significantly enhance performance.

CDNPHPWeb Optimization
0 likes · 5 min read
Techniques for Optimizing Web Page Load Speed in PHP Development
Liangxu Linux
Liangxu Linux
Oct 25, 2023 · Information Security

How to Bypass CDN and Discover a Website’s Real IP Address

This guide explains why penetration testers need a target’s true IP, how to detect CDN usage, and provides step‑by‑step techniques—including same‑country queries, sub‑domain probing, DNS history checks, FOFA searches, email reverse lookup, and full‑network scanning—to uncover the real server address.

CDNIP discoveryInformation Gathering
0 likes · 7 min read
How to Bypass CDN and Discover a Website’s Real IP Address
Open Source Linux
Open Source Linux
Oct 25, 2023 · Operations

Scaling Servers for Millions: Load Balancing, Sharding, CDN Strategies

This guide explains how to design and expand server infrastructure to handle millions of concurrent users by using load balancers, database sharding, caching, CDNs, hardware selection criteria, and redundancy techniques, ensuring high availability and performance 24/7.

CDNdatabase shardingload balancing
0 likes · 11 min read
Scaling Servers for Millions: Load Balancing, Sharding, CDN Strategies
HomeTech
HomeTech
Oct 18, 2023 · Frontend Development

Web Page Performance Metrics and Optimization Practices

This article explains why web performance matters, introduces key user‑centric metrics such as First Contentful Paint, Largest Contentful Paint and Cumulative Layout Shift, describes how to measure them with tools like Chrome DevTools, Lighthouse and ftwo, and provides practical optimization techniques including gzip, HTTP/2, CDN, image handling, code splitting and Vue router lazy‑loading.

CDNVueWeb Performance
0 likes · 9 min read
Web Page Performance Metrics and Optimization Practices
MaGe Linux Operations
MaGe Linux Operations
Oct 12, 2023 · Information Security

How to Detect and Bypass CDN to Reveal a Website’s Real IP

This guide explains why CDNs hide a site's true IP, how to determine if a website uses a CDN, and outlines practical techniques—including DNS queries, online tools, sub‑domain analysis, email reverse lookup, and scanning scripts—to bypass the CDN and discover the real server address.

CDNIP discoveryNetwork Reconnaissance
0 likes · 8 min read
How to Detect and Bypass CDN to Reveal a Website’s Real IP
Top Architect
Top Architect
Oct 7, 2023 · Backend Development

Evolution of E-commerce System Architecture

This article outlines the progressive evolution of e‑commerce system architecture from a monolithic 1.0 design through layered scaling, read/write separation, CDN caching, sharding, and finally unit‑based modularization, highlighting the performance bottlenecks and solutions at each stage.

CDNSystem Architecturebackend scaling
0 likes · 9 min read
Evolution of E-commerce System Architecture
php Courses
php Courses
Oct 7, 2023 · Backend Development

Improving Website Image Load Speed with PHP-FPM Optimization: Compression, Lazy Loading, CDN, Parallel Loading, and Browser Caching

This article demonstrates how to accelerate website image loading by applying PHP‑FPM performance optimizations such as image compression with GD, jQuery lazy loading, CDN acceleration, multithreaded parallel fetching, and proper browser‑cache headers, providing complete code examples for each technique.

CDNPHPWeb Performance
0 likes · 5 min read
Improving Website Image Load Speed with PHP-FPM Optimization: Compression, Lazy Loading, CDN, Parallel Loading, and Browser Caching
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 27, 2023 · Frontend Development

Resolving a Mysterious CSS CORS Issue During Frontend Migration to Cloud

This article details how a hidden cross‑origin resource sharing (CORS) problem with a single CSS file surfaced during a multi‑project frontend migration to Alibaba Cloud, explains the root cause involving CDN caching without an Origin header, and presents step‑by‑step solutions using Nginx, OSS bucket settings, and CDN configurations.

CDNCORSCross-Origin
0 likes · 19 min read
Resolving a Mysterious CSS CORS Issue During Frontend Migration to Cloud
Volcano Engine Developer Services
Volcano Engine Developer Services
Sep 25, 2023 · Operations

How Player-Level Tweaks Can Slash Video On-Demand Costs by Up to 20%

This article explains how video on‑demand cost is dominated by CDN bandwidth, how player‑side optimizations—such as reducing cache waste, using dynamic buffering levels, smarter range requests, precise preloading, and resolution adjustments—can cut bandwidth by 8% and overall costs by 20% while preserving user experience.

AB testingCDNCost Optimization
0 likes · 17 min read
How Player-Level Tweaks Can Slash Video On-Demand Costs by Up to 20%
Architect
Architect
Jun 25, 2023 · Backend Development

Designing High‑Traffic, High‑Concurrency Systems: Principles and Practices

This article outlines the essential principles, architectural patterns, client optimizations, CDN usage, clustering, caching strategies, database tuning, and service governance techniques required to design, build, and maintain high‑traffic, high‑concurrency backend systems effectively.

Backend ArchitectureCDNSystem Design
0 likes · 11 min read
Designing High‑Traffic, High‑Concurrency Systems: Principles and Practices
Java Backend Technology
Java Backend Technology
Jun 7, 2023 · Frontend Development

How to Leverage Alibaba’s LowCodeEngine for Rapid Frontend Development

This article introduces Alibaba's open‑source LowCodeEngine, outlines its browser compatibility, core features, engine protocols, installation steps, CDN options, and showcases the editor's UI panels and real‑world case studies, providing developers with a comprehensive guide to building low‑code applications.

CDNLowCodeEngineOpenSource
0 likes · 6 min read
How to Leverage Alibaba’s LowCodeEngine for Rapid Frontend Development
Selected Java Interview Questions
Selected Java Interview Questions
May 17, 2023 · Backend Development

Effective Cache Strategies for Large Distributed Systems

This article explains how to design and use various client‑side, CDN, and server‑side caching techniques—including HTTP Cache‑Control, Redis data structures, cache consistency patterns, and mitigation of cache penetration, breakdown, and avalanche—to improve performance and reliability of high‑traffic distributed applications.

CDNCache ConsistencyDistributed Systems
0 likes · 23 min read
Effective Cache Strategies for Large Distributed Systems
DeWu Technology
DeWu Technology
Apr 28, 2023 · Operations

Analysis of Live Streaming Latency Causes and Optimization Strategies

The article examines why live‑streaming latency—averaging about five seconds on the studied platform versus three seconds on top e‑commerce services—remains high, pinpointing encoder, transcoding, CDN GOP‑cache, and player buffering as key contributors, and proposes optimizations such as shrinking GOP size, minimizing CDN cache tiers, tightening player buffers, and adopting ultra‑low‑latency protocols like RTS, RTM, or QUIC to achieve sub‑second delays.

CDNGOPLatency
0 likes · 16 min read
Analysis of Live Streaming Latency Causes and Optimization Strategies