Which one to use : Expire Header, Last Modified Header or ETags
Expires and Cache-Control are “strong caching headers” Last-Modified and ETag are “weak caching headers” First the browser checks Expires/Cache-Control to determine whether or not to make a request to the servers. If it has to make a request, it will send Last-Modified/ETag in the HTTP request. If the Etag value of the document matches that, … Read more