digitaliway

Active Member
Feb 17, 2015
33
3
58
cPanel Access Level
Root Administrator
I am running php-fpm and memcached on the server with all sites having pool options set to: 5 max children, 10 Process idle and 20 max requests. this was the default when I enabled php-fpm.

I would like to know what the best settings are for a high traffic site as I am starting to see some major slow down for various sites since getting php-fpm running.
 

Anoop P Alias

Well-Known Member
Mar 31, 2015
103
16
18
Kochi,Kerala,India
cPanel Access Level
Root Administrator
php-fpm settings are almost similar to Apache Pre-fork ones.

The most children spawned and in standby would be apt for a high traffic site as there is a ramp up time for new process in case the above settings are too low.

Also you must consider installing an OpCode cache and script level caches to speed up website as PHP is not the fastest language out there
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
  • Like
Reactions: Sametto Chan