Skip to main content

High traffic optimizations

Comments

1 comment

  • cPWilliamL
    Hi, It can be difficult to say which settings may be reasonable. While you have provided requests statistics, it's still entirely dependent on site code efficiency as well as general connection speeds from your clients. When you see outages, what is the error from the client side? Are you seeing any errors in the Apache error_log at the same time? You also didn't mention the Apache MPM or PHP handler you are using. I would recommend ensuring you're using a threaded MPM like worker, and a PHP handler like CGI or FPM or LSAPI. Regarding the timeout, where are you seeing the running time? The access logs don't provide that information. The 404 could be filtering from something like mod_security. Thanks,
    0

Please sign in to leave a comment.