Frontend & browser·Performance and Core Web Vitals
the browser sat waiting with an empty tab before a single byte of HTML came back.
Time to first byte
Also calledTTFB
The interval from starting the navigation to the first byte of the response, covering redirects, DNS, connection setup and the server's own thinking time. It is the floor under every other loading metric: nothing can paint sooner than this. A slow one is usually a server or origin problem rather than a frontend one, which makes it the first number to check before optimising anything in the browser.