Hello,
I am facing a high wait time on application during load testing. The related call is made to a webservice (SOAP)
What can be the possible ways to improve the response time ?
Thanks.
Best Regard,
Answer by Sebastian K. ·
In general this looks like waiting for SOAP response. Until transaction went back, thread is on waiting state. If SOAP was responded fast, check how much time was taken between starting execution on your application side and reaching soap service. It may be issue with application. I suggest as well CPU sampling during loadtest.
Sebastian
Hello Sébastien,
Thank you for your reply.
After checking the SOAP service was not responding fast.
Best Regards,
Fousseyni B.
Answer by Babar Q. ·
Hello @Bouare F.
First of all look for the PurePath Hotspots and the main contributors to the transaction. 120 seconds or 2 minutes means something is configured for the timeout purpose.
Secondly, there is a huge inter-tier time between two Java apps/tiers, therefore, we will have to understand this time further during the analysis.
Regards,
Babar
Hello @Babar Q,
Thank you for your reply.
The Wait Total[ms] equals the Wait[ms]. And The Wait method is the main contributor to the transaction and the purepath hotspot.
Best Regards,
Fousseyni B.
Hello @Bouare F.
Can you export the session of transaction/purepath and share it for the analysis?
Regards,
Babar
JANUARY 15, 3:00 PM GMT / 10:00 AM ET