For the hosted exchange module (2013). When the memberof tab is selected if the organization has a lot of distribution lists. The result of the MemberOf takes an extremely long time to load.
As a test I created an organization with 8 users, and 100 distribution lists. I added all of the members to each distribution list.
If I select the MemberOf tab under either the user or the mailbox it takes 2.6 minutes to return a result. Looking at the logs it appears that its checking every distribution list to see if the user is a member or not.
Is this intended or a bug? Wouldn’t the AD MemberOf property to make this return a quicker result?
Just checking if there is any update on this one in the most recent version 1.4.3 I did not see anything in the changelog to indicate this has been looked at.
There’s no fix as of yet, as it more or less requires a complete rewrite of how it functions.
The basic problem is that it has to check each user for the Hosted Organization attribute and only display the ones which have the attribute set. (this by it self takes longer the bigger the environment / hosted org gets).
We have currently not yet found a good solution to address this as of yet.