Enter your music venue website URL to measure its response time.
Glossary of Metrics
HTTP Status Code
The response code sent by the server.
Example: 200 = OK, 404 = Not Found, 500 = Server Error.
Total Time
The total time it took to load the page, from request start to final byte received.
DNS Lookup Time
The time needed to convert the website name (example.com) into the IP address of the server.
Connection Time
The time required to establish a connection with the server after the DNS lookup finishes.
Time to First Byte (TTFB)
The time until the server sends the first byte of data. Includes server processing and network delay.
Downloaded Size
The size of the content received for this request (mainly HTML), measured in kilobytes (KB).
Download Speed
The average speed at which content was downloaded, measured in KB/s.