• Resolved enkirch

    (@enkirch)


    Hi,

    could you please explain what this 2 Cronjobs, the function which is called, are exactly doing ?

    wp_ewwwio_image_optimize_cron

    ewww_image_optimizer_auto

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter enkirch

    (@enkirch)

    On other websites (same Theme, just different language and page hits) i only have “ewww_image_optimizer_auto” right now.

    Thread Starter enkirch

    (@enkirch)

    Now I having

    Current status of the queue: busy
    Currently, there are 901 images in the queue.

    But only 1 Cronjob listed: ewww_image_optimizer_auto

    The cronjob called “wp_ewwwio_image_optimize_cron” is missing

    Plugin Support adamewww

    (@adamewww)

    If you have Scheduled Optimization enabled, there will always be a ewww_image_optimizer_auto task, set to run every hour. That task kicks off the scan, but only if there are no images in the queue and a previous scheduled optimization isn’t still running.

    The wp_ewwwio_image_optimize_cron task is only present while scheduled optimization is running (busy). It runs?every 5 minutes?to make sure the queue keeps running until all images in the queue are finished. Once complete, it unschedules itself, and should not be in the list of cron jobs.

    If you have images in the queue, and only the ewww_image_optimizer_auto task listed, that would likely mean it is still scanning, and hasn’t “dispatched” the optimization process yet (wp_ewwwio_image_optimize_cron). Once the scan is complete, it’ll dispatch the wp_ewwwio_image_optimize queue, and set up the wp_ewwwio_image_optimize_cron task.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cronjobs Explaining’ is closed to new replies.