This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Slow ng-repeat because of AnimateRunner even without ngAnimate #14066
Closed
Description
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.
Your suggestions are greatly appreciated.