Re: Random 2-3+ second page loads
In the PHP FastCGI documentation, it says this is a normal process and depending on how PHP is compiled, its supposed to recognize a max request variable and recycle once it hits that mark.
For example, if you have 1 PHP process and set the max requests to 1,000, then it should recycle the process when it does 1,000 requests.
|