** Reply to note from Henrik Nordstrom <hno@xxxxxxxxxxxxxxx> Thu, 20 Jan 2005 14:49:25 +0100 (CET) I have edited all.js and disabled and zeroed disk and memory caches, pref("browser.cache.disk.enable", false); pref("browser.cache.disk.capacity", 0); pref("browser.cache.memory.enable", false); pref("browser.cache.memory.capacity", 0); Yet Squid still reports that:- 1) The browser issued an IMS request for an object that was in the Squid cache and fresh. 2) The browser already had an up to date version, so there was no need to send the Squid cached copy to the browser. Mozilla displays a blank page and reports "Done". If the English in the Squid docs is grammaticaly and logicaly correct, then it looks like Mozilla is ignoring all.js and perhaps remembering a past state when it did have the page in disk cache, or thinking that an entry in the history file is equivalent to a cached copy. Is this the case? What should I look at next?