Disable Firefox cache
When developing websites, a cache is usually more of a hindrance than helpful. Therefore, here's a guide to disabling the cache in Firefox:
Open about:config
and set the following attributes to false
:
browser.cache.disk.enable
browser.cache.memory.enable
browser.cache.offline.enable