What is a simple way to measure the duration of the angularjs digest cycle? There exist various methods to analyze the performance of the digest cycle, however each comes with its own pitfals:
- Chrome Profiler: Too many details, does not break down the digest cycle in an easy-to-find manner
- Batarang (AngularJS browser plugin): Too much overhead, slow refresh rate, explodes with large apps.
... there must be a better way ?!1?
See Question&Answers more detail:os