Disable Cache to Facilitate Development

Description of the issue:
When developing a web-based application, always loading a new copy of every page/resource when reloading a url (visiting a page) is the difference between the regular agony of programming and the nightmare of unpredictable responses of the app to programming changes.

Therefore, I am looking for a way to, in effect, disable browser cache.

Is there a way to do that?

2 Likes

@carla_rogers,
I believe you can do this in Dev tools like so:

2 Likes

Thank you! Much appreciated.

1 Like