PHP: measure TTFB (Time To First Byte)

Viewed 2461

Since the TTFB can vary by every request, I want to make a statistic and get an average value for it. Does anyone know how I can measure this via PHP? The website bytecheck.com is able to analyze these data: Here is an example with example.com: http://www.bytecheck.com/results?resource=example.com

Does anyone a suggestions how I could achieve something like this?

Thanks in advance.

2 Answers
Related