• Every time I disable this plugin it breaks my site. The homepage stops showing my products and pictures.

    I’ve cleared cache using my caching plugin and on cloudflare and it still doesn’t work.

    • This topic was modified 4 years, 4 months ago by ImageHfo.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ImageOptimizing Matters

    (@optimizingmatters)

    it looks you have something (a plugin) that pushes down some javascript (e.g. jquery.min.js is loaded very late) and that removes jquery-migrate.min.js. I think not pushing jquery down and not removing jquery-migrate.min.js might solve this 🙂

    frank

    Thread Starter ImageHfo

    (@parmg100)

    Sorry I’m a little confused because i’ve disabled all my plugins before and it seems to only happen when i disable async javascript?

    Plugin Author ImageOptimizing Matters

    (@optimizingmatters)

    well, AsyncJS by asyncing makes right what is wrong in the first place; jquery is loaded late (after other JS) and jquery-migrate is missing. so the question is; what (plugin?) is doing that?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘My page breaks when I disable async javascript’ is closed to new replies.