Replies: 0
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