Open jtrussell opened 7 years ago
Is Angular's bind-once syntx the best workaround for the performance now?
Using ng-if
to not render collapsed children can give a huge performance boost - bind-once
would be interesting to experiment with.
Ok,so the next work is using ng-if
to not render collapsed children for the v2.
Yep, the bulk of the work will be in updating the tests to not rely on a particular template - many tests will break with this change :(.
Thanks for your all effort !
Feel free to dig in if you like :). You can submit PR's against the v2 branch.
Yes,I will ~
@Kuroky360 any progress with the performance boost? I'm hitting the limit too and the improvement would be very appreciated
@fhurta sorry for that
I.e. the second suggestion here should just be the default.
Probably should address #84.