Should I disable WP_CRON and instead trigger wp-cron.php from server every few mins?

There is no downside for running WP CRON using the server’s cron jobs. In fact this is the recommended practice. According to Official WordPress Plugin Development Document: WP-Cron does not run continuously, which can be an issue if there are critical tasks that must run on time. There is an easy solution for this. Simply … Read more