2
Quote:
turnerrw wrote:
Does anyone have any suggestions? I notice that XOOPS.org has 2x the number of on-line users that I have. Do you guys cache News and Forum?
Ahh, the tricky question.
First the facts: Xoops.org does not use the Smarty caching of News and Forum because of what you yourself found out: If we do, we will have erratic behaviour when it comes to links such as comment posting and news editing.
However, we do use a lower-level caching system called Turk MM Cache that caches the PHP script (in a way I don't know anything about
) it runs quite well, our server admin tells us.
Comments and Forum pages are quite difficult to cache because not only does the content change by group (whether you are allowed to post comments/posts or not) it also depends on who you are (are you the author of this post/comment? If so, you can edit, if not, you cannot) and therefore the page has to be generated for each user. I guess it is possible to do something about it for anonymous, but logged in users have to be differentiated on each pageview.
We handle it by having a dedicated server for the xoops.org websites and database and by accepting that response times are not always optimal. We aim at bringing a bigger server into production in the near future, but that is "just" hardware and not always feasible for others.
Sorry that I cannot be of more help to you.