I have the PHP & MySQL, Linux website is running internet and people are accessing it. Often I get like this comment from some users which has displayed browser,
“The connection has timed out
The server at testsite.in http://testsite.in/ is taking too long to respond.”
What could be the problem ? Do I need to work on the coding or server ? I feel that coding is OK which very simple straight forward coding written.
I’m getting timeouts on the main page, and that seems to just be an index. Clearly either the server itself or your bandwidth is bogging down.
Running the ‘top’ command on the unix command line should tell you whether any processes are taking a lot of resources – use that as a start to determine whether your server is bogging down and why.