Title: Wp-Admin slow when enabled
Last modified: November 17, 2020

---

# Wp-Admin slow when enabled

 *  Resolved [esonica](https://wordpress.org/support/users/esonica/)
 * (@esonica)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/wp-admin-slow-when-enabled/)
 * I have 7000+ users, and when loading any WP-Admin page, Query monitor is showing
   this query (with the user_id iterated) is called once for each user! This seems
   to also affect users when they log in to the public site, overall the performance
   is unusable
 * SELECT user_id, meta_key, meta_value
    FROM wp_usermeta WHERE user_id IN (4385)
   ORDER BY umeta_id ASC
 * Caller : update_meta_cache
 * Issue goes away when I disable ARMembers. Please help, production site unusable
   when members log in. Version Version 2.2.2

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [esonica](https://wordpress.org/support/users/esonica/)
 * (@esonica)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/wp-admin-slow-when-enabled/#post-13671165)
 * In addition, some reading suggests it is likely from this line , the call to 
   all_with_meta
 * $user_query = new WP_User_Query(array(‘fields’=>’all_with_meta’,’number’=>1));
 * in the widget login
 *  Plugin Author [reputeinfosystems](https://wordpress.org/support/users/reputeinfosystems/)
 * (@reputeinfosystems)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/wp-admin-slow-when-enabled/#post-13690734)
 * Hello,
 * Thank you for your kind suggestion. I am passing this to our core developer team
   and if they find this useful then this will be added in ARMember Lite future 
   releases.
 * Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Wp-Admin slow when enabled’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/armember-membership_1a2538.svg)
 * [ARMember - Membership Plugin, Content Restriction, Member Levels, User Profile & User signup](https://wordpress.org/plugins/armember-membership/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/armember-membership/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/armember-membership/)
 * [Active Topics](https://wordpress.org/support/plugin/armember-membership/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/armember-membership/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/armember-membership/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [reputeinfosystems](https://wordpress.org/support/users/reputeinfosystems/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/wp-admin-slow-when-enabled/#post-13690734)
 * Status: resolved