Hanging page loads every n loads

Posted by Christian on Server Fault See other posts from Server Fault or by Christian
Published on 2010-03-22T03:11:05Z Indexed on 2010/03/22 3:21 UTC
Read the original article Hit count: 422

Filed under:
|
|

Hi Guys

I recently moved my site to a new server (Apache 2, PHP5, MySQL5). The site is an Invision based forum. Every few posts / topics it just hangs. The data has been written because if you stop and reload, the post / thread is there. I thought it was a write issue initially, but nope. So, the data is written but the page load never completes. It doesn't leave the page where the data has been input.

Whats the best way to trouble shoot this issue? The only thing I have done recently is reduce my MySQL timeouts, but I can't see that being an issue as the values are still big enough and there are no mentions of timeouts in the MySQL log. (For the record there is nothing in PHP's error log either)

Thanks in advance!

© Server Fault or respective owner

Related posts about apache

Related posts about php