Closed
Bug 1466505
Opened 6 years ago
Closed 3 months ago
WWDC 2018 site’s performance is horrible in Firefox Nightly compared to release Safari or Chrome
Categories
(Core :: Graphics, defect, P5)
Core
Graphics
Tracking
()
RESOLVED
FIXED
People
(Reporter: robin, Unassigned)
References
()
Details
(Whiteboard: [gfx-noted])
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:62.0) Gecko/20100101 Firefox/62.0
Build ID: 20180603221731
Steps to reproduce:
Visited the new WWDC 2018 site: https://developer.apple.com/wwdc/
Actual results:
On first load I was getting very low fps on the video, then it took over a second to render text when scrolling down the page.
Expected results:
Chrome and Safari render this at at least 30fps, if not more, on my 2017 15" Macbook Pro.
Looking into the performance monitor, each paint during the video is taking over 100ms, and when scrolling down paint is taking anywhere between 350ms and 450ms per frame. I am running my main display scaled by one notch down if that makes any difference. Chrome’s paint during the scroll was 10ms for reference. This is with the default pipeline, not WebRender, on latest Nightly.
Reporter | ||
Comment 1•6 years ago
|
||
Just tested with WebRender turned on and performance is back up to Chrome levels. So I guess the easiest fix would just be to push WebRender out to release :)
Updated•6 years ago
|
Component: General → Untriaged
Comment 2•6 years ago
|
||
Super slow painting, all the time spent painting filters. We don't have accelerated filters on OSX (without WR), so this is 'expected' to be slow.
Component: Untriaged → Graphics
Product: Firefox → Core
Comment 3•6 years ago
|
||
Do we have plans to fix this other than shipping WR?
Priority: -- → P5
Whiteboard: [gfx-noted]
Updated•2 years ago
|
Severity: normal → S3
Comment 4•3 months ago
|
||
Performs well now.
Status: UNCONFIRMED → RESOLVED
Closed: 3 months ago
Depends on: fixed-by-webrender
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•