Thanks Maxim for the explanation.
Is there a way to figure out how much time Nginx took to deliver the files
to the end user.
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,288938,289054#msg-289054
___
nginx mailing list
nginx@nginx.org
htt
Hello!
On Mon, Aug 03, 2020 at 03:54:15PM -0400, anish10dec wrote:
> In our case response body is of size around 4MB to 8MB and its showing
> 0.000.
>
> Since "request time" is for analyzing the time taken for delivering the
> content to client , we are not able to get the actual value or time t
In our case response body is of size around 4MB to 8MB and its showing
0.000.
Since "request time" is for analyzing the time taken for delivering the
content to client , we are not able to get the actual value or time taken .
Even on slow user connection its showing 0.000 .
Generally it should b
Hello!
On Sat, Aug 01, 2020 at 04:31:14PM -0400, anish10dec wrote:
> We are observing a behavior where request time and upstream response time is
> logged as same value when request is MISS in log file.
>
> And when there is HIT for the request , request time is logged as 0.000 for
> all the req
We are observing a behavior where request time and upstream response time is
logged as same value when request is MISS in log file.
And when there is HIT for the request , request time is logged as 0.000 for
all the requests.
Please help what could be the reason for this , we tried compiling from