I have upgraded an existing MVC based applicaiton to Angular 5 application. The avg page load time was 3.5 secounds earlier when it was MVC and still remain almost similar when upgraded to Angular 5. With the Angular 5 application, i can clearly see that the page route happens in blink of second, but the same is not seen in GA report.
I am using google tag manager and am able to see the pageView event sent to GA on every page load. I have followed steps mentioned in : https://developers.google.com/analytics/devguides/collection/analyticsjs/single-page-applications
and
Angular 4+ using Google Analytics
My question 1. how is Avg page load time calulated ? Does it count only complete page load - when we refresh the page or only first load ? 2. Should i change any implementation ?
