Hi,
We need to log external application i.e lsphp response time. So we are using the following log format.
Where %D is reponse time in miroseconds.
Here response time is 94221 micro seconds.
So it is 94.22 milli seconds.
But in browser it shows 80.78 ms.
So which one is showing wrong data or which one we have to consider
We need to log external application i.e lsphp response time. So we are using the following log format.
Apache config:
logFormat %{Host}i %h %t %>s %O %D \"%r\" %{User-agent}i

Here response time is 94221 micro seconds.
So it is 94.22 milli seconds.

But in browser it shows 80.78 ms.
So which one is showing wrong data or which one we have to consider