How-To: Turn off Firefox browser cache during development
Focus On Content ~/ click me to toggle the navigation bar to the right
Sometimes (when your are developing) you may want to force fetching all content fresh all the time including images, resources such as style sheet etc. To facilitate this you can do the following:
-
Open a new window or tab in Firefox.
-
Type
about:config
in the address bar. -
Search for “cache” in the search bar and look for
network.http.use-cache
in the filtered results. -
Double-click it will toggle it from “true” to “false”. Default should be “true”.
And you’re all set.
Sometime you want to force the cache on one particular page\request. You can do that by holding the “Ctrl” key while clicking reload or F5.
Cheers