z5labs / chatio

A Peer to Peer Audio/Video PWA Client
https://z5labs.github.io/chatio
6 stars 3 forks source link

bug(css): will-change property consumes too much memory on firefox #20

Open Zaba505 opened 3 years ago

Zaba505 commented 3 years ago

Some Quasar CSS is using will-change to hint to the browser about a property which will be animated at some point. However, Firefox retains this hint for too, consuming too much memory and potentially hurting performance. For more see, “Will-change memory consumption is too high” firefox issue?.