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.
Perhaps it could help to slim CMSms. Here are some hints:alfredo wrote: But I notice site takes too long to load.
Don't think so - if there's a problem you will get an error message.alfredo wrote: Perhaps this has to do with the fact my php memory is only 8 MB![]()
Well, what about a statically visible cmsms site ? Each time you edit content or layout, you can manualy statically mirror the site with wget.alfredo wrote: ...I turned a simple static site to cmsms, with great ease, ...
Did what you recommended and now site's running faster.cyberman wrote:Perhaps it could help to slim CMSms. Here are some hints:alfredo wrote: But I notice site takes too long to load.
- 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!
Don't think so - if there's a problem you will get an error message.alfredo wrote: Perhaps this has to do with the fact my php memory is only 8 MB![]()
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.
Please look at file name - function.stylesheet.zip.txt ... as you (perhapsWhat's going wrong??
Hey ! Well done. May be the standard distribution should be slimmed a bit ?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.
cyberman wrote:Please look at file name - function.stylesheet.zip.txt ... as you (perhapsWhat's going wrong??) 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 ...
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:alfredo wrote: This works quite well, site's faster now - or perhaps I self-convinced me![]()
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.Could you please give a brief explanation on what's this file replacement about??
cyberman wrote: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:alfredo wrote: This works quite well, site's faster now - or perhaps I self-convinced me![]()
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.Could you please give a brief explanation on what's this file replacement about??