You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I can see that one of my requests took 43633ms to complete in "Overall":
But it only took 15ms for the queries and the CProfile shows that it only took 43.619 seconds for all the function calls:
So how is the "overall" calculated and where are the 43633ms coming from?
Thanks
The text was updated successfully, but these errors were encountered:
Hi @imperiumdrive, obviously it is 43 619ms of code running + 15ms of query execution which totals to overall 43 634 (some rounding made it to 43 633). You may have some ineffective loops in your code.
Hi,
I can see that one of my requests took 43633ms to complete in "Overall":
But it only took 15ms for the queries and the CProfile shows that it only took 43.619 seconds for all the function calls:
So how is the "overall" calculated and where are the 43633ms coming from?
Thanks
The text was updated successfully, but these errors were encountered: