4
1
Is there any way to disable the cache on Google Chrome for certain aspects only, in such a way that images for instance remain cached but markup/js/css don't?
I'm working on a rather graphic intensive app, and the images when not cached add a good half a second to the loading time of the page, which is a pain if you need to constantly refresh to test code changes and unnecesary if these images don't change as often as the html/js/css does.
This could work, but I was hoping I could find a solution that doesn't involve changing the server configuration for the sake of making it easy switching back and forth between cached/partially cached/uncached, much like one can enable or disable the cache on the chrome dev tools. – Mahn – 2013-03-17T02:08:03.837