Website speed test

Quick TTFB and payload hints from our network: first-byte timing, a capped body sample, and headers that describe size and compression.

Enter a URL to run a lightweight speed sample from our servers.

What this speed sample measures

“How fast is this URL?” usually means time to first byte (TTFB), how large the response is, and whether compression or caching headers look sane. Synthetic tests never tell the whole UX story, but they are fast signals for regressions after deploys or CDN changes.

We stream only the start of the response body to estimate TTFB without pulling multi-megabyte assets through our tool. Content-Length and encoding headers—when present—hint at full payload size and compression.

Combine with the latency and header tools when you are building a picture for an incident or a performance review.

How this tool works

Short technical summary of what runs on our servers when you click the button.

GET with redirect safety

We follow redirects with the same validation as other URL tools, then measure until the first chunk of body data arrives and a small sample is read.

TTFB vs total sample time

TTFB is when the first bytes arrive; total time includes reading a capped portion of the body so large pages do not exhaust bandwidth.

Public URLs only

Private hosts and SSRF-prone targets are blocked.