General performance tuning

anewday

Well-Known Member
#21
If you do not use suEXEC, 20-40 should be a good value for PHP_LSAPI_CHILDREN and "Max Conns".
If you use suEXEC, set "PHP suEXEC Max Conn" between 5-10 is a good start point.

We usually set static RPS to 20, and set dynamic RPS to 1. you can also set connection limits and bandwidth throttling for anti-DDoS purpose.
Isn't that too low for a forum since it has many php pages and restricting it to 1 a second will slow down the loading times.
 
Top