On Fri, Apr 29, 2016 at 10:50 AM, Vincent Massol wrote:
> Hi,
>
> > On 29 Apr 2016, at 09:48, Rochlin Oleg
> wrote:
> >
> > I am currently trying to Filter my userlist
> >
> > #set($users = $xwiki.rightsmanager.usersApi.allUsers)
> >
> > #foreach($user in $users)
>
> This is not going to be perf
Hi,
> On 29 Apr 2016, at 09:48, Rochlin Oleg wrote:
>
> I am currently trying to Filter my userlist
>
> #set($users = $xwiki.rightsmanager.usersApi.allUsers)
>
> #foreach($user in $users)
This is not going to be performant. You should instead use:
http://www.xwiki.org/xwiki/bin/view/ReleaseNo