Why is my site so SLOW?
Permalink 1 user found helpful
I am a newbie to Concrete 5 and I actually took over this site. I have a development copy on the site and I can supply login info to anyone who would want to log in and tell me if the settings are way off or can figure out why it runs so slow.
site is at http://50.28.90.0/~lebanonf/index.php/login/...
site is at http://50.28.90.0/~lebanonf/index.php/login/...
Looking at the site, one thing you could do is compress the content with gzip. That will often speed things up quite a bit. All you have to do is add the content described in this post to your root .htaccess:http://www.concrete5.org/community/forums/chat/gzip-and-concrete5/#...
Also make sure you have concrete5's caching enabled, as that can sometimes help quite a bit. You can read about caching here:http://www.concrete5.org/documentation/using-concrete5/dashboard/sy...
EDIT: One other thing, for the gzip stuff to work you need to make sure apache has mod_deflate enabled.