6 ms·
> EXTREME performance [Violation] 'requestAnimationFrame' handler took 1210ms Tried a few of the demo's and they're very sluggish.
by caspervonb 6y ago
> EXTREME performance
[Violation] 'requestAnimationFrame' handler took 1210ms
Tried a few of the demo's and they're very sluggish.
- tobiu 6y agoit would be helpful if you can provide more details. e.g. os, browser. on my end it looks like this: https://www.youtube.com/watch?v=BhSZS6_UlO4 https://www.youtube.com/watch?v=BhSZS6_UlO4 (actually better, video-recording is slowing it down) the helix is an extreme performance demo, since it is neither using canvas, svg nor webGL. just 300 div nodes which get adjusted in parallel. managed to get > 30k dom manipulations per second (console logs for details) it might make sense to adjust the configs of this component for your setup, but can not really help without details.