Tagged articles
7 articles
Page 1 of 1
Architecture Digest
Architecture Digest
May 29, 2022 · Frontend Development

Understanding Web Browser Caching: Types, ETag, and Cache‑Control

This article explains the various web caching mechanisms—including database, CDN, proxy, browser, and application‑level caches—why browser caching matters for performance, how ETag and Cache‑Control headers work, and practical checklist items for effectively managing cache in modern web applications.

Browser CacheCache-ControlETag
0 likes · 12 min read
Understanding Web Browser Caching: Types, ETag, and Cache‑Control
Tencent Music Tech Team
Tencent Music Tech Team
Jul 14, 2020 · Frontend Development

Browser Web Caching Mechanisms and Strategies

Browser caching works by storing copies of web resources in memory, disk, or service‑worker caches and using HTTP headers such as Cache‑Control, Expires, ETag, and Last‑Modified to decide freshness, allowing strong (local) and negotiated (weak) cache stages, while developers can fine‑tune performance with CDN settings, IndexedDB, Service Workers, and HTML5 storage to create optimal, auditable cache strategies.

BrowserCache-ControlHTTP
0 likes · 15 min read
Browser Web Caching Mechanisms and Strategies
QQ Music Frontend Team
QQ Music Frontend Team
Jul 13, 2020 · Frontend Development

Mastering Browser Caching: Essential Strategies Every Front‑End Developer Should Know

This article comprehensively explains web caching fundamentals, HTTP cache mechanisms, strong and negotiated caching stages, cache control headers, and advanced strategies like IndexedDB, Service Workers, and CDN caching, helping front‑end developers design optimal cache policies for faster, more efficient web applications.

Browser CacheIndexedDBWeb Caching
0 likes · 15 min read
Mastering Browser Caching: Essential Strategies Every Front‑End Developer Should Know
21CTO
21CTO
Sep 16, 2017 · Frontend Development

Mastering Web Caching: Boost Frontend Performance with Smart Strategies

This article explains how various web caching techniques—including browser, proxy, CDN, and storage APIs—work together through HTTP headers, expiration policies, and validation mechanisms to dramatically improve frontend load times and reduce bandwidth usage.

Browser CacheCDNCache-Control
0 likes · 8 min read
Mastering Web Caching: Boost Frontend Performance with Smart Strategies
MaGe Linux Operations
MaGe Linux Operations
Apr 28, 2017 · Backend Development

How Nginx Caches Content: Core Principles and Practical Mechanisms

This article explains the fundamental concepts behind Nginx web caching, covering the proxy‑store and resource‑not‑found mechanisms, configuration examples, and how memcached can be integrated to efficiently store and retrieve cached responses, improving performance and resilience.

MemcachedProxy StoreWeb Caching
0 likes · 5 min read
How Nginx Caches Content: Core Principles and Practical Mechanisms
21CTO
21CTO
Aug 21, 2015 · Frontend Development

How Much of Facebook Traffic Still Bypasses Browser Cache? New Findings

A recent study by Facebook's web team reveals that roughly 45% of page requests still hit an empty cache, with similar rates on desktop and mobile, highlighting the ongoing importance of effective browser caching strategies.

Browser CacheWeb Cachingfrontend
0 likes · 10 min read
How Much of Facebook Traffic Still Bypasses Browser Cache? New Findings