Vidyalelo
JavaScript · Q88

Invocation And Performance Navigation

Programming · JavaScript · question 88

Q88

How do we stop blocking of loading and executing the perfLogger, a logging type data?

A.
Inlining the perfLogger
Answer
B.
Removing the perfLogger
C.
Placing the perfLogger before the “script” tag
D.
None of the mentione

Answer: Option A

Solution

Answer: Option A
Solution:
By inlining the perfLogger, we no longer block the loading and executing of it.