On Mon, Jan 11, 2010 at 20:38, Valdis Vītoliņš <[email protected]> wrote:
Hello, I'm thinking abut another custom solution based on xwiki. Though I'm worried about storage consumption and performance if there will be >10k objects with ~10 string attributes.
My experience with quite small solutions (few hundreds of objects http://odo.lv/Recipes/Recipes1_en and http://www.ante.lv/xwiki/bin/view/Arts.Songs/ ) required using of apache cache.
I know that http://l10n.xwiki.org/xwiki/bin/view/L10N/ is quite slow, but don't know why.
Does not seems slow to me, everything is cached so it's slow only the first time a page is loaded after a modification has been done to the content printed by this page.
Can you share your experience/recommendations, how to build it in the right way?
In general the best way to speed up things is by caching the rights things. See http://code.xwiki.org/xwiki/bin/view/Modules/CacheModule (for JAVA).
Thanks in advance, Valdis
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne