My site sometimes loads pages very slowly. Other times it flies along. Images have all been optimised and when it reaches the point of rendering images it never slows down.
This points to it happening in the initialisation stages, ie when application_top.php is executing. The most likely culprit is the autoloading (autoload_func.php) part of it.
Does that seem likely? If so, why would it happen only occasionally?
Something else I've noticed is that the problem sometimes happens after a period of inactivity. Does something time out?
If anyone is interested in seeing what I'm on about the URL is www.alphabetcat.co.uk. The first thing that happens is that an index page redirects to the main home page. If things are running slowly you just see a blank page (it doesn't even say loading page ... at the bottom of the browser) - another pointer to it being a startup problem as it obviously hasn't even started rendering the page.
Sorry to ramble on a bit but I thought I'd mention the various things I've noticed in the hope that it rings a bell with someone.
Apologies as well for posting the same question for a second time but I thought that adding a bit more detail might help.
Thanks,
Bob



