• Resolved esonica

    (@esonica)


    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

    (@esonica)

    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

    (@reputeinfosystems)

    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.