Performance
PerformanceMedium

TTFB (Time to First Byte)

Checks Time To First Byte — server response time. Target under 600ms.

What this check measures

Time from request to first response byte. Affects all downstream metrics (FCP, LCP). Over 600ms is flagged; over 1s is critical.

Why it matters

TTFB is the baseline — every other metric starts after TTFB. Slow TTFB makes good LCP impossible. CDNs and edge caching are the usual solutions.

search

How our audit detects it

Measure median TTFB over multiple requests. Report p75 value.

Typical findings

  • error_outlineTTFB 1.2s — SSR without cache.
  • error_outlineTTFB varies from 200ms to 2s — cold start on serverless.

How to fix

Cache SSR output at the edge. Use a CDN closer to users. Reduce DB queries per request. Consider moving from serverless to containers for heavy SSR.

Frequently asked questions

Does TTFB matter for SEO directly?expand_more
Not as a Core Web Vital, but affects all CWV metrics. Google considers server speed through page experience signals.

Want this checked on your site?

Pantra runs the full audit (SEO, Security, GEO, Performance, Schema, Technical, Images) in 10 seconds and generates stack-specific fix prompts.

Scan my site

Related checks