AngularJS renders HTML incredibly fast. But when rendering large DOM trees like containing tables with sort able columns, filtering and stuff ... it might get slower than you want ... While working on Orangevolt Ampere (which is heavily based on AngularJS) I realized a few remarkable performance tricks. The hints detailed in this article can improve AngularJS pages rendering up to 1000% and more -