|
||||
Re: Random 2-3+ second page loads
Trying a different method, lets see if its better or worse.
__________________
TeckLyfe.com
At&t iPhone 8 Plus |
|
||||
Re: Random 2-3+ second page loads
So far it seems better to me. It is still recycling itself, but not as often and it doesn't seem to take as long. Now I'm getting random 1-2 second pauses, which is MUCH better than before.
|
|
||||
Re: Random 2-3+ second page loads
Quote:
honestly... sounds like an oldschool phpNUKE, or maybe a brute force attack for some credentials... no reason for memory leak prevention to occur so randomly, unless there is a constant feedback to overflow, even if its dummy data any admins piss anyone off lately?
__________________
Are you having problems after flashing a new ROM which noone else can reproduce? Here ya go
Link : http://forum.ppcgeeks.com/showthread.php?t=78427 Really? I'm glad I could help you... Let me know that I did by clicking this button you see on the bottom right of my posts. Your welcome |
|
||||
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. |
|
|
|