Skip to content

A collection of awesome resources for understanding web caching.

License

Notifications You must be signed in to change notification settings

zvaraondrej/awesome-web-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A collection of awesome resources for understanding web caching.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published