Q. 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: (B)
loadEventEnd-responseEnd
Explanation: The time taken for page load once the page is received from the server: loadEventEnd-responseEnd.