Non-persistent (a.k.a. HTTP 1.0) is one of two types of HTTP connections. In non-persistent HTTP, a new client-server connection is established every time a client requests a response object from the server.
Read more about persistent and non-persistent HTTP here.
The response time is determined by making an HTTP GET request to the web page URL and measuring the time it takes for the first object to be returned.
Where RTT is the
Free Resources