logging of "response time"
i log the response time by the following option:
%D - Time taken to process the request, in millis
does this mean that the time includes the sum of:
- start of request
- application logic
- streaming the whole response (html text) back to client
?