Closed
Bug 79020
Opened 24 years ago
Closed 23 years ago
Shift-Reload re-requests same image
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.0.1
People
(Reporter: doctor__j, Assigned: pavlov)
References
()
Details
(Keywords: perf)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9+) Gecko/20010503
BuildID: 2001050304
Reproducible: Always
Steps to Reproduce:
1. Load the URL.
2. Press Shift + Reload button or Shift Reload in menu
3. Watch *each* folder icons being re-requested from the server.
Expected Results: Just request the folder icon
(http://ftp.mozilla.org/icons/folder.gif) once from the server and apply the
cached copy to the rest of folders.
NS4 also re-request all icons from the server. This is bad in performance...
Comment 1•24 years ago
|
||
confirmed win98 2001050204
-> Darin.
Assignee: gordon → darin
Component: Networking: Cache → Networking: HTTP
Comment 3•24 years ago
|
||
Marking NEW.
Severity: enhancement → normal
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Shift-Reload is overdone. → Shift-Reload re-requests too much
Comment 4•24 years ago
|
||
imagelib needs to somehow use the loadgroup to know that it can ignore a
shift-reload for all but the first image and just pull from its cache for
the rest -> pavlov
Assignee: darin → pavlov
Component: Networking: HTTP → ImageLib
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•24 years ago
|
Target Milestone: --- → mozilla1.0
Assignee | ||
Comment 5•24 years ago
|
||
yes, i'm aware of that.
I had a conversation with Gordon, and he said that a shift-reload was supposed
to be different than in Communicator, it would force all other URL's to reload
directly from the server.
Maybe this "super-reload" needs to be hooked up with some other user-interface
event?
Comment 9•23 years ago
|
||
Pav, what was wrong with the hack I discussed with you on irc?
Keywords: mozilla0.9.2
Comment 10•23 years ago
|
||
*** Bug 84611 has been marked as a duplicate of this bug. ***
Comment 11•23 years ago
|
||
clarified summary
Summary: Shift-Reload re-requests too much → Shift-Reload re-requests same image
Comment 12•23 years ago
|
||
*** Bug 90354 has been marked as a duplicate of this bug. ***
Comment 13•23 years ago
|
||
AFAICT, it reloads an image once for each time it appears in the document.
(when doing shift-reload)
Comment 14•23 years ago
|
||
*** Bug 91738 has been marked as a duplicate of this bug. ***
Comment 15•23 years ago
|
||
Are we sure Bug 91738 is a dupe? It's regarding reloading an image URL, where as
this is regarding reloading an HTML URL, with 2+ of the same images on it.
Comment 16•23 years ago
|
||
*** Bug 106635 has been marked as a duplicate of this bug. ***
Comment 17•23 years ago
|
||
*** Bug 109156 has been marked as a duplicate of this bug. ***
Comment 18•23 years ago
|
||
*** Bug 111799 has been marked as a duplicate of this bug. ***
Comment 19•23 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
Assignee | ||
Comment 20•23 years ago
|
||
fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•