2009年3月1日星期日

Disable Firefox cache

Firefox's cache can be quite annoying when you're developing web applications. You may have to manually clear it to let the browser load the latest version of you code.

So a good approach is to disable it, then you don't need to clear it. A good instruction can be found here.

Basic steps:
1) Type "about:config" in the address bar
2) Filter the configuration using "cache"
3) Change the value to "false" if it is "true"

没有评论:

Technology changes life