Performance cliff on arewefluentyet.com
Categories
(Core :: Graphics: Canvas2D, defect, P3)
Tracking
()
People
(Reporter: zbraniecki, Unassigned)
References
Details
This has been originally reported as https://github.com/projectfluent/arewefluentyet.com/issues/10
Steps to reproduce:
- Open https://arewefluentyet.com/
- Move your mouse from left edge of the graph to the right, and back
Current result:
At some point the graph chokes and the CPU usage spikes and the browser hangs
Expected result:
Normal behavior
=======
This is not reproducible in Chrome or Safari.
Comment 1•6 years ago
|
||
When I test with webrender I get a smaller version of the graph offset and super imposed on the page.
Comment 2•6 years ago
|
||
This bug appears to have been initially reported on windows with the Direct2D backend, however on linux with skia software I also see the smaller version of the graph and bad performance, most of the time being spent in gfx::AplhaBloxBlur to render some text with shadows, which is odd looking at the rendered graph.
The issue with D2D might be different (I don't have the windows machine to test handy).
Comment 3•6 years ago
|
||
I was testing on mac. Without webrender I do not see the smaller version of the graph, but I see the bad performance with and without webrender.
Updated•6 years ago
|
Updated•6 years ago
|
Comment 4•6 years ago
|
||
When I test(In reply to Timothy Nikkel (:tnikkel) from comment #1)
When I test with webrender I get a smaller version of the graph offset and super imposed on the page.
Getting the same result while repeatedly moving mouse fast from left to right.
Updated•3 years ago
|
Comment 5•3 years ago
|
||
This was fixed on the site with this change.
Description
•