• Resolved Micke123

    (@micke123)


    I’ve been using Autoptimize and Jetpack Site Accelerator together for a long time without any issues, up to Autoptimize?3.1.8.1?. However, after the latest update of Autoptimize (3.1.9) I noticed images were no longer loaded from Jetpack CDN. I’ve currently solved the issue by reverting back to 3.1.8.1.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    Darn, my bad!

    This is confirmed to be a regression; this should only happen when “optimize images” in AO -> Images is on, but I don’t think that’s the case for you?

    I’ve added a fix in what will be the next version (no eta), if you want you can download the beta from https://github.com/futtta/autoptimize/archive/refs/heads/beta.zip OR you can use this code snippet to tell AO not to disable Jetpack like that;

    
    add_filter( 'autoptimize_filter_main_disable_jetpack_cdn', '__return_false' );

    thanks for taking the time to tell me!

    frank

    Thread Starter Micke123

    (@micke123)

    Thank you for the quick solve!

    Just wanted to confirm you assumption re. optimize images being off is correct.

    Beta worked perfectly.
    For some reason I could not get the code snippet to work. I added it to functions.php

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    you’re welcome, feel free to leave a review of the plugin and support here! ??

    enjoy the (nearby) weekend!
    frank

    wpmhweb

    (@wppit)

    So, I was dealing with same issue, so upgraded the plugin the with beta version. So, whenever the new version comes up, can I just update as usual through WordPress, or I have to delete the beta manually and upload the new version and then the updates will work?

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    AO beta receives its proper updates and as such is always at least equal and often a bit ahead of the normal version, so you can continue using that (I love my beta-testers ?? ) OR you can disable AO beta and switch back to the normal version once that is released (likely any day now, was waiting for the WordPress 6.4 fallout to clear).

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Stopped working with Jetpack Site Accelerator’ is closed to new replies.