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 ASCCaller : 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)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Wp-Admin slow when enabled’ is closed to new replies.