Check server response time and page load speed: DNS, TCP, TLS, TTFB and total time.
The 101IP Page Speed tool measures server response time across all connection phases: DNS resolution, TCP handshake, TLS negotiation, Time to First Byte (TTFB), and total page load time.
Measurements are made from 101IP servers, so results reflect server response speed, not the time to load all assets (CSS, JS, images) in a user's browser.
TTFB (Time To First Byte) is the time elapsed from sending a request to receiving the first byte of data from the server. It reflects the performance of your hosting and back-end logic. In this tool, values under 200 ms are excellent, 200–500 ms are acceptable, and anything higher indicates a need to optimize the server — for example, by enabling caching or tuning the web server configuration.
A high TLS handshake time is often caused by outdated cipher suites or an overly long SSL certificate chain. The page speed tool captures this phase separately so you can optimize HTTPS performance. Enabling TLS 1.3, disabling legacy ciphers, and minimizing intermediate certificates can reduce handshake time by 30–50%.
Yes, the size of the HTML document directly affects how long it takes to transfer data from the server to the browser. This tool shows the page size in bytes after the response is received. If the HTML exceeds 100–200 KB, it may slow down overall load time, especially when TTFB is already high. Check whether large inline scripts or styles are embedded in the HTML, and enable Gzip or Brotli compression on the server.