WP_User_Query Transient Cache
-
SELECT SQL_CALC_FOUND_ROWS wp_users.* FROM wp_users INNER JOIN wp_usermeta ON ( wp_users.ID = wp_usermeta.user_id ) WHERE 1=1 AND ( ( ( wp_usermeta.meta_key = 'wp_capabilities' AND wp_usermeta.meta_value LIKE '%\"Administrator\"%' ) ) ) ORDER BY user_login ASC
This is in wp_user_query
My current site have around 100k+ Orders. It isnt that slow, but I notice wordpres keep calling this SQL Query again and again. Is there any possibility I can put this in transient cache? To speed up the wp-admin? Thank youThe page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘WP_User_Query Transient Cache’ is closed to new replies.