πŸ“Š JavaScript
Q. 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
πŸ’¬ Discuss
βœ… Correct Answer: (B) loadEventEnd-responseEnd

Explanation: The time taken for page load once the page is received from the server: loadEventEnd-responseEnd.

Explanation by: Mr. Dubey
The time taken for page load once the page is received from the server: loadEventEnd-responseEnd.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
120
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
90%
Success Rate