Which of the following computation is correct to calculate the time taken for page load once the page is received from the server?
Which of the following computation is correct to calculate the time taken for page load once the page is received from the server? Correct Answer loadEventEnd-responseEnd
The legacy PerformanceTiming.loadEventEnd read-only property returns an unsigned long representing the moment, in milliseconds since the UNIX epoch, when the load event handler terminated, that is when the load event is completed. The time taken for page load once the page is received from the server: loadEventEnd-responseEnd.