• Resolved Ali

    (@reza17re)


    Hi, auto optimization suddenly stopped working after we moved our site to new host. Also the manual optimization via the optimize bottom in the settings doesn’t work.

    We didn’t change any settings and our api key is valid. Also only 70% of our monthly usage limit is used.

    The change we made recently is: we disabled the wp cron and set 1 hour cron job in the server instead. Well this may cause the malfunction of the auto optimization feature, but the question is why the manual optimization is stopped working too!?

    Thanks in advance for your response.

    • This topic was modified 2 years, 6 months ago by Ali.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WP Media

    (@wp_media)

    Hi @reza17re

    This is Ioanna from Imagify and I’ll gladly assist you here!

    I am sorry to hear about the issue!

    Can you please clarify when you are trying the Bulk optimization do you get any error messages or does optimization get stuck and keeps on running?
    Also, if you try to optimize an image individually through Media Library(List View) is it working?

    You could try also the following suggestions that have helped other users with similar issues:
    – Add the following lines of code to your wp-config.php file (before the “That’s all! Stop editing…” message) in order to increase your memory and time available for image optimization.

    define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
    set_time_limit(0);

    – Install and activate the Bulk Optimization Buffer helper plugin which reduces the number of images being optimized at a time through Bulk optimization. The default number of images being optimized at a time is 4 and the helper will set it to 1. Just install and activate it and then test bulk optimization again, no further action is needed from your end.

    – Also it could be related to Imagick the package responsible for image resizing. You could test it by activating this helper plugin that will make your server use another module called GD instead.

    If the above won’t help what you can do is activate this helper plugin which we have developed in order to have more in-depth information regarding the occuring issues. You can send us a screenshot from the Info page(Imagify Tools > Info) so we can help further.

    Best regards,
    Ioanna

    Thread Starter Ali

    (@reza17re)

    Please give email address to send you the helper Plugin info Screenshots, i don’t want to share them in public.

    Thanks in advance for your response.

    Plugin Author WP Media

    (@wp_media)

    Hi @reza17re

    In this case, please create a support ticket through the following page https://imagify.io/support/

    Best regards,
    Ioanna

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Auto optimization stopped working’ is closed to new replies.