Performance & query in Users with unconfirmed email addresses page
-
Hi,
I have the following two questions regarding the unconfirmed addresses.
1) Is there any way to search for any particular email address in this list? It will be very useful to search for a specific email especially when you have thousands of unconfirmed users. I tried to enter the email in the Users search box but seems the Unconfirmed emails is not connected to that search.
2) After debugging the sql queries for this page, I noticed there is an individual query for each row.
SELECT *
FROM wp_signups
WHERE user_email = ‘<email_here>’Is there any plan to optimize this for future releases? Well, this is more a suggestion for future versions rather than a question.
Regards,
Julian
- The topic ‘Performance & query in Users with unconfirmed email addresses page’ is closed to new replies.