Closed
Bug 16124
Opened 25 years ago
Closed 25 years ago
Page with many small inline images displays very slowly
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
M13
People
(Reporter: mpalczew, Assigned: karnaze)
References
()
Details
I am using an Oct 11 nightly build of mozilla. I went to the followind websites http://www.cs.wustl.edu/~sth2/gnome-icons/icon-page-gif.html http://www.cs.wustl.edu/~sth2/gnome-icons/icon-page-png.html
when I went to both I experienced massive slowdowns in all browser windows. I was using apprunner. I would assume that this is not a png problem because the gif version didn't work either.
Updated•25 years ago
|
QA Contact: leger → elig
Summary: Page with many small inline images displays very slow
Updated•25 years ago
|
Assignee: don → pnunn
Component: Browser-General → ImageLib
Comment 1•25 years ago
|
||
Hey, Pam ---
Not sure if this is compositor or imagelib, so it goes to you first. ;)
The page here draws very slowly --- background is drawn, then there's a ~90
second pause, and then it draws the page content and inline images. This also
occurs on Win32 (using today's build).
A similar (but only 10-15 second) slowdown occurs using Communicator 4.7. IE
displays it in under 2-3 seconds.
Comment 2•25 years ago
|
||
mpalczew, thanks for the bug! In the future, it helps if you read and follow the
Bug Writing Guidelines at http://www.mozilla.org/quality/bug-writing-
guidelines.html.
Updated•25 years ago
|
Summary: Page with many small inline images displays very slow → Page with many small inline images displays very slowly
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
I couldn't see the above page but the page
http://siesta.cs.wustl.edu/~sth2/gnome-icons/icons-gif.html
was still active.
All of these zillions of images are in a nested table and the
align=center is set for all of them. I believe layout would have
to survey the whole table, get each image's dimensions and calculate
the table layout.
This page is slow on 4.x communicator too.
This isn't particularly an image problem. Its more
of a page design problem. CSS would have done the
job more efficiently.
-pn
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Comment 4•25 years ago
|
||
I'm re-opening this:
* We're taking eight minutes and fifteen seconds to lay out this page.
(Yesterday's Win32 build on a 233 Mhz P2)
* IE 5, running on the same system, does it in just the fifteen seconds. ;)
Reassigning to rickg. I assume this is just another duplicate of the "tables are
painfully slow", but would like to be sure.
Updated•25 years ago
|
Assignee: pnunn → karnaze
Status: REOPENED → NEW
Component: ImageLib → HTMLTables
Comment 5•25 years ago
|
||
Oops. Make that karnaze.
Updated•25 years ago
|
Resolution: INVALID → ---
Status: NEW → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → DUPLICATE
Known issue of images without width/height tags
*** This bug has been marked as a duplicate of 17265 ***
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•25 years ago
|
||
Verifying as duplicate. Clarified title in the other bug to make it easier for
people to find.
You need to log in
before you can comment on or make changes to this bug.
Description
•