/awesome-web-cache

A collection of awesome resources for understanding web caching.

Creative Commons Zero v1.0 UniversalCC0-1.0

Awesome Web Cache Awesome

A curated collection of resources for understanding web caching.

Web caching is a technique that stores a copy of a given resource and serves it back when requested. When a web cache has a requested resource in its store, it intercepts the request and returns its copy instead of re-downloading from the originating server. This achieves several goals: it eases the load of the server that doesn’t need to serve all clients itself, and it improves performance by being closer to the client, i.e., it takes less time to transmit the resource back.

-- Mozilla Developer Network - HTTP Caching

Contents

Concepts

Learning Resources

Online Tools

Contribute

Contributions welcome! Read the contribution guidelines first.

License

CC0

To the extent possible under law, Ondrej Zvara has waived all copyright and related or neighboring rights to this work.