Skip to content

11 Tips to Improve AngularJS Performance

Updated: at 04:12 PM

You’re going to have to look beyond the docs to improve AngularJS performance. Here is a primer on what you need to know.

Alex Kras gives a great run down of how to keep AngularJS apps performant. Suggestions include minimizing watchers, using bind once, avoiding ng-repeat, wise use of ng-if versus ng-show, and debouncing.

Read more on Alex Kras’s Blog