Why it matters
How long the server took to start answering, measured on our own request. A slow first byte delays everything downstream no matter how well the front end is built.
How to fix it
Cache the response, remove slow database queries from the request path, or move the origin closer to visitors with a CDN.