• Resolved mkornegay2

    (@mkornegay2)


    WP Mail SMTP is slowing my page loads big time. In fact I have no idea why it’s even running on my website on a page that’s not a contact form. Why the heck is WP Mail SMTP inject WooCommerce Action Scheduler’s on a site that doesn’t even have WooCommerce? I need a way to stop these action. I have 7 instances of this on my homepage and it’s added at least 1-2 secs of page load time.

    SELECT p.ID
    FROM moc_posts p
    WHERE post_type='scheduled-action'
    AND p.post_title='action_scheduler/migration_hook'
    AND p.post_status IN ('in-progress')
    ORDER BY p.post_date_gmt ASC
    LIMIT 0, 1	
    ActionScheduler_wpPostStore->query_actions()
    wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php:474
    ActionScheduler_HybridStore->query_actions()
    wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php:163
    ActionScheduler_Store->query_action()
    wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php:118
    as_next_scheduled_action()
    wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/functions.php:198
    Action_Scheduler\M\Scheduler->is_migration_scheduled()
    wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/migration/Scheduler.php:66
    Action_Scheduler\M\Controller->schedule_migration()
    wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/migration/Controller.php:112
    do_action('wp_loaded')
    wp-includes/plugin.php:476

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Darshana

    (@darshanaw)

    Hi @mkornegay2,

    Thanks for reaching out! Our plugin utilizes the Action Scheduler library (created by the WooCommerce team). This library enables us to perform tasks in the background, tasks that are heavy on resources or that may take a long time to complete.

    Even if you don’t use the WooCommerce plugin, our plugin needs this library to work. Also, it should not cause any performance issues.

    Some WordPress sites may fail to create the database tables needed, so we prepared this troubleshooting guide that should help you out.

    I hope this helps. Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Slowing My Page Loads’ is closed to new replies.