cmsmadesimple site too slow...

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.
alfredo

cmsmadesimple site too slow...

Post by alfredo »

Hello,


I'm running latest cmsms version at http://spanishtranslation.ws/


But I notice site takes too long to load. It's not a hosting overload problem, I know that for sure.


Perhaps this has to do with the fact my php memory is only 8 MB ???


        Thanks in advance.
Pierre M.

Re: cmsmadesimple site too slow...

Post by Pierre M. »

Site too slow ? Performance problem ?
Join the club of the static pages : http://forum.cmsmadesimple.org/index.ph ... 678.0.html
It could be really cool if you help find a technical solution :-)

PM
alfredo

Re: cmsmadesimple site too slow...

Post by alfredo »

I don't have the technical ability to solve this  :(


I turned a simple static site to cmsms, with great ease, planned to turn a bigger one too but now I don't know what to do ... :-\

cmsms looks and works great for the most part except for this...
stevegan

Re: cmsmadesimple site too slow...

Post by stevegan »

I have the same issue that you do Alfredo. I posted about it here: http://forum.cmsmadesimple.org/index.ph ... 827.0.html a couple of months back but I still haven't found a solution.

I'm somewhat used to the 5-10 sec load times for each page but it's the 60+ sec load times for the admin which really kill it for me.

Hope you have better luck than me.
cyberman

Re: cmsmadesimple site too slow...

Post by cyberman »

alfredo wrote: But I notice site takes too long to load.
Perhaps it could help to slim CMSms. Here are some hints:
  • Deinstall/delete all unused things like module, tags, module/admin translations (also unused FCKEd plugin translations). Be sure you don't need it (it's sometimes a little bit difficult with files inside /plugins).
  • Than you should think about which modules from default installation you really need. IMHO there are some modules you don't need really every day. Made a look at your current website and think you don't need following modules: CMSMailer, ModuleManager, nuSOAP, ThemeManager - deinstall AND delete it.
    [li]Use the replacement for {stylesheet} tag in attachment  ;) ... please read help!
alfredo wrote: Perhaps this has to do with the fact my php memory is only 8 MB ???
Don't think so - if there's a problem you will get an error message.

[gelöscht durch Administrator]
Last edited by cyberman on Thu Nov 16, 2006 12:16 pm, edited 1 time in total.
Pierre M.

Re: cmsmadesimple site too slow...

Post by Pierre M. »

alfredo wrote: ...I turned a simple static site to cmsms, with great ease, ...
Well, what about a statically visible cmsms site ? Each time you edit content or layout, you can manualy statically mirror the site with wget.
In the above referenced thread, I'm advocacing it would be done automagically.

PM
alfredo

Re: cmsmadesimple site too slow...

Post by alfredo »

cyberman wrote:
alfredo wrote: But I notice site takes too long to load.
Perhaps it could help to slim CMSms. Here are some hints:
  • Deinstall/delete all unused things like module, tags, module/admin translations (also unused FCKEd plugin translations). Be sure you don't need it (it's sometimes a little bit difficult with files inside /plugins).
  • Than you should think about which modules from default installation you really need. IMHO there are some modules you don't need really every day. Made a look at your current website and think you don't need following modules: CMSMailer, ModuleManager, nuSOAP, ThemeManager - deinstall AND delete it.
    [li]Use the replacement for {stylesheet} tag in attachment  ;) ... please read help!
alfredo wrote: Perhaps this has to do with the fact my php memory is only 8 MB ???
Don't think so - if there's a problem you will get an error message.
Did what you recommended and now site's running faster.

About the attachment, this is what I see when opening it:

"PK  Tp5º
alfredo

Re: cmsmadesimple site too slow...

Post by alfredo »

Well, what about a statically visible cmsms site ? Each time you edit content or layout, you can manualy statically mirror the site with wget.
In the above referenced thread, I'm advocacing it would be done automagically.

Of course this will be interesting too..
cyberman

Re: cmsmadesimple site too slow...

Post by cyberman »

What's going wrong??
Please look at file name - function.stylesheet.zip.txt ... as you (perhaps  ;)) can see there's a .zip-file inside. But if I wanna post a .zip-file in forum, it wount be accepted. So I've added .txt .

Rename file to function.stylesheet.zip and you can extract/use it ...
Pierre M.

Re: cmsmadesimple site too slow...

Post by Pierre M. »

cyberman wrote: Perhaps it could help to slim CMSms. Here are some hints:
alfredo wrote: Did what you recommended and now site's running faster.
Hey ! Well done. May be the standard distribution should be slimmed a bit ?

PM
cyberman

Re: cmsmadesimple site too slow...

Post by cyberman »

Or a light version for small powered accounts  ;D ...
alfredo

Re: cmsmadesimple site too slow...

Post by alfredo »

cyberman wrote:
What's going wrong??
Please look at file name - function.stylesheet.zip.txt ... as you (perhaps  ;)) can see there's a .zip-file inside. But if I wanna post a .zip-file in forum, it wount be accepted. So I've added .txt .

Rename file to function.stylesheet.zip and you can extract/use it ...

Hi,

Thank you very much again. This works quite well, site's faster now - or perhaps I self-convinced me  ;)

Could you please give a brief explanation on what's this file replacement about??
cyberman

Re: cmsmadesimple site too slow...

Post by cyberman »

alfredo wrote: This works quite well, site's faster now - or perhaps I self-convinced me  ;)
You can check it by yourself. Please look at page source - on the bottom of every page you will found the time to generate. That's a current one from your page:
Could you please give a brief explanation on what's this file replacement about??
The original collect all attached stylesheets and place them in source on every page call. The replacement does the same but only one time cause css will be cached in a plain zipped file.
alfredo

Re: cmsmadesimple site too slow...

Post by alfredo »

cyberman wrote:
alfredo wrote: This works quite well, site's faster now - or perhaps I self-convinced me  ;)
You can check it by yourself. Please look at page source - on the bottom of every page you will found the time to generate. That's a current one from your page:
Could you please give a brief explanation on what's this file replacement about??
The original collect all attached stylesheets and place them in source on every page call. The replacement does the same but only one time cause css will be cached in a plain zipped file.

Many thanks for all  :)
horus
Forum Members
Forum Members
Posts: 25
Joined: Mon Jul 24, 2006 8:05 am

Re: cmsmadesimple site too slow...

Post by horus »

I've tried cyberman solution. It's a breakthrough but not optimal for me: include every time all stylesheets in html output cause a useless and bad increase of bytes to send to client, in 56k environment this can make worse performances.

My idea is: not cache compressed version but plain text of stylesheet then create link to this file (substitute stylesheet.php?... call with mystyle_someid.css in <link rel="stylesheet" type="text/css"... )

Note: I'm italian so perhaps my message isn't in perfect english, anyway I hope it's understandable.
Locked

Return to “CMSMS Core”