Closed Bug 504184 Opened 15 years ago Closed 14 years ago

shift reload pulls files with the same name multiple times

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 497665

People

(Reporter: jfftck, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)

I noticed that if I do a shift reload the an image file is being downloaded as many times as it appears on the page. I have a google map that has 100+ markers that can take over 2 mins when I normally have the same page render in 10-30 seconds. I did not have this problem with any build of Firefox 3.0, and I am doing test on a local machine, so I do not have a test case at this moment.

Reproducible: Always

Steps to Reproduce:
1.Load a page with many images with the same name, like google maps with many markers.
2.Do a shift reload to force files to be pulled from the server.
Actual Results:  
The image is downloaded even after the first image completes downloading.

Expected Results:  
The image file should only be downloaded once and then use the cache to render the rest.
Also, it looks to not use the cache until I do a refresh without holding shift.
Same issue here, the cache is not used after shift reload until after another reload without holding shift.

Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.2) Gecko/20090803 Fedora/3.5.2-2.fc11 Firefox/3.5.2
My configuration:
(Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3)

I can confirm that the google-maps test-case offered by jfftck@hotmail.com fails on my configuration in the manner described.

Reproducible: every time. 

Here is a test case that is a stripped down version of my particular use-case:
http://neolography.com/staging/shift-reload/shift-reload-testcase.html

Multiple images are preloaded via javascript.

On initial load, or a load into new window or tab, a simple animation based on img.src replace pulls the pre-loaded images from cache and proceeds as expected.

On a simple reload (click on toolbar reload button), the animation still proceeds as expected, drawing images from cache.

On shift-reload, however, preloaded images are ignored. Each image is loaded from the server with each iteration until there's a normal reload.

In my particular use case (temporarily visible at http://neolography.com/staging/mrfm/spin-sim.html)  the problem is aggravated by something else I can't identify. In this case, further reloads don't help. The only way to get the page to use cached images for the animation is to load it again into a new window or tab.
I can confirm the bug for firefox 3.5 and firefox 3.6 (Windows and Linux). If the same element is called two or more times in the html, with Ctrl+F5 the element will be downloaded as many times as it appears.

Firebug reports all the calls: http://dev.pe/tests/element.png . Also the behavior is confirmed on the web server side with the same element being called many times.

Changing the element from being called from the html to the css solves the issue.
Keywords: qawanted
Isn't this a dup of Bug 497665, which is fixed?
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Keywords: qawanted
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.