Closed
Bug 365669
Opened 19 years ago
Closed 17 years ago
same images on page loaded every time separately
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: avramyu, Assigned: joe)
Details
Attachments
(1 file)
|
242.64 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9
Since I've installed FF 1.5.0.9 same images on one page (e.g. images shown on forums for each post, such as "quote", "edit", "delete", etc.) are loaded one by one instead of all together (like in previous versions). This slows down browsing a lot :(
In previous versions (using FF since 1.0) there were no such problems.
Is there a way to turn this back like before in about:config or...?
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Updated•17 years ago
|
Flags: blocking-firefox3.1?
Comment 1•17 years ago
|
||
This issue is still a problem in 3.0.4
Comment 2•17 years ago
|
||
Needs a confirmation, and a testcase. Also --> Core::Layout
Component: General → Layout
Flags: blocking-firefox3.1?
Product: Firefox → Core
QA Contact: general → layout
Sounds like something Joe Drew fixed recently, maybe?
Comment 4•17 years ago
|
||
I have created a "Proof-of-concept" demonstration for this bug. It uses PHP to generate a unique image for each server request. It can be viewed at http://dev.prient.co.uk/slow_images.php
When viewed in Internet Explorer 7, you will see 100 identical images; when displayed in Firefox 3.0.4, 100 different images are generated.
Using http://dev.prient.co.uk/slow_images.php?mode=slow puts a 1 second delay in the image creation process (server-side). This illustrates that (at least on my configuration) Firefox sends 6 GET requests in parallel for the images.
Using http://dev.prient.co.uk/slow_images.php?mode=source displays the PHP source used for the page - or I can upload it here if you prefer.
Unfortunately, I don't have sufficient access to a server so that I can mess with the configuration enough to demonstrate that this also happens when the image is a normal ".png" or ".gif" file - but browsing any forum site on a slow connection will demonstrate this well enough (as described by the original bug report).
Component: Layout → Layout: Images
QA Contact: layout → layout.images
| Assignee | ||
Comment 5•17 years ago
|
||
Nick, looks like we've fixed this in Firefox 3.1. (It's not guaranteed, of course -- we can always expire stuff out of cache. But at least with my browser, Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20081216 Shiretoko/3.1b3pre, loading your pages shows me a bunch of the same image.) For that reason, I'll set this to FIXED; the fix is much too involved to be backported to Firefox 3.0, but 3.1 will have it.
| Assignee | ||
Updated•17 years ago
|
Assignee: nobody → joe
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Component: Layout: Images → ImageLib
QA Contact: layout.images → imagelib
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•