What is “Time to First Byte” & Why is it Important
Time to First Byte (TTFB) is a measurement used as to indicate a website’s responsiveness. It measures the amount of time between creating a connection to the server and downloading the contents of a web page. The metric is the sum of “Redirect Duration” + “Connection Duration” + “Backend Duration” and it a key indicators of web performance.
READ MORE