prevent wp_count_users
-
I manage a website that has over 110,000 WordPress users. The WP Admin interface has become really slow (it takes about 10 seconds for each page to load). Using the Debug Bar plugin, I narrowed it down to a function called count_users().
This function fires on every admin page load, but only when the w3tc plugin is enabled. If I disable the w3tc plugin, count_users() not called, and WP Admin is fast again.
I’ve tried to dig into w3tc source to figure out why count_users() is getting triggered, but haven’t had any luck so far.
Does anyone have any idea why this is happening, and/or what I can do to fix it?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘prevent wp_count_users’ is closed to new replies.