Unanswered question

Is It transactions response time includes client calls and server requests?

All sub request response times are not matching with transaction/page response time.
Note: All iteration has been submitted successfully and there was failures occurred during the execution.

RameshReddy M.
RameshReddy M.

RameshReddy M.

Level
0
22 / 100
points

Answers

christophe M.
christophe M.

christophe M.

Level
4
5000 / 5000
points
Team

This is because the requests of a page are played in parallel (typically 6 parallel connections at a time) as a real browser would do.

So the response time of the page is much shorter than the sum of response time of the requests.