Have you tried mixing dynamic cached (basic), object cache, and also database cache from it,Well W3TC didn't do anything to help
I just moved from apache to nginx + PHP-FPM, i feel faster when using nginx.I've decided to rent a beefy server for this site....... They are prepared to pay for something good, eg. 32gb ram, 8 core.....might be overkill, but....
Now, I'm just an apache, php, mysql, proftp guy....... So, can I ask you all , what configuration would be best?
cd /usr/local/directadmin/data/templates/custom
cp ../nginx_php.conf .
nano /usr/local/directadmin/data/templates/custom/nginx_php.conf
#Add the following lines at the bottom:
location / {
try_files $uri $uri/ /index.php?$args ;
}
#Rewrite configs:
chown diradmin:diradmin nginx_php.conf
cd /usr/local/directadmin/custombuild
./build rewrite_confs
I think change apache DeflateCompressionLevel to 1, its easy way to improve your client site, if you not using page cachingOk, we have worked out it's the menu items stated here https://sevenspark.com/wordpress/menu-item-limit
I changed the variables in php.ini to the suggested...... Didn't help one bit.....
Lol WordStress is a better name to call it.
is 3000 is the recommended standard for WP,max_input_vars
Setting it to anything, even 3k+ doesn't do anything, well, to fix this client's issue. ?is 3000 is the recommended standard for WP,
<IfModule mpm_event_module>
StartServers 6
MinSpareThreads 32
MaxSpareThreads 128
ThreadsPerChild 64
ServerLimit 32
MaxRequestWorkers 2048
MaxConnectionsPerChild 10000
</IfModule>
/usr/local/phpXX/var/log/php-fpm.log
WARNING: [pool XXX] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers)
/usr/local/phpXX/etc/php-fpm.conf
WARNING: [pool xxx] server reached max_children setting (10), consider raising it
I presume you mean from 40 to 100, because from 40 to 10 would be lowering it.Have upped it to 40 from 10,