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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I'm trying to print a lot of elements to the DOM, but it is painfully slow.
However, the reason is caused by AnimateRunner and nothing else.
Note: I do not want to filter the elements further, but rather get to the bottom of why an un-needed component is stalling the entire browser
I have disabled ngAnimate, the page has no animations, yet the slowest part of the whole process is it's complete function.
Please see the profile below

Your suggestions are greatly appreciated.