Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #38741, comment 107


Ignore:
Timestamp:
04/08/2022 10:54:03 AM (3 years ago)
Author:
OllieJones
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38741, comment 107

    v1 v2  
    11I have just completed work on a plugin for handling large numbers of users. https://wordpress.org/plugins/index-wp-users-for-speed/ 
    22
    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 unsargeable
     3It 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
    44
    55`meta_key = 'wp_capabilities' and meta_value LIKE '%"administrator"%'`