Changes between Version 1 and Version 2 of Ticket #38741, comment 107
- Timestamp:
- 04/08/2022 10:54:03 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38741, comment 107
v1 v2 1 1 I have just completed work on a plugin for handling large numbers of users. https://wordpress.org/plugins/index-wp-users-for-speed/ 2 2 3 It works by putting wp_usermeta tags with keys like `wp_iufsr:administrator` and ` uifsr:subscriber` on each user (it does so in a series of wp-cron jobs). It then hooks WP_Query_Users operations and replaces the slow and unsargeable3 It works by putting wp_usermeta tags with keys like `wp_iufsr:administrator` and `wp_uifsr:subscriber` on each user (it does so in a series of wp-cron jobs). It then hooks WP_Query_Users operations and replaces the slow and unsargeable 4 4 5 5 `meta_key = 'wp_capabilities' and meta_value LIKE '%"administrator"%'`