• Hi there,

    Noticed really slow queries coming from this plugin under Query Monitor.

    Would adding the following into lit_wco_plugin_init() help with fix this issue?

    
    if ( ! defined( 'SHOW_CT_BUILDER' ) ) {
        return;
    }
    

    Not sure if it breaks anything else but testing it on a local copy seems to work fine on the backend of the site as well as the frontend.

    • This topic was modified 3 years, 10 months ago by pr0jectile.
  • The topic ‘Slow queries using Query Monitor’ is closed to new replies.