How to force caching of pages, scripts, images (resources), including the results of dynamically generated content (php, asp, etc.), I do not control this website, and I understand that if I cache a dynamic page it becomes static, it great for me
However ... I donβt want to cache everything .. the pages load default.asp ,, as well as the tone of the .js scripts, in turn, which access the API that returns some XML,
I want to cache default.asp and all .js, but not xml files.
im using chrome and chrome aggressively caches what it can, but all things from this site have the header max-age = 0.
therefore from chrome, how can I redefine the headers for individual resources?
Arthur
source share