In simple words, Latency is network latency (time spent by the network in transmitting data)
In JMeter, the wait time is the time when the request is sent to the server until the first byte of the response reaches the client / Jmeter. If the response time is very low, then you will not get an accurate measure of latency. If the response time is long, you may get the right measure.
In Jmeter, Latency is divided by measure as response time, i.e. ms / sec
Your 7sec in the browser (response time (processing time + latency) + rendering time) . In Jmeter, there is no rendering time (since it is not a browser). Although your rendering is very small compared to the response time, but in cases where the time spent on the content is significantly comparable. Therefore, it should be considered.
Hope this removes your doubts :)
source share