By ricmedia
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
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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:
wget http://mysqltuner.com/mysqltuner.pl
Change the scripts permissions to be executable:
chmod +x mysqltuner.pl
```Run the mysqltuner.pl script. You will be prompted to enter in your MySQL administrative login and password:
./mysqltuner.pl
You should see some recommended values that you can tweak in the my.cmf file. This should help you optimize your database a bit.
Let me know if you have some questions.
Alex
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.