Which of the following API can be used to get the timing without affecting the page loading process?
Which of the following API can be used to get the timing without affecting the page loading process? Correct Answer Navigation Timing API
The Navigation Timing API provides data that can be used to measure the performance of a web site. The timing code is on the page, so it affects how the page loads and the time that takes. The Navigation Timing API can be used to get the timing without affecting the page loading process.