tzssangglass commented on issue #8055:
URL: https://github.com/apache/apisix/issues/8055#issuecomment-1283646605

   > And The request_time field in the nginx log is 0.
   
   `request_time` is only the time for nginx to process the request, and does 
not include the transmission time for the network to send data to the client, 
if the network condition is poor.
   
   > 因此就怀疑请求是在网关这里被堆积了。所以想问下,这种情况可能会是什么原因导致的?
   
   You need to verify if the request is stacked first. You can grab network 
packets to see how long it takes to establish the link, Nginx's handshake queue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to