File Caching: Query string vs Last-Modified?
TL;DR Why do so many websites use the “query string” method, instead of just letting the last-modified header do its work? Changing the query string changes the url, ensuring content is “fresh”. Should I unset the Last-modified header and just work with query strings? No. Though that’s almost the right answer. There are three basic … Read more