Hi Jor,Instead of using performance.timing.loadEventEnd, you will have to calculate the timing at when you invoke your function.If you are calculating from performance.timing.navigationStart, you can use performance.now() to return the page load time at the point you invoke your function.Note, in s_...