I can log into my site, i even manage to update contents but the error just come and go.
The instruction below is what Bluehost gave me to follow and i was able to get some idea.
How can you troubleshoot this?
Within your Bluehost cPanel under the logs category you will find the "CPU THROTTLING" icon. This tool will show you exactly how many seconds your account has been throttled during the past 24 hours. This data is valuable when analyzed along with other logs such as MySQL Slow Queries.
The MySQL Slow Queries log can help determine which queries or scripts are unoptimized. Login into cPanel. Look for the section called "Files" and click the icon called "File Manager". Start in the "Home Directory", choose Show Hidden Files, and then click Go. Once in the File Manager, look on the right side for a folder called "tmp" and navigate into that folder. Once inside the tmp folder, find a folder called "mysql_slow_queries". Navigate inside that folder.
Look for the files with recent dates and right-click on one of those files and choose "Code Edit". This will show the log details. Look for the logs where the Query_time is over 2 seconds. Queries that take over 2 seconds to execute usually need to be re factored.
These logs are generated to help troubleshoot database programming queries that are not optimized. Locate the query and database causing the problem, then optimize the query or queries by re-writing the query, creating an appropriate Database Index, repairing any damaged databases, etc. If you are not familiar with database programming, you may need to seek help from your web developer/programmer.
***** WE STRONGLY RECOMMEND THAT YOU BACKUP YOUR DATABASES BEFORE WORKING ON THEM *****
in the Mysql query, some queries are took 2.436871,4.684169,6.019225 and other queries took less than 2 seconds. I really don't know how to transfer this since i have no programming skills am only good at following instructions. Don't know if it is wise to post all the Msql queries here to see if you can help me figure it out.
NB: Visitors maps who's online plugin was stated in most of the queries that took so long, i don't know what this mean.
Thanks.