• Resolved styleseal

    (@styleseal)


    I’m seeing slow quries in query monitor:

    Wf_Woocommerce_Packing_List_Admin::order_meta_dropdown_list()
    wp-content/plugins/print-invoices-packing-slip-labels-for-woocommerce/admin/class-wf-woocommerce-packing-list-admin.php:1847
    Wf_Woocommerce_Packing_List_Admin->enqueue_scripts()
    wp-content/plugins/print-invoices-packing-slip-labels-for-woocommerce/admin/class-wf-woocommerce-packing-list-admin.php:101
    do_action('admin_enqueue_scripts')
    wp-includes/plugin.php:476

    Any way to fix this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter styleseal

    (@styleseal)

    SELECT ycm_postmeta.meta_key
    FROM ycm_postmeta
    LEFT JOIN ycm_posts
    ON ycm_postmeta.post_id = ycm_posts.id
    WHERE ycm_posts.post_type = ‘shop_order’
    GROUP BY ycm_postmeta.meta_key

    Plugin Author WebToffee

    (@webtoffee)

    Hi @styleseal,

    Thanks for reaching out to us and we are sorry for the inconvenience caused.

    We have identified the issue and will be releasing a patch soon.

    Thread Starter styleseal

    (@styleseal)

    Great, thanks!

    Plugin Author WebToffee

    (@webtoffee)

    Hi @styleseal,

    Thank you for waiting. We have fixed the issue in the latest version of our plugin. Kindly update the plugin to the latest version (v3.0.1) and check. Let us know if anything.

    Thread Starter styleseal

    (@styleseal)

    Thanks it’s working great now.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘makes pages load slow’ is closed to new replies.