-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doesn't display groups #11
Comments
so - guess I didn't wait long enough for the groups to load - but it takes significantly longer to load than edit users which was slow already. |
How slow? I've had this deployed to various site collections with low On Oct 5, 2016 9:49 PM, "vinny75" [email protected] wrote:
|
After loading the initial page, then clicking Groups, this is the only network traffic I see: however, it's taking just shy of 3 minutes to display |
How many groups and users does your site collection have?
|
660 groups; 15008 users I used SPServices to get those numbers, didn't take long ` $().SPServices({ $().SPServices({ |
Alrighty, looks like the web service is one bottleneck because it's taking On Oct 7, 2016 7:52 AM, "vinny75" [email protected] wrote:
|
Also there is the possibility that a group or user is corrupted. I've seen On Oct 7, 2016 7:52 AM, "vinny75" [email protected] wrote:
|
I wouldn't think it is the web service; since 15 seconds to retrieve the data then another 2:45 to display it. Is there a way to see which group or user it's hanging on? Turned on testing in the config but didn't seem to display anymore information. Happy to help test, this is a pretty useful app. |
Yeah there's the possibility of the zombie views so it could be causing I'm gonna bring it up in a few and see but might not get time until next On Oct 7, 2016 8:08 AM, "vinny75" [email protected] wrote:
|
No worries - great support for a free app; I get a chance this weekend, I'll try stepping through it as well to see if I can find any issues |
On SharePoint 2010, from the main screen, selecting Groups, it never gets past the fetching groups; however stepping through the code, it gets the groups and processes them just never displays them. Selecting Users works just fine.
The text was updated successfully, but these errors were encountered: