• Resolved philm001

    (@philm001)


    Hello all,

    I am having an issue where I am attempting to optimize the images on site. It gets stuck at the 900th image. I am still working out the details on what causes this.

    What could be the cause for it getting stuck?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Simeon Boev

    (@k3llanved)

    Hello @philm001,

    The image optimization is performed entirely via the internal WordPress cron job. The process must be complete without issues and restrictions and the “siteground_optimizer_start_image_optimization_cron” cron must be present in the event scheduler. Of course, via WP-CLI you could force the image optimization process and check if the process will continue:
    wp cron event schedule siteground_optimizer_start_image_optimization_cron now

    Of course, make sure you have enough disk space, inodes available for the process to complete.

    Best Regards,
    Simeon Boev

    Thread Starter philm001

    (@philm001)

    Thank you Simeon

    Should I attempt to start the image optimizer via cron job?

    I will check the disk space.

    Lastly, is there any sort of logs that are created in order for me to see what is going on?

    Thread Starter philm001

    (@philm001)

    I checked the space and I do have enough space for the pictures

    Plugin Support Simeon Boev

    (@k3llanved)

    There is no log file in which you could find additional information in regards to the optimization process. Ensure that your native WordPress cron job is not affected somehow. The command that I mentioned earlier is a way to force the process in case the cron scheduler does not contain the required entries.

    Best Regards,
    Simeon Boev

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Optimizing images on wordpress site’ is closed to new replies.