measures the time from requesting a page to the arrival of the first byte of the server response. TTFB is not a Core Web Vital itself, but it strongly influences : if the server responds slowly, no front-end optimisation can fully rescue the LCP.

A high TTFB often points to slow hosting, missing or unoptimised database queries. Measures to improve it include:

  • good hosting plus page, object and edge caching,
  • database optimisation and server-side caching in the ,
  • a for static content,
  • modern protocols such as /2 or HTTP/3 and compression,
  • avoiding unnecessary .

TTFB becomes visible in tools such as WebPageTest or the Chrome DevTools waterfall analysis.