• The plugin is showing up requesting some queries in the backend withe no reason. Is it possible to prevent that? In some installations with some other plugins that can be really bad for loading.

    SHOW FULL COLUMNS
    FROM XXXX_XXX_options
    update_option()
    wp-includes/option.php:391
    FlycartWooDiscountRulesPurchase->init()
    wp-content/plugins/woo-discount-rules/helper/purchase.php:41
    FlycartWooDiscountRules->runUpdater()
    wp-content/plugins/woo-discount-rules/loader.php:98
    FlycartWooDiscountRules->__construct()
    wp-content/plugins/woo-discount-rules/loader.php:51
    FlycartWooDiscountRules::init()
    wp-content/plugins/woo-discount-rules/loader.php:39

    And this is the other query:

    UPDATE XXXX_XXX_options
    SET option_value = 
    WHERE option_name = woo-discount-rules-force-update-pro
    update_option()
    wp-includes/option.php:391
    FlycartWooDiscountRulesPurchase->init()
    wp-content/plugins/woo-discount-rules/helper/purchase.php:41
    FlycartWooDiscountRules->runUpdater()
    wp-content/plugins/woo-discount-rules/loader.php:98
    FlycartWooDiscountRules->__construct()
    wp-content/plugins/woo-discount-rules/loader.php:51
    FlycartWooDiscountRules::init()
    wp-content/plugins/woo-discount-rules/loader.php:39

    Thank you! ??

    • This topic was modified 5 years, 1 month ago by diegpl.
Viewing 1 replies (of 1 total)
  • Plugin Author flycart

    (@flycart)

    Hi

    Thank you for reporting the issue.
    We have escalated this to our development team for troubleshooting and sorting it out.
    Thank you once again.

Viewing 1 replies (of 1 total)
  • The topic ‘Query monitor showing slow query for Discount Rules plugin’ is closed to new replies.