Hi,
a customer is using DT to analyze the performance of his commercial application. in the purepaths we often see very long wait times (with the arrow icon next to it). When looking at the application using profiler the customer is not seeing these waits and I assume this is because the way we do things. That being said, the customer is interested to understand the reasons for these wait times.
Unfortunately, as this is a commercial application , we cannot share a session, but I'll appreciate your experience in helping analyze this.
Gil.
Answer by Andreas G. ·
This means that in your code somebody really calls the method "wait" which waits for about 1.5s. I would click on "Show all nodes" (top right of the purepath tree). Then you will see more details on who is calling wait
JANUARY 15, 3:00 PM GMT / 10:00 AM ET