Hi all, There is a HTML5 feature to measure page load speed with Navigation Timing API. http://www.html5rocks.com/en/tutorials/webperformance/basics/
I am trying to find the page load times of the pages in my angular application. I see that the PerformanceTiming object (containing data about the performance metrics) does not refresh on route change. So the Performance Timing object stays the same through out the application, until it is refreshed. Basically routing is not having any effect on the object. Is there any fix which will be provided by angular or it is meant to be like that ? If not this, is there any way i can measure the page load time metric per page ? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
