Hi there, I am very impressed with the security and speed of the WordPress on Ubuntu 18.04 OneClick install, fastest WP I have ever used and scores over 90 on PageSpeed. I am just wondering exactly the customization’s to Ubuntu, MySQL, Apache etc that DigitalOcean does to make it run so fast? I picked up a few things in MySQL cnf’s but not sure that would increase the speed that much?
Cheers, Richie
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hello, Richie
You can optimize your database via phpMyAdmin or via ssh. You can also use a WordPress plugin to do that, this one is really good: https://wordpress.org/plugins/wp-dbmanager/
Also you can mysqltunner (it’s a really cool script written in perl). It will check your current mysql values and it will suggest some values to adjust in the my.cnf file:
Download the MySQLTuner script:
Change the scripts permissions to be executable:
./mysqltuner.pl