Any improvements made anywhere besides the bottleneck are an illusion. - Gene Kim
Caching is a technique used for storing data in a high-speed storage layer to serve them in the
future. An efficient caching layer will avoid processing requests and allow to spare lots of resources
because the response has already been computed and can be served (most of the time).
Track: Advanced Beginner
Subject: Caching
Topics:
- Antipatterns
- Best Practice
- ESI
- Invalidation
- Security
- Strategies
- Web