Closed
Bug 849953
Opened 13 years ago
Closed 4 years ago
Slow scrolling on wikia
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: perf)
Scrolling on http://terraria.wikia.com/wiki/Monsters is painfully slow (~3 fps).
Mac Nightly built from http://hg.mozilla.org/projects/ux/rev/d984119f7f6f
Comment 1•13 years ago
|
||
There's nearly full page invalidation happening here.
The profile has some expensive drawing happening but the bigger problems seems to be too much drawing.
Component: Graphics → Layout
Comment 2•13 years ago
|
||
This page has background-attachment:fixed on a frame other than the actual page background.
We can't scroll those without repainting at the moment.
Comment 3•9 years ago
|
||
This seems fine now, at least on Desktop. I can scroll wikia pages just fine on my MacBook Pro.
Comment 4•4 years ago
|
||
WFM per comment 3
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•