TTFB
Time to First Byte



Measures the duration from when a page starts loading to when the first byte of content is received from the server.Learn more
You just experienced a 2-second server delay before any content appeared. This entire page demonstrates Time to First Byte.
- 1Request Initiation
Browser initiates request for resource (HTML, API, etc.)
- 2Network Latency
DNS lookup, connection establishment, SSL handshake
- 3Server Processing
Database queries, API calls, content generation
- 4First Byte Response
Server sends first byte back to client - TTFB measured here
TTFB Formula: Request Start → First Byte Received
High TTFB delays everything else. Users see blank pages longer, and other resources can't start loading until the HTML arrives.
Note: You experienced 2 seconds of server delay before this content appeared. Real TTFB is affected by server response time, network conditions, and backend processing.