I monitored the performance of our JavaScript application using Chrome's Developer Tools.
The output looks like this:
I don't really understand what "XHR Load" exactly means. According to Google reference, "XHR Load" is an event. So, what exactly does it mean that the XHR Load took 3014ms (in total)? Does it mean that the execution of the function triggered by this event took 3014ms?
Check there https://developers.google.com/web/tools/chrome-devtools/evaluate-performance/performance-reference
XHR Load => An XMLHTTPRequest finished loading.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With