Unanswered question

manual response time of a page is 10 sec but in the tool it is 25 sec. HOw to fix reponse time difference?

in my application, for a particular page, If measure the response time manually it is 10 sec but in the tool it is 25 sec. Basically the page has couple of queries, which was different response time. After the response , all the response time values are summed up and total is more. how to fix this issue? All the request in the script is triggered parallel.

Yogeesh K.
Yogeesh K.

Yogeesh K.

Level
0
11 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

Have you checked that manually and in NeoLoad you have the exact same number of requests under that same page?

Also if you have resources make sure that they are not in the browser cache otherwise that may explain that response time difference.

NeoLoad does replay the resources of a page in parallel like the browser so you should not get such difference unless you are not comparing the same thing. Did you use the web browser console to make the comparaison?

Yogeesh K.
Yogeesh K.

Yogeesh K.

Level
0
11 / 100
points

HI Nouredine, This page has associate with the queries and no other resources. Which will pull the data from DB to dispaly on the page.SO when I measure that manually it is less but when i measure by neoload it is 1.5X. Please let me know if you have any suggestion

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

First make sure that in NeoLoad the requests are executed in parallel. Depending on the type of request they might be executed sequentially.

If the page response time is higher in NeoLoad you need to check if it's due to a particular request or if it's due to the sequential/parallel execution.

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

Hi, this required the ajax.play.sequentially=false option in the controller.properties, it is now resolved

Pradip K.
Pradip K.

Pradip K.

Level
0
19 / 100
points

Hi Neil , In which section of controller.properties we need to add " ajax.play.sequentially=false"?

when I searched in controller.properties file i didn't find this.

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

This option can be added under [Runtime] section of the controller.properties file.