Unanswered question

Difference in average page response time when response times of the sub requests are collated for the same page ?

Hi,

I am using Neoload tool for performing a Load test on Dynamic CRM application.
In the results I observe a difference upon calculating page response time and response times of its sub requests.

Consider below example -
Consider Page A with 5 requests. Requests are of type .js, .css, .aspx etc.

Avg page response time displayed for page A is not equal to sum of avg. response times of the requests under page A.

Please let us know how its calculated.

Kshama J.
Kshama J.

Kshama J.

Level
0
1 / 100
point

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

Most of the time requests (ie resources) under a page are executed in parallel. That's why you can't sum up the average response time of the requests. This is what browser does so this is an expected behavior.