Search Blog

Search duranek.blogspot.com

Friday, January 9, 2009

Firefox 3 GWT + Javascript Performans Sorunu

That rings a bell. I've seen FF 3 mysteriously disable the cache when it crashes. Try entering about:config in FF3, and once you're in the settings, type "cache" on the search bar and make sure you have the following default settings

Code:
browser.cache.disk.enable default boolean true
browser.cache.disk_cache_ssl default boolean false
browser.cache.memory.enable default boolean true

No comments: