Matan · SEO · Performance
TTFB
Time to first byte is the wait before any HTML arrives — usually origin or TLS overhead.
Pass condition in our engine: TTFB is under 200ms (info/warning up to 500ms).
1. Problem description
A 600ms TTFB means the user stares at a blank screen before LCP can even start. Google’s guidance still treats TTFB as a diagnostic, not a Core Web Vital, but it strongly predicts LCP.
2. Most common causes
- Cold starts on serverless functions.
- Synchronous API calls in the HTML renderer.
- TLS handshake to a distant origin without a CDN.
3. How to fix it
- Put a CDN in front and cache anonymously cacheable pages.
- Pre-render or ISR static pages.
- Move slow data fetching off the critical HTML path.
Test this check
We fetch only this URL (plus robots.txt / llms.txt at the domain root when the check needs them). We do not crawl the rest of the site like a full report.
Scoring rules for the full site crawl are documented in methodology. Want every category at once? Generate a free report.
Get your free SEO & GEO report
Enter your URL and receive a full audit with scoring and recommendations. No sign-up required.