<div dir="ltr">Hey all,<div><br></div><div>we used $request_time in the past to measure how long it took to serve certain pages, this was never the problem, because there was something in front of nginx, thus, the client read/write operatings didn't influence the $request_time as much as a real client would.</div>
<div><br></div><div>However, now, that we'd like to skip that extra level of indirection, we can't actually measure the time it took to actually process the request, as $request_time now kind of doubles because internet clients are slow usually.</div>
<div><br></div><div>So is there a way to log the time the request handler required to "just handle the request internally", without the reads and writes from/to the client?</div><div><br></div><div>Many thanks in advance,</div>
<div>Christian Parpart.</div></div>