You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin runs fine with a lot of users but when other plugins hook into the user capabilities with queries the load time can still be affected heavily.
The options/features below should fix this:
Limit user query to a max of 100 results. This can be changed with the filter: view_admin_as_user_query_limit
When there are more users than the limit (default: 100), switch to AJAX search instead of loading all users.
The plugin runs fine with a lot of users but when other plugins hook into the user capabilities with queries the load time can still be affected heavily.
The options/features below should fix this:
view_admin_as_user_query_limitLog:
Run tests on a blog with a LOT of users