You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking in our mweb page (new homepage) to see how it performed performance-wise with 6x CPU slowdown. I was glad that most of the page was very smooth with no slowdowns. However, some of our modules have significant jank when horizontally scrolling (about 1-2 FPS). After some digging, I found out that the offending modules used clipped text for accessibility, and when I turn off the ‘clip-path’ attribute from skin’s clipped class in devtools, the jank disappears and it scrolls as smoothly as the rest of the page.
Solution: remove clip-path attribute until Chrome issue is fixed. Browser will fallback to clip property. The clip property is deprecated, so we will need to keep a close eye on this situation.
Issue found by @scttdavs (thanks Scott!)
The text was updated successfully, but these errors were encountered: