Wordpress LScache Plugin: Image Cron and WP Health Check
Last Updated on: Wed, 15 Apr 2026 00:00:02 Hi. The plugins image optimisation cron keeps being flagged by WP Site Health Check as an event that did not run. Is it possible (just my thoughts) to write my own cron to replace the plugins? I only publish once a week and hence it makes sense for it to run only once a week. Hi, Yes, you can disable WP cron and make a system cron job for this . Best regards, How would the cron look like? Or will the normal cron work with the plugin? This is what I have in my custom cron wget -q -O - https://yourdomain.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1 Hi, Yes, this command will work , but remember to disable the WP cron first. Best regards, Ooh. Thanks. I wil do so and revert after a few days. Hi, OK, please let us know if you have any other question. Best regards,
LiteCache Rush: Speed comes from using less, not from doing it faster
Reference