View Single Post
  #29  
Old 05-05-2011, 10:53 AM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,339
The graph seems to indicate that some PHP processes (if not all of them) take 30-45 seconds to finish as requests in processing pile up from 5-30 seconds steadily. The Initial Request Timeout (30) and Retry Timeout (15) can explain why there is a dip for requests in processing at 50 sec mark (quite a few timed out as NOT yet finished processing).

So the issue is why PHP scripts took a long time (even timed out).
Reply With Quote