• Using query monitor i found that using Woocommerce on customer order page there are very slow query that takes more then 5 seconds to execute, page load time is arround 10 seconds.

    Query
    SELECT?DISTINCT?meta_key
    FROM?wp_postmeta
    WHERE?meta_key?NOT?BETWEEN?‘_’
    AND?‘_z’
    HAVING?meta_key?NOT?LIKE?‘\\_%’
    ORDER?BY?meta_key
    LIMIT?30″

    Caller

    1. meta_form()
      wp-admin/includes/template.php:715
    2. post_custom_meta_box()
      wp-admin/includes/meta-boxes.php:826
    3. do_meta_boxes()
      wp-admin/includes/template.php:1443

    How can I fix this issue?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Metakey WordPress core Slow Querie’ is closed to new replies.