Hey Sergiu, Both of your solutions worked. Thanks!
Felix ----- Original Message ---- From: Sergiu Dumitriu <[email protected]> To: XWiki Users <[email protected]> Sent: Sun, April 11, 2010 1:32:54 PM Subject: Re: [xwiki-users] Flash video files over 20MB errors On 04/11/2010 06:31 PM, Meng Wu wrote: > Sergiu, > > We will try that and get back to you. > > On another note, we were also having some slowness problems: the object > editing screen takes around 1 and a half minutes to upload on pages where > XWiki.Rights or XWiki.GlobalRights are located. Taking them out fixes the > problem. The access rights editing page is also slower, especially loading > the groups, albeit not as slow as object editing. I suspect that LDAP might > have something to do with it, though I am not sure. Our XWiki has exploded > and now hosts a huge group of people (thanks to you :) ) who are all mapped > by LDAP, which may slow the site down if the LDAP authentication mechanism > calls LDAP everytime a page is loaded, or object edited. Am I on the right > track here, or is this problem attributed to something else? Probably it's because you have too many users, the rights objects by default list all users in a drop-down list, which takes some time to generate and transfer. You should edit the XWiki.XWikiRights and XWiki.XWikiGlobalRights classes and unselect the Uses list option for users and groups properties. > Thanks for your help, > > Felix -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
