Short basics of caching

I’ve finally configured caching on my site. Here’s what you need to know. Headers# There’re 4 headers that enable caching: Cache-Control/Expires and Last-Modified/ETag. The former two are primary; they enable caching and instruct the browser on how long it should save a resource. The latter two are secondary and optional; browsers use them when the … Continue reading Short basics of caching