Wait (TTFB)

Time between the request finishing transmission and the first byte of the response arriving.

This is "time to first byte," and it is the phase that actually measures server-side work: routing, database queries, template rendering, anything the backend does before it starts writing a response. Network round-trip time is part of it too, so the same backend will show a larger wait time to a client on a slow or distant connection even if it did identical work.

Other timing phases