Closed
Bug 6145
Opened 26 years ago
Closed 25 years ago
Pages with really small background images are very slow..
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
M12
People
(Reporter: jonas_b, Assigned: dcone)
References
()
Details
(Whiteboard: [Perf])
The page uses a small background image (only 1x4 pixels) And that makes mozilla really slow, the page works ok in netscape 4.51 but when I try to scroll it in mozilla the program can freeze for 1-2 secounds on my k6-200 Mhz. But it works ok without the background image.
http://members.linuxstart.com/~jonas/urban/
/ Jonas Borgström
Updated•26 years ago
|
Assignee: kmcclusk → dcone
Comment 2•26 years ago
|
||
Don, I am reassigning this bug to you since you have been looking into DDB vs.
DIB performance on WIN32.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M8
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•25 years ago
|
Component: Layout → Style System
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•25 years ago
|
||
Added some Tiling code, recursively doubles the size of the background tile
until it can do about 4 big blits.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
Fixed in the June 14th Build.
Updated•25 years ago
|
Status: VERIFIED → REOPENED
Comment 5•25 years ago
|
||
Reopening. This same optimization needs to be applied to table cell background as
well. See this URL for an example:
http://messenger.netscape.com/bookmark/4_5/messengerstart.html
this is currently being used as the default page in messenger.
Updated•25 years ago
|
Resolution: FIXED → ---
Target Milestone: M7
Assignee | ||
Updated•25 years ago
|
Target Milestone: M12
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → DUPLICATE
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•25 years ago
|
||
Marking as a verified duplicate of 13375
You need to log in
before you can comment on or make changes to this bug.
Description
•