What is the significance of the "Average Load Event" parameter in the Ajax requests in a Virtual Page Dashboard. PFA image for reference.
Is it related to Ajax Callback method?
Is this
Hi Abhinav,
The VPs are often correlated to the Ajax calls. The section shows list of all related AJAX calls and the 'Average Load' tells the average of the number of calls made for that registered AJAX over a minute.
Regards,
Gaurav Soni
Thanks Gaurav.
My question was not on "Average Load", but on "After Load Event",
What no. does it represents and is this related to any Ajax Event?
"After Load Event" tell the number of such ajax requests that got called after the onload event completed.
Regards,
Gaurav Soni
Thanks Gaurav,
Is it window.onload, document.onload, body.onload ?
Which onload event handler is it attached to ?
Yes, that's document load event.
Thanks Gaurav for confirmation.