Hello dear Enhance Community,
Firstly, I just want to say how much I love this project! I recently transitioned from Plesk over to Enhance, and I’m really excited about the move. However, I could use a little help with optimizing the speed of my setup.
I have a Xeon server with 2TB SSD and 64GB of RAM. Running a WordPress shop(alot of products) with API connections on this setup feels a bit slow at times. The shop is connected to Cloudflare, and I have OpenLiteSpeed running, with Opcode cache enabled as well. Additionally, I’ve activated Redis through a WordPress plugin.
For my MariaDB configuration, I’ve made some changes to the my.cnf file like this:
ini
[mysqld]
skip-log-bin
ssl-ca=/etc/certs/mysql/ca.pem
#ssl-cert=/etc/mysql/ssl/cert.pem
#ssl-key=/etc/mysql/ssl/key.pem
innodb_buffer_pool_size=15048M
skip-name-resolve
default_authentication_plugin = mysql_native_password
skip-host-cache
innodb_flush_log_at_trx_commit=0
innodb_flush_log_at_trx_commit=2
I haven’t manually adjusted anything in the WordPress file folder yet since I wasn’t sure how much Enhance is already managing for me.
So, I’m reaching out to see if any of you might have suggestions for fine-tuning these settings or any experiences you can share. Are there additional steps I should take to improve speed, or adjustments to my current setup that could help?
Looking forward to hearing your thoughts and thanks in advance for your help