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.
