Closed
Bug 122151
Opened 23 years ago
Closed 22 years ago
Get the same image file used multiple times in a page only once
Categories
(Core :: Networking: Cache, defect)
Core
Networking: Cache
Tracking
()
CLOSED
WORKSFORME
People
(Reporter: frank.ganske, Assigned: gordon)
Details
(Whiteboard: DUPEME)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC; de-AT; rv:0.9.7) Gecko/20011221
BuildID: <= 2001122106
If i load _one_ html-page with f.E. 10 "background.gif" for <td> or 20
"spacer.gif", while using the first Cache Setting "every time" or if i simply
hit refresh, i have 10 lines GET ...background.gif or 20 lines GET ...spacer.gif
in the logfile of my webserver. I think a page need only one version a distinct
element.
Reproducible: Always
Steps to Reproduce:
1. Create a html-page with 10 entrys of the same GIF.
2. Load this page with Mozilla.
3. Look at the accesses on the Server.
Actual Results: 11 new entrys are in the log: One GET ....html and 10 GET's of
the some ....gif.
Expected Results: One entry of the html and one entry of the gif should be in
the log.
Comment 1•23 years ago
|
||
I suspect I am dumb, but I can't find a dupe of this ??
Comment 3•23 years ago
|
||
Sigh, ignore me !
Comment 4•23 years ago
|
||
just curious, do newer builds still do this ?
Reporter | ||
Comment 5•23 years ago
|
||
The Problem was fixed since the next but one (?) version i've installed and i
was very impressed.
Sorry, that i ignore you, but i'am a newbie in Bugzilla.
Hope now it's OK
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
REOPEN: unless there is a code fix attached or referenced, please use WFM.
Status: RESOLVED → UNCONFIRMED
QA Contact: tever → benc
Resolution: FIXED → ---
Comment 7•22 years ago
|
||
wfm away
last unconfirmed bug filed on 2002/01 :-)
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 22 years ago
Resolution: --- → WORKSFORME
Summary: multi-load multi-used elements of one page → Get the same image file used multiple times in a page only once
Reporter | ||
Comment 8•22 years ago
|
||
Sorry, what is "wfm"?
The descibed Problem was fixed short time after i had posted it. I do not know,
which code fragment contains the correction.
It was reopen on 2003-02-26. Can somebody help me to close this Bug please?
Status: RESOLVED → CLOSED
Comment 9•22 years ago
|
||
means its only FIXED when there has been actual work done to fix it and you know
where its comming from
wfm = works for me, so if it suddenly works again and you dont know why, its wfm
You need to log in
before you can comment on or make changes to this bug.
Description
•