HTML and CSS Caching
Caching is great but can cause lots of problems if you change things and the user doesn’t see those changes. Also during development caching is a bad idea. It’s hard to tell what your doing if you don’t know what is or isn’t cached. To make things more complicated CSS caching is different than [...]
