Tag

HTTP Caching

0 views collected around this technical thread.

Top Architect
Top Architect
Nov 14, 2022 · Backend Development

Designing a Three‑Level HTTP Cache in B/S Architecture and Optimizing Microservice Gateways

This article explores the shortcomings of current HTTP caching practices, proposes a three‑level cache design for B/S architectures, discusses gateway simplification with Apache APISIX, offers data‑size reduction tips, and presents a hand‑crafted Java HTTP cache framework with code examples.

HTTP CachingJavaSpring Cloud Gateway
0 likes · 16 min read
Designing a Three‑Level HTTP Cache in B/S Architecture and Optimizing Microservice Gateways
IEG Growth Platform Technology Team
IEG Growth Platform Technology Team
Jul 5, 2022 · Frontend Development

Understanding HTTP Caching, Service Worker, Push and CDN Caching Strategies

This article explains the principles and practical configurations of HTTP forced and negotiated caching, Service Worker lifecycle and caching, HTTP/2 server push, and CDN caching, providing concrete header examples, code snippets, and recommendations for optimal front‑end performance.

HTTP CachingPush cacheService Worker
0 likes · 17 min read
Understanding HTTP Caching, Service Worker, Push and CDN Caching Strategies