alleyinteractive / wp-alleyvate

Defaults for WordPress sites by Alley.
GNU General Public License v2.0
16 stars 2 forks source link

Spike: Disable or improve performance of post counts on the users page #51

Open srtfisher opened 10 months ago

srtfisher commented 10 months ago

Description

The users' page in WordPress admin (/wp-admin/users.php) uses an uncached function call to count_many_users_posts() that does not perform well on large sites for the initial page load.

Consider how we can optimize this query OR remove the post count from appearing on the page.

Use Case

When a user browses to the users page on a large WordPress site they should be able to load the users in a timely manner.