Page 1 of 1
Extremely slow load times
Posted: Tue Jul 31, 2007 12:49 am
by woocha
For some reason, by website is loading extremely slow. I mean really really slow. Does anyone have any thoughts?
Re: Extremely slow load times
Posted: Sat Aug 04, 2007 3:02 pm
by garvinhicking
Hi!
Maybe you can ask your web provider about the load utilization of your server.
There are many things that can be done on server-side to increase page loads: More RAM, better CPU, better Harddrive, recent PHP versions, PHP bytecode caches, MYSQL query tuning, MYSQL Ram utilization. This itself is independent from Serendipity and globally applies to all PHP applications.
Best regards,
Garvin
Posted: Sat Aug 04, 2007 3:28 pm
by woocha
Thank you sir

Posted: Sun Aug 05, 2007 1:28 pm
by blog.brockha.us
If you are using Firefox you should install the
FireBug AddOn. This plugin is able to show you each loading time of any part of your site. In my case I identified a plugin consuming very long load times. I switched it off and had a very fast site again.
Perhaps it is not the provider but a slow plugin in your case, too?