Timeouts and timing phases
On this page
All API checks are capped at a timeout of 30 seconds. With each request, we record the most relevant timing phases. This can help you troubleshoot slow responses, e.g. your DNS might be slow.
The timing phases correspond to the Node.js request library timing phases:
wait
: Duration of socket initializationdns
: Duration of DNS lookuptcp
: Duration of TCP connectionfirstByte
: Duration of HTTP server responsedownload
: Duration of HTTP download