I have a cakephp website hosted on hostgator shared server. I got an email from hostgator stating that a temporary block has been placed on the database and that the database associated with the script was found to be consuming an inordinate amount of processor time.
During the chat they told me to add some caching mechanism and that they do not have any specific recommendations for this script. The Cakephp already has its caching mechanism. Running processes showed "/home1/site/public_html/app/webroot/index.php" called again and again.
This is the third time it has happened. There is no traffic on the site. The database is optimized. I have changed the database to innoDB so as to avoid possibility of table lock last time but this has happened again.
Any help appreciated!