You may find this helps speed up the checkout process by delaying the WooCommerce order emails from sending immediately at checkout. Add the following PHP code to your child theme functions.php file.
// delay woocommerce emails
add_filter( 'woocommerce_defer_transactional_emails', '__return_true' );