What should be the maximum number of concurrent “watches”? Technology Community › Category: AngularJS › What should be the maximum number of concurrent “watches”? 0 Vote Up Vote Down VietMX Staff asked 4 years ago To reduce memory consumption and improve performance it is a good idea to limit the number of watches on a page to 2,000. A utility called ng-stats can help track your watch count and digest cycles.