Hi,
In Pure paths i noticed response time and total process time. In some cases i noticed different numbers.
What is difference between response time and total process time ?
Thanks,
Sathwika
Solved! Go to Solution.
This stems from asynchronity. A request can have async execution flows, possibly in parallel, possibly still running after response has already been sent. The time of async execution flows is added to the total processing time, but not to the response time.
Thanks for reply!!
Your answer is helpful.
Hi Christoph ,
so the time that is shown in response time is the actual time in which my pp got executed .. what is the need to knw processing time? Could you please help me know ?
Thanks
Swati
Is there a way to make the response time be the total processing time, or be able to view the total processing time when doing graphs, etc?