Skip to content
weballin

weballin DIGIWIKI

Time to First Byte

Time to First Byte (TTFB) is the time it takes for the browser to receive the first byte of the response after sending an HTTP request to the server.

weballin

TTFB measures the time from request to receiving the first response byte. This is not the same as the execution time of your server code, as network latency, connection establishment, server processing, and cache status may affect it.

Observe request path, user location, and cache hits separately. When adding a cache, we also verify the nature of the response to ensure that login information or personalized data is not passed on to other users.

References