Running wp-cron with cronjob

WordPress runs cronjob when a visitor visits your website, if your site is busy, cronjob checking occurs for every page request. This increases server resource usage. To run wp-cron with cronjob we need to disable WordPress cronjob. Edit wp-config.php and add the following Now set up a normal cronjob. if you have wp-cli installed, use … Read more