Technical

Time to First Byte (TTFB)

Time to First Byte (TTFB) is a metric that measures the duration between a user's HTTP request and the first byte of the server's response reaching the browser.

TTFB includes DNS lookup, TCP connection, TLS negotiation, and server processing time. Google considers TTFB good under 800ms. While not a Core Web Vital itself, TTFB directly impacts LCP — a slow server response delays everything that follows.

Common causes of high TTFB: slow database queries, unoptimized server-side rendering, missing CDN, distant server location, and cold starts on serverless platforms. On Vercel, cold starts can spike TTFB for infrequently accessed pages.

Optimize TTFB by using a CDN (Vercel Edge Network handles this), caching server responses where possible, optimizing database queries, using ISR or SSG for pages that do not need real-time data, and keeping serverless functions warm for critical paths.

Stop shipping broken SEO

Indxel validates your metadata, guards your CI/CD pipeline, and monitors indexation — so you never miss an SEO issue again.