


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.
Views
Replies
Sign in to like this content
Total Likes
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)
Views
Replies
Sign in to like this content
Total Likes
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)
Views
Replies
Sign in to like this content
Total Likes