Slow queries in “All Posts”
-
Hi there.
I have a site with more than 200,000 users.
“All Posts” and “All Pages” are running very slow on my dedicated server, while everything is working like a charm. It takes about one minute and there is two very slow queries in “All Posts”:SELECT wp_users.ID,wp_users.user_login,wp_users.display_name FROM wp_users INNER JOIN wp_usermeta ON ( wp_users.ID = wp_usermeta.user_id ) WHERE 1=1 AND ( ( wp_usermeta.meta_key = 'wp_user_level' AND wp_usermeta.meta_value != '0' ) ) ORDER BY display_name ASC
Is there any way to speed these parts up?
Do you believe setting an Index on the meta table may help?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Slow queries in “All Posts”’ is closed to new replies.