This plugin improves the performance of Wordpress Admin when a wordpress instance has many users.
When a WordPress instance has hundreds of thousands of users, the query to get the list of WP
authors can become very slow (see https://core.trac.wordpress.org/ticket/28160). This plugin
works around this limitation by adding a cache table of authors and optimizing the query.
Copyright (c) 2019 Brandon Liles
Just install the plugin to your plugins directory and activate it.
Removed additional debugging lines.
Removed debugging lines and add toddlevy as a contributor
Fixed plugin installation/uninstallation bugs.
Support author removal, thanks toddlevy! (https://github.com/toddlevy)
Initial release.