Please help me understand what waiting time is in a HTTP request. I have a RESTful node.js server. Client makes a HTTPS get request, the node server has to make a couple of SOAP calls to a web service. When I look at this request/response timing using Chrome developer tools, I see time is 931 ms. Blocking is 0.578 ms Sending is 0.163 ms Receiving 0.590 ms Waiting is 929.936 ms
Is the waiting the amount of time spent on the SOAP call? -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/e6132667-916b-45d4-bbf7-321a4cc086a3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
