Skip to main content

All Questions

0 votes
1 answer
277 views

Is there a way to improve MutationObserver performance in IE 11?

we're having issues rendering some graphs in a complex screen with a lot http calls. In chrome and some new browsers works nicely, but in IE11 is blocking all the UI. I'm not sure how to resolve this, ...
Sergio Moreno's user avatar
1 vote
2 answers
1k views

Scroll Event is too choppy in IE11 and Chrome is suggesting to improve RAIL performance in my React App

I am facing an issue of performance bottleneck where I am not able to improve the animation applied to my table columns on scroll. The problem statement is to freeze first three column of my grid ...
Rohit Choudhary's user avatar