Discussion :: Javascript - CS
- Which of the following computation is correct to calculate the time taken for page load once the page is received from the server?
A.
responseEnd-loadEventEnd |
B.
loadEventEnd-responseEnd |
C.
loadEventEnd/responseEnd |
D.
responseEnd/loadEventEnd |
Answer : Option B
Explanation :
The time taken for page load once the page is received from the server: loadEventEnd-responseEnd.
Be The First To Comment