Closed
Bug 60746
Opened 24 years ago
Closed 24 years ago
Mozilla does not cache javascript and css files
Categories
(Core :: Networking: Cache, defect, P3)
Tracking
()
People
(Reporter: M.Hankus, Assigned: neeti)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; m18) Gecko/20001119
BuildID: 2000111920
Bad:
Mozilla does not cache *.js and *.css files. They are listed in about:cache,
but when you check logs of the server you are connecting you see something like
this:
212.244.251.34 - - [20/Nov/2000:14:49:50 +0100] "GET /arch.php HTTP/1.0" 200 9998
212.244.251.34 - - [20/Nov/2000:14:49:50 +0100] "GET /sheet.css HTTP/1.0" 200 1882
212.244.251.34 - - [20/Nov/2000:14:49:50 +0100] "GET /swap.js HTTP/1.0" 200 1006
212.244.251.34 - - [20/Nov/2000:14:49:51 +0100] "GET /publ.php HTTP/1.0" 200 16606
212.244.251.34 - - [20/Nov/2000:14:49:51 +0100] "GET /sheet.css HTTP/1.0" 200 1882
212.244.251.34 - - [20/Nov/2000:14:49:51 +0100] "GET /swap.js HTTP/1.0" 200 1006
212.244.251.34 - - [20/Nov/2000:14:49:52 +0100] "GET /arch.php HTTP/1.0" 200 9998
212.244.251.34 - - [20/Nov/2000:14:49:52 +0100] "GET /sheet.css HTTP/1.0" 200 1882
212.244.251.34 - - [20/Nov/2000:14:49:52 +0100] "GET /swap.js HTTP/1.0" 200 1006
212.244.251.34 - - [20/Nov/2000:14:49:53 +0100] "GET /publ.php HTTP/1.0" 200 16606
212.244.251.34 - - [20/Nov/2000:14:49:53 +0100] "GET /sheet.css HTTP/1.0" 200 1882
212.244.251.34 - - [20/Nov/2000:14:49:53 +0100] "GET /swap.js HTTP/1.0" 200 1006
212.244.251.34 - - [20/Nov/2000:14:49:54 +0100] "GET /arch.php HTTP/1.0" 200 9998
212.244.251.34 - - [20/Nov/2000:14:49:54 +0100] "GET /sheet.css HTTP/1.0" 200 1882
212.244.251.34 - - [20/Nov/2000:14:49:54 +0100] "GET /swap.js HTTP/1.0" 200 1006
In this exapmple i was switching between two pages.
GOOD:
Mozilla should behave like Netscape 4.x. When i connect with Netscape in logs
there is only
212.244.251.34 - - [20/Nov/2000:14:50:22 +0100] "GET /arch.php HTTP/1.0" 200 9998
212.244.251.34 - - [20/Nov/2000:14:50:23 +0100] "GET /publ.php HTTP/1.0" 200 16606
212.244.251.34 - - [20/Nov/2000:14:50:24 +0100] "GET /arch.php HTTP/1.0" 200 9998
212.244.251.34 - - [20/Nov/2000:14:50:25 +0100] "GET /publ.php HTTP/1.0" 200 16606
All the images are cached ok (as you can see).
Reproducible: Always
Steps to Reproduce:
Open a page with Javascript and Styles located in different files. They will no
be cached.
Comment 1•24 years ago
|
||
THis is a dupe...
Summary: Mozilla does not cache jacascript and css files → Mozilla does not cache javascript and css files
Comment 2•24 years ago
|
||
Found it! :-) Sorry for the SPAM. :-(
This is a dupe of bug 29370 (Memory Cache doesn't work for CSS and JS files).
*** This bug has been marked as a duplicate of 29370 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•