-
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
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.
- Option to disable the user view type UI. It is then still possible to switch from the user lists page. Refactor all view types as separate modules + view type dependencies & settings #84
Log:
Run tests on a blog with a LOT of users
- 100+ works good! Hardly noticeable
- 500+ works good! Hardly noticeable
- 5000+ @planetahuevo reported errors using membership plugins.