Everyone. I have a simple website and database that loads extremely slowly. It is hosted on GoDaddy. If anyone has a minute, could you PM me and try and help identify the problem? I can pay Paypal for your troubles. Thank you very much!
you have 2 issues to look for.. 1. Too many queries made just to load a page. 2. Your scripts generate errors that you don't see. If it's PHP, put this at the top of your page/script: ini_set('display_errors','on'); error_reporting(E_ALL ^ E_NOTIFY); PHP: You can check your server's logs for the errors.