microcaching

From IndieWeb
Jump to navigation Jump to search


microcaching is a technique of caching web server responses for a very short period of time (seconds) to reduce the effects of the thundering herd problem, while also avoiding some of the pitfalls of correctly invalidating caches.

IndieWeb Examples

  • Aaron Parecki has configured his web server with a 30 second microcache using nginx.

See Also