25 Jul 2022 08:49 AM - last edited on 27 Jul 2022 04:24 PM by Ana_Kuzmenchuk
Hi All,
Kindly advise what could be the actual reason for getting 100% waiting in the PurePath?
I am getting the same response from 1 user to 40 user load.
Thanks & Regards,
Sanket_Molavade.
25 Jul 2022 09:13 AM - edited 25 Jul 2022 09:13 AM
Wait time in dynatrace is active wait time where your code waits on something, e.g. with Object.wait().
You can analyze it more in the Method Hotspots. There you can see which Methods cause the wait and see from where they are called in the reverse StackTrace.
02 Aug 2022 08:20 AM
Hi @pahofmann
When I try to check the method which causes the wait time then I get only inbuilt frameworks and not getting any method related to the application, then what will be my next step to reduce that wait time. can you please guide me.
02 Aug 2022 08:27 AM
You can expand the different parts of the stack trace more to go further up, till you see methods from your own code.
For Example the UTF8Json Generator takes 56.1% of that wait time, so I'd start there.