Page 1 of 1
Performance of Website
Posted: Thu Feb 21, 2008 7:51 am
by Samval
Hi There,
I have just gone live with my CMS MS website. However, I see it takes a long time to generate a web page.
Are there any optimisation tricks or tips that I could use to speed up the website?
Any help would be appreciated.
Regards,
Re: Performance of Website
Posted: Thu Feb 21, 2008 8:39 am
by cubix
if you do a few searches of the forum... you may find some tips and tricks like removing the {stylesheet} tag etc..
Re: Performance of Website
Posted: Thu Feb 21, 2008 8:40 pm
by Pierre M.
Yes, use Google to search the forum for such words : speed, slow, performance, time, cache...
Pierre M.
Re: Performance of Website
Posted: Fri Feb 22, 2008 10:02 pm
by nivekiam
You also don't post much info. Take a look at the generated source of the page and see how many seconds it took to create the page. If that's high, then it's most likely your database that's the culprit.
Caching might help, a little, but a slow database will always equal a slow database driven site.
Re: Performance of Website
Posted: Fri Feb 22, 2008 10:08 pm
by calguy1000
Samval: and everybody else
From now on, posts that do not provide exact details of issues, and ways to reproduce problems will just be deleted. We don't have the time to fool with people that don't have the time to provide details.
'It takes a long time to generate a web page' doesn't help anybody. You're just wasting your time, and ours.
Re: Performance of Website
Posted: Sat Feb 23, 2008 12:57 pm
by applejack
Install eAccelerator if you are able to on your server and in the index.php file change @ob_start(); to @ob_start('ob_gzhandler'); if your server will handle gzip compression.
Re: Performance of Website
Posted: Sat Feb 23, 2008 1:51 pm
by Vin
Surprisingly, Tips & Tricks forum has a sticky thread named Speeding up CMSMS. You should look there:
http://forum.cmsmadesimple.org/index.php/topic,13809.0.html (read it all)
@Calguy: Getting OT, but when you delete the post which breakes the forum guidelines, will the poster be informed about why it was deleted? Something like automatic (and explaining) e-mail, or explaining post... for "education" purposes.