I find that my web page's js/css file load from browser cache in Firefox 3.6.28 is so slow.
The time spent in loading directly from server is much smaller.
Here is the Firebug net panel show that the time spend in loading from server:
Here is the time spend in loading from cache(the grey color means it was taken from cache):
I know Firefox 3.6.28 is so old and the newest version of Firefox don't have such a problem.
But why the old version of Firefox load a 1kb js from cache can cause 500+ms?
My Firefox's disk and memory cache is turning on.
My PC environment is:
CPU:Intel atom 230 1.6G RAM:1G
Can anyone give me some explanation?
Thx.