mspecht wrote:
Thanks for the reply. My "performance issue" only occurs in my installation of firefox 3.0.4. My collegue with the same brwoser version does not have this problem. I read in one post that somebody had the same issue. It looks like the browser is always loading all images again while scrolling through the navigation tree (maybe no caching).
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
Try googling "FF cached disabled" and you'll see other threads like this
http://forum.joomla.org/viewtopic.php?f=48&t=290924Hope this helps..
Sanjiv