By reusing previously acquired resources, you can significantly improve the performance of your web site and application. Web caching reduces wait time and network traffic, thus reducing the time required to display resource representations. Become more responsive by using HTTP caching.

The following is a summary of the articles on HTTP caching on the Internet:

  1. MDN – HTTP cache
  2. MDN – Cache-Control
  3. MDN – Expires
  4. MDN – Date
  5. MDN – Last-Modified
  6. MDN – ETag
  7. KeyCDN – HTTP Cache Headers – A Complete Guide
  8. MDN – Content-Encoding
  9. MDN – Accept-Encoding
  10. MDN – Content-Range
  11. MDN – Content-Type
  12. web.dev – Prevent unnecessary network requests with the HTTP Cache

13. Segmentfault – 30 minutes of HTTP Vary