• Resolved bjrnet21

    (@bjrnet21)


    I had to disable Autooptimize on last update.

    It breaks my website. I think there might be a Javascript error.

    Lost top menu on mobile and my contact page doesn’t load. After disabling Autooptimize everything appeared to work again.

    https://www.blackjackreview.com/wp/

Viewing 4 replies - 16 through 19 (of 19 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    @evita2030; your problem is probably different, it’s just “inline&defer” that doesn’t work, right? I would like to see your site (doesn’t have to be production though) with “inline&defer” active, would that be possible?

    I’m not sure what the purpose of adding the add_filter(‘autoptimize_filter_speedupper’,’__return_false’);
    was.

    @eubanksto; the purpose was to see if the “speedupper” caused the problems you’re experiencing. based on the what you write it does not. can you check your php-errorlog for errors (esp. when “also aggregate inline” is active resulting in a white page)?

    Sure!! give me your email I give you full access

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    that’s futtta-at-gmail-dot-com (3 t’s in futtta!) @evita2030

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    for people having problems with “inline & defer”; cloudflare’s rocket loader messes up the onload-handler on the stylesheet;

    <link rel="preload" as="style" media="all" href="https://www.modaencalle.com/wp-content/cache/autoptimize/css/autoptimize_d97be2d1e59fda6be542613822904ed1.css" onload="this.rel='stylesheet'" />

    that last part there is javascript that ensures the stylesheet is loaded in a non-render-blocking manner, but rocketloader changes that JS and effectively breaking it.

    frank

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Latest version breaks my web site’ is closed to new replies.