Page Load Times

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Pierre M.

Re: Page Load Times

Post by Pierre M. »

I hope this wonderfull caching initiative will come into core for 2.0, maybe merged with the static caching Ted has spoken about.
Thank you.
PM
cyberman

Re: Page Load Times

Post by cyberman »

If you use eventmanager to delete cache after each content change, it works like Ted said :) (only a bit slower).
Pierre M.

Re: Page Load Times

Post by Pierre M. »

Great ! May be so great it should be in 2.0 core.
Thx.
PM
SMSS
New Member
New Member
Posts: 4
Joined: Fri Jan 12, 2007 1:52 am

Re: Page Load Times

Post by SMSS »

cyberman wrote: If you use eventmanager to delete cache after each content change, it works like Ted said :) (only a bit slower).
Hi--

This sounds like a nice idea, but I'm fairly new to CMSMS and I don't write php code... does anyone have the code for deleting the cached content?

Thanks!--

--SMSS
Pierre M.

Re: Page Load Times

Post by Pierre M. »

Using CMSms doesn't require any PHP knowledge.
See the admin console, there is a "clear cache" button.

I don't know the eventmanager, but I bet it doesn't require any PHP either. Just try it.

PM
websherpa

Re: Page Load Times

Post by websherpa »

Any suggestions for reasonable hosts that accept reseller accounts, where the server and database are optimized such that it would be good for CMSMS speed?  I am having severe speed issues with the CMSMS sites like www.posseproject.ca and the-doctors-office.ca.c1.previewmysite.com that are being hosted by BlueGenesis.com VMSOL shared package. 

The advantage for me there (since I hate their admin interface) was that many of my clients were already hosted by them through some ISP and they come nicely packaged with ASP / PHP on same platform (though it looks like their PHP implementation is a little ham-strung).

Thanks for any suggestions, my clients are getting a little antsy about the speed of their sites.

Wayne
Last edited by websherpa on Wed Jan 17, 2007 8:35 pm, edited 1 time in total.
Pierre M.

Re: Page Load Times

Post by Pierre M. »

Suggestions ? There are already suggestions in this thread. Why are you not happy with them ?
PM
wms
Forum Members
Forum Members
Posts: 204
Joined: Mon Feb 13, 2006 7:26 pm

Re: Page Load Times

Post by wms »

I've read through all of this and tried the cache function [which I don't know how to use the ccontent function without errors] and I'm constantly getting timeout messages while trying to load pages from my site:  http://www.goulbournsoccer.ca

I don't understand why my site is so slow ??? ??? ??? ??? ???


heeeeeeeeelp,

I'm using CMSMS v1.0.2.
Pierre M.

Re: Page Load Times

Post by Pierre M. »

Have you tried Apache's mod_cache for the front end ?
http://httpd.apache.org/docs/2.2/mod/mod_cache.html

Maybe it is your supplier and not your config ? How shared is your hosting ? Your hoster should love mod_cache.

PM
websherpa

Re: Page Load Times

Post by websherpa »

Pierre M. wrote: Suggestions ? There are already suggestions in this thread. Why are you not happy with them ?
PM
There are lots of lovely tweaks, thank you, but I asked for suggestions for CMSMS compatible HOST PROVIDERS.  I didn't see a suggestion like that in the thread.  Are they elsewhere in the forum and I missed it?  Thank you for your help.
cyberman

Re: Page Load Times

Post by cyberman »

As I see you are living in Canada. So it makes no sense to told you about good german providers  ;D.

But if you look at hosting by yourself it's important that hosting company garants there are not too much hosting accounts per server. 50-100 accounts are a good value. 1000 accounts per Server are bad. In germany you would get this cheaply :).

By myself I prefere a vserver ...
3dcandy

Re: Page Load Times

Post by 3dcandy »

You could try installing a different editor (TinyMCE) and using that...
Makes a difference on a couple of setups I have used
cyberman

Re: Page Load Times

Post by cyberman »

cyberman wrote:
polarduality wrote: Is there anything I can do to optimize the page load time?
If you are sure your hosting accout has gzip support you can try to change line 35 in index.php from

Code: Select all

@ob_start();
to

Code: Select all

@ob_start('ob_gzhandler');
Another option is

@ob_start('gz_handler');

You can speed up admin panel too. Open admin/header.php, go to line 5 and change it like suggested.
cyberman

Re: Page Load Times

Post by cyberman »

cyberman wrote:
cyberman wrote:

Code: Select all

@ob_start('ob_gzhandler');
Another option is

Code: Select all

@ob_start('gz_handler');
You can speed up admin panel too. Open admin/header.php, go to line 5 and change it like suggested.
Please try both options. Maybe the second one works for you (other suppositions) ...
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Page Load Times

Post by tsw »

probably not the whole truth, but still the windows graph looks pretty scary to me...

http://blogs.zdnet.com/threatchaos/?p=311
Locked

Return to “CMSMS Core”