Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Coffee Break: Join us on Wednesday, April 5th at 10am PT to chat with Ben Gaines, Director of Product Management for Adobe Analytics. Ben will be online to answer your Analytics and Adobe Summit questions.
SOLVED

Measurement logic behind getPageLoadTime plugin

Avatar

Level 2

Hi, we recently implemented page load speed tracking using the getPageLoadTime plugin:

https://docs.adobe.com/content/help/en/analytics/implementation/vars/plugins/getpageloadtime.html

Does anyone know what the measurement logic is behind this? Is it total page load? DOM Ready etc.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Taking a quick look at the plugin it seems like it is getting the delta between window.performance.timing.navigationStart and window.performance.timing.loadEventEnd.

 

(when the load event completed on current page) - (right after the unload completed on the previous page)

1 Reply

Avatar

Correct answer by
Community Advisor

Taking a quick look at the plugin it seems like it is getting the delta between window.performance.timing.navigationStart and window.performance.timing.loadEventEnd.

 

(when the load event completed on current page) - (right after the unload completed on the previous page)