Hi @danield999 thank you for using Super Preloader for Cloudflare plugin.
WordPress Cron only runs when your site receives traffic (a page is requested). To test that our plugin’s cron works, simply schedule a time, go to logs and enable auto refresh and then right before the scheduled time refresh your homepage a few times to simulate website traffic.
You can read our blog post about how WordPress Cron works and what you can do to control it by disabling the WP-Cron and enabling actual cronjob on your hosting control panel.
You can also use a third-party service such as cron-job.org to ping your cron.php to trigger scheduled cronjobs.
Simply, Add a Cron with the following command and your preferred timing option.
https://yourdomain.com/wp-cron.php?doing_wp_cron
Make sure to replace “https://yourdomain.com” with your website’s URL.