Closed
Bug 1152405
Opened 10 years ago
Closed 2 years ago
Painting is slow while scrolling Amazon.com product pages
Categories
(Core :: Graphics, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: vladan, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: gfx-noted [platform-rel-Amazon][platform-rel-AmazonShopping])
Example page:
http://www.amazon.com/Logitech-G100s-Optical-Gaming-Mouse/dp/B00BCEK2LK
Profile from above page, captured with Nightly 2015-04-07 on Windows 7 64-bit:
http://people.mozilla.org/~bgirard/cleopatra/#report=d5cb2348073d34b8bd2c6b401a0da2b2fa12a79f
This was originally a user complaint on OS X in bug 1151866, reproduced by Soledad with Nightly on OS X
Reporter | ||
Updated•10 years ago
|
Summary: Painting is slow on Amazon.com product pages → Painting during scrolling is slow on Amazon.com product pages
Reporter | ||
Updated•10 years ago
|
Summary: Painting during scrolling is slow on Amazon.com product pages → Painting is slow while scrolling Amazon.com product pages
Comment 1•10 years ago
|
||
This seems to run pretty well on my retina MBP. We mostly stay around 60fps. There's some bad stuff going on with D2D but that's probably unrelated to the original issue.
Updated•10 years ago
|
Blocks: paint-fast
Whiteboard: gfx-noted
Comment 2•10 years ago
|
||
Seems like 3 issues here from the profile
1) We're painting an Inactive layer (21% cpu usage).
2) 50% of the time is spent in nsDisplayTableBorderBackground.
3) nsDisplayText::Paint takes a while
On Mac, without CSRD, I can't checkerboard much anymore. We checkerboard a lot worse on Gecko 39.
Updated•8 years ago
|
platform-rel: --- → ?
Whiteboard: gfx-noted → gfx-noted [platform-rel-Amazon][platform-rel-AmazonShopping]
Updated•8 years ago
|
platform-rel: ? → ---
Updated•7 years ago
|
Priority: -- → P3
Comment 3•3 years ago
|
||
I've been in Amazon a lot in the last week. No slowness here - macbook pro + FIrefox 98.0b6.
Does anyone believe this issue still exists?
Updated•2 years ago
|
Severity: normal → S3
Comment 4•2 years ago
|
||
Unable to reproduce in current versions.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•