How to enable browser caching for my site? Do I just put cache-control:public somewhere up in my header like this? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" Cache-Control:public;...
  • May 21, 2022
  • 0 Comments
It looks like if I load dynamic content using $.get(), the result is cached in browser. Adding some random string in QueryString seems to solve this issue (I use...
  • May 18, 2022
  • 0 Comments
I am modifying a site’s appearance (CSS modifications) but can’t see the result on Chrome because of annoying persistent cache. I tried Shift+refresh but it doesn’t work. How can...
  • April 11, 2022
  • 0 Comments