Vidyalelo
JavaScript · Q45

Performance Measures

Programming · JavaScript · question 45

Q45

What is the task of the Advanced Panel?

A.
Test stop running
Answer
B.
Loading the pages
C.
Skewing the results
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
In the Advanced panel, you can have the test stop running at document completion. That will tell us when the document.onload event is fired, instead of when all assets on the page are loaded.