Question
Migrated my wordpress over . why is it so slow ?
I copied the files , dump the sql , setup a LAMP , installed virtualmin and setup mysql with identical username and identical password on the cheapest droplet.
This is my new site:
http://newserver.solvith.com/wordpress/
It takes almost 5 minutes to load the page and i have no error log as a starting point to debug.
Could anyone advise ? i am new to linux
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.
×
in addition , mysql runs at about 10% mem usage.
This wordpress is pretty small with less than 150 posts.
When I try to access the site, I receive a “Error establishing a database connection” error message. That would presumably generate a more detailed message in
/var/log/apache2/error.log
Without more information, my best advice is to disable all of your plugins. Then check how quickly the page loads. If it loads fine, re-enable the plugins one by one until you find out which one might be the cause of the issue.