Hello All,
Sorry for reviving this old thread, but i was wondering if i could get some advice on configuring an optimal caching mechanism for my server and one domain in particular..
Here's my setup: CentOS 7.3 (64bit VPS-6=6.5GB RAM), cPanel/WHM (latest), Apache 2.4 prefork + MPM-ITK, php 7.1 + php-fpm enabled.
The site in question is expecting large traffic for a few days, and it is critical to make a good impression;
it is a pretty simple WordPress (latest) site; right now, i installed WP Super Cache and mod_deflate is on, and that has improved response time greatly...
However, i've not yet installed or configured 'real' caching mechanisms..
Already installed are:
mod_cache (Apache)
mod_cache_disk (Apache)
php71-php-opcache (PHP)
but, aside from installing them, i've not modified any config files.
What i'd really like to install and configure properly are:
mod_cache_socache (Apache)
mod_socache_memcache (Apache)
and APCu, but i can't find it in any cPanel package and, though i've no fear of the command line per-se, i'm very reluctant to install something that may only bring limited performance but introduce great instability...
oh, and, to make everything more complicated, i made the WP site all https for no good reason (aside from the coolness factor)
So, basically, any (constructive) input you may offer would be most welcome -- especially as regards configuration options
Thank you, and sorry for the hijack!!
PS: i modified the php-fpm pool settings for the domain with the following settings:
pm.max_children = 12
pm.max_requests = 200
pm.max_spare_servers = 8
pm.min_spare_servers = 1
pm.process_idle_timeout = 10
pm.start_servers = 1