• Jason

    (@galapogos01)


    This plugin is doing weird stuff with transients.

    Every admin product view creates a transient facebook_plugin_api_success for something that should not even need a transient. This was identified via the Query Monitor plugin.

        WC_Facebookcommerce_Integration->display_success_message()
    wp-content/plugins/facebook-for-woocommerce/facebook-commerce.php:1816
    WC_Facebookcommerce_Integration->display_batch_api_completed()
    wp-content/plugins/facebook-for-woocommerce/facebook-commerce.php:1732
    do_action('add_meta_boxes_product')
    wp-includes/plugin.php:517
    register_and_do_post_meta_boxes()
    wp-admin/includes/meta-boxes.php:1733

    Is it possible you can refactor this and other similar transients in a future version to avoid unnecessarily creating transients and impacting site performance?

The topic ‘Performance problem – transients’ is closed to new replies.