Opening menu is slow on salsitasoft.com on Firefox for Andoid, MacOS
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
Performance Impact | medium |
People
(Reporter: ksenia, Unassigned)
References
()
Details
(Keywords: perf:responsiveness)
As reported here https://github.com/webcompat/web-bugs/issues/38853
On Firefox for Android go to https://www.salsitasoft.com/contact and press on a hamburger menu.
Expected
Main menu opens up fast
Actual
A transition from hamburger to cross icon is taking a long time. The menu opens up slow
The site is using GSAP library for animations.
In this file https://www.salsitasoft.com/_nuxt/fb0bc1a49e62f8aae4c9.js menuEnterAnimation
and hamburgerAnimation
are the ones that being used for the transitions.
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 1•5 years ago
|
||
These animations are slow even on desktop (Nighly 71) on a 2017 MacBook Pro.
Note that it is quite responsive on both Safari and Chrome on the same hardware.
Thank you for the profile -- I see the bulk of the work in mozilla::gfx::DrawTargetTiled::DrawFilter
Comment 2•5 years ago
•
|
||
(edited title as it affects other platforms)
Surprisingly, these animations were quite responsive on the 2017 Windows 10 Reference Laptop -- DirectX vs OpenGL?
Updated•5 years ago
|
Comment 3•4 years ago
|
||
There's a color matrix SVG filter here that's getting software-rendering even with WebRender.
Updated•4 years ago
|
Comment 4•4 years ago
|
||
(In reply to Markus Stange [:mstange] from comment #3)
There's a color matrix SVG filter here that's getting software-rendering even with WebRender.
Do you know why?
Comment 5•4 years ago
|
||
Just checked again, I can no longer reproduce software filter rendering on this page. Maybe I was accidentally testing with WR disabled.
Updated•3 years ago
|
Updated•3 years ago
|
Description
•