Skip to content

Add time to the first byte metric

Kamil Trzciński requested to merge ttfb into master

This adds a metric how quickly a first byte of the response after the response headers are being written.

It can be useful to measure responsiveness of the web-server, but excluding the slowness of a client.

Edited by Kamil Trzciński

Merge request reports