• Resolved callaloo

    (@callaloo)


    Hi. The plugin’s 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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    Yes, you can disable WP cron and make a system cron job for this .

    Best regards,

    Thread Starter callaloo

    (@callaloo)

    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

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    Yes, this command will work , but remember to disable the WP cron first.

    Best regards,

    Thread Starter callaloo

    (@callaloo)

    Ooh. Thanks. I wil do so and revert after a few days.

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    OK, please let us know if you have any other question.

    Best regards,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Image Cron and WP Health Check’ is closed to new replies.