Page load time capture in Angular JS 4 and above | Community
Skip to main content
Level 2
December 19, 2017
Solved

Page load time capture in Angular JS 4 and above

  • December 19, 2017
  • 2 replies
  • 2946 views

Hi,

We have implemented adobe through DTM for our Angular JS site. We are getting the page name and other custom tagging details, but noticed the page load time is same for across all the pages until that particular page is refreshed.

Will the same plug in work what we are using for J query or any other additional changes need to be done.

Thanks in advance.

Regards

Tirumal

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by aseelund

Do you have a data layer, or a key you can update with start and stop times to record angular's time of execution on client side?

Usually pageloadtime involves the data response time from request to response handling, maybe you could embed the response time into your api responses to provide detail to the frontend and measure the loadtime of data / ui update execution time?

2 replies

aseelund
aseelundAccepted solution
Level 3
December 19, 2017

Do you have a data layer, or a key you can update with start and stop times to record angular's time of execution on client side?

Usually pageloadtime involves the data response time from request to response handling, maybe you could embed the response time into your api responses to provide detail to the frontend and measure the loadtime of data / ui update execution time?

Gigazelle
Adobe Employee
Adobe Employee
January 3, 2018

Agreed with AJ here, you'll want to double check what the page load time is currently measuring, and adjust the plugin accordingly.