✳flâneur — a map of the web's best reading
HTTP caching - HTTP | MDN
developer.mozilla.org · 5,238 words · saved by 1 readers
The HTTP cache stores a response associated with a request and reuses the stored response for subsequent requests.
HTTP caching - HTTP | MDN Skip to main content Skip to search HTTP caching The HTTP cache stores a response associated with a request and reuses the stored response for subsequent requests. There are several advantages to reusability. First, since there is no need to deliver the request to the origin server, then the closer the client and cache are, the faster the response will be. The most typical example is when the browser itself stores a cache for browser requests. Also, when a response is reusable, the origin server does not need to process the request — so it does not need to parse and r
Explore this link on the map →related reading
- RFC 9111 - HTTP Cachinghttpwg.org
- This Page is Designed to Last: A Manifesto for Preserving Content on the Webjeffhuang.com
- Disk Cachechromium.org
- Cache and Prizes - Infrequently Notedinfrequently.org
- Using HTTP cookies - HTTP | MDNdeveloper.mozilla.org
- Code caching for JavaScript developers · V8v8.dev
- Getting Started: Caching | Next.jsnextjs.org
- Node.js Fundamentals: Web Server Without Dependenciesblog.bloomca.me
- Handling navigation requests | Articles | web.devweb.dev
- LRU Cache: How It Works (Data Structure & Code) | Interview Cakeinterviewcake.com
- List of HTTP status codes - Wikipediaen.wikipedia.org
- Service worker overview | Workbox | Chrome for Developersdeveloper.chrome.com