13 Aug 2019 04:08 AM - last edited on 27 Apr 2021 12:50 PM by MaciejNeumann
As you can see in this screenshot, the waterfall show me the processing is 20+ seconds, but when I drill down ot the relevant purepaths, they are of less than 1 second response time.
What could be the possible explanations for this?
Best Regards,
Wai Keat
Solved! Go to Solution.
13 Aug 2019 05:47 AM
Processing isn’t server time,
It is time spent in browser on parsing returned data. There can be for example building Dom in angular/jqiery based on returned Data etc. server time is only request.
Sebastian.