Okay so here's my issue, my forum constantly hangs at 'Sending Request' and returns unable to load error. I don't know what is causing this but I am sure that it is either server sided or a problem at the datacenter. However, my data center was not able to detect any issues. What can I do to get to the bottom of this?
Yes I looked, that file was last updated on 2/15 and the hanging is still happening everyday. I don't know where else to look.
There is a possibility that your server is running short of resources or your scripts are poorly written that is consuming all the resources you have thus making the site inaccessible. If its a Dedicated server or a VPS, you should check the resource usage at the time the website isnt loading for you. top c free -m ps -auxf will show you the processes that are running and the resources they are using. It may not immediately pinpoint the exact problem and may need more investigation.