Closed
Bug 28578
Opened 25 years ago
Closed 25 years ago
Attached background image causes extremely slow page drawing
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: dead, Assigned: pavlov)
Details
(Keywords: perf)
Attachments
(2 files)
The attached background image causes the page to layout EXTREMELY slowly.
Scrolling the page makes the browser become nearly nonresponsive.
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
Comment 4•25 years ago
|
||
I looked at this on windows.. and the tiling is using the optimized code..
takes the blitting from 300 to about 12 blits. Seems to be very responsive on
my windows machine. The Tile is 3 by 6048 pixels. It seems to be working as
designed.. maybee there is something strange happening on Linux. Pav can you
look at this and make sure it going thru the optimized code. Everything looks
good to me (on NT and Mac for sure). The only thing I could imagine is that
blitting large bitmaps are slower on Linux.. maybee a clipping issue.. not sure.
Also.. the attachment did not work. I downloaded the background image and made
my own page to test this. I could see the html from the last attachment, but
the background did not load. This could also be a problem downloading the
image.. I dealt with a bug a while ago that said backgrounds were slow.. it
ended up being slow loads from the server where the image came from.
Assignee: dcone → pavlov
Reporter | ||
Comment 5•25 years ago
|
||
I probably should have made the attached test page use the attached background
image's URL instead of using the relative URL "classback.gif". I'm almost
positive this is not a slow load from the server because I can reproduce with
all of the files on my hard drive.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M17
Assignee | ||
Comment 7•25 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•