I am new to Angular (even though I am not new to the web development), so please take everything that I am about to say with a grain of salt. That being said, I watched a lot of talks and read a lot of articles relevant to Angular performance, and this post is the summary of my findings. 1. Minimize/Avoid Watchers Usually, if your Angular app is slow, it means that you either have too many watcher

