• Hello,

    I have a site that starts to have issues on the editing admin interface, i used query monitor and found a query that was rather slow:

    SELECT meta_key
    FROM dbwp_postmeta
    GROUP BY meta_key
    HAVING meta_key NOT LIKE ‘\\_%’
    ORDER BY meta_key
    LIMIT 30

    I’ve googled around and found a lot of people who have issues with this query but no real solution. My question is, is this query necessary? To my knowledge this site isn’t using any custom fields that i know off, what would happen if i removed this query from running on the edit page?

  • The topic ‘Slow Query from: edit-form-advanced.php can i remove it?’ is closed to new replies.