You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
renatonascalves
changed the title
Disable or improve performance of post counts on the users page
Spike: Disable or improve performance of post counts on the users page
Feb 28, 2024
Description
The users' page in WordPress admin (
/wp-admin/users.php
) uses an uncached function call tocount_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.
The text was updated successfully, but these errors were encountered: