Closed
Bug 228504
Opened 22 years ago
Closed 20 years ago
Mozilla Firebird does not load pages from cache - (i.e. caching is broken)
Categories
(Core :: Networking: Cache, defect)
Tracking
()
RESOLVED
EXPIRED
People
(Reporter: fehe, Assigned: darin.moz)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031214 Firebird/0.7+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031214 Firebird/0.7+
If you visit a web site once then immediately visit that website again, either
by dragging the link back onto the page, Clicking the "Go" toolbar button or
pressing <ENTER> on the address bar, Mozilla downloads the page again (as if a
refresh was requested) - even though it should have loaded the page from cache.
Reproducible: Always
Steps to Reproduce:
1. Visit any web site.
2. Visit that site again either by dragging the link from the address bar back
onto the page (or onto the tab bar), Clicking the "Go" toolbar button or
pressing <ENTER> on the address bar.
3. Notice that Mozilla goes out and retrieves the page anew - completely
ignoring its cache! This is not good.
Actual Results:
Mozilla Firebird goes out and downloads the page again. It completely ignores
its cache. Mozilla is obviously writing to cache, as I confirm 15 MB of
recently written data; however, it obviously is not reading from it.
Expected Results:
Mozilla Firebird should not be retrieving content anew every time. It should
check it's cache first. The only time Mozilla Firebird should be going out to
retrieve content anew is when either it does not exist in cache or a user hits
the refresh button.
Compare with Microsoft Internet Explorer. Yes, I know MS IE has buggy cache
handling, but at least it checks it's cache in this case.
By the way, all 0.7+ builds and possibly all 0.6+ builds of Mozilla Firebird
have this bug.
Updated•22 years ago
|
Assignee: blake → darin
Component: General → Networking: Cache
Product: Firebird → Browser
QA Contact: cacheqa
Version: unspecified → Trunk
> Mozilla Firebird should not be retrieving content anew every time. It should
> check it's [sic] cache first.
That depends on the cache-control and expiration headers and preferences,
doesn't it?
Daniel
Comment 3•20 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 4•20 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above
comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•