Closed
Bug 558293
Opened 15 years ago
Closed 15 years ago
Page almost unscrollable due to bad performance
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bugzilla, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(3 files)
Build ID: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a5pre) Gecko/20100408 Minefield/3.7a5pre
1. Go to http://crystal-castles.tumblr.com/
2. Scroll page once the images are loaded
Actual Results: almost unscrollable
Expected results: Smooth scrolling like Opera, Chrome and IE
Reporter | ||
Updated•15 years ago
|
Status: NEW → UNCONFIRMED
Ever confirmed: false
Reporter | ||
Comment 1•15 years ago
|
||
Enabling Direct2D support just made the performance worser
Reporter | ||
Comment 2•15 years ago
|
||
Reporter | ||
Comment 3•15 years ago
|
||
Reporter | ||
Comment 4•15 years ago
|
||
Reporter | ||
Updated•15 years ago
|
![]() |
||
Comment 5•15 years ago
|
||
Yep. Painting is expensive. That said, d2d _should_ help this on supported hardware, and the layers work would also help...
This doesn't look like a painting problem to me. Scrolling by page-downs is actually quite fast. Scrolling by lines is slow. Presumably it's something to do with the way we break up the page into rects to be scrolled and rects to be ignored. Hopefully layer-based scrolling will fix this.
Reporter | ||
Comment 7•15 years ago
|
||
Maybe obvious, but removing the position:fixed on the left div makes scrolling smooth
Ridiculously fast with retained layers.
Depends on: 564991
Updated•15 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 9•15 years ago
|
||
I can no longer see any performance issues on this page with the retained layers hourlies. If anyone feels this bug should be closed please do so.
Nice work roc!
Reporter | ||
Comment 10•15 years ago
|
||
Very smooth now! Fixed by 564991 I assume
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•