
If you’re a web developer / designer you probably would need to disable the caching of your firefox browser, so you can always see actually results instead of cached ones
In a lot of cases I have to to double the work because I usually forget that the displayed results are being processed from the cached files not the actually server results.
Anyhow, this is how to disable caching in firefox
Open FireFox -> In address bar type:
about:config
In the search bar that will appear type:
network.http.use-cache
Right click on the results of the search and click “Toggle” making sure its set to false
Now all your pages will not be processed from the cached files and will be actual server response results