Start a new topic

BL Execution Time Limit Calculation

I'm sorry if this question has been answered elsewhere, but I'm really trying to understand how execution time in business logic is calculated. When calculating execution time, do you include the time required to send the response back to the client? Any clarification on this would be appreciated.
1 Comment

The execution time is the time it takes to compile the script and to run it. It does not include the time required to send the response back to the client.
Login or Signup to post a comment