How to test rendering speed in Angular
问题 We're building an Angular app, and we're trying to figure out how to get some benchmarks on how long it takes to render various pages. I've read about performance.timing here, but that seems to only be useful with non-single page applications as when I navigate to new views in our app, the timing numbers do not change. Ideally, we'd be able to insert some code that gets render time for various views and posts it our our Big Query service. Any ideas on how to get some timing information for