• Hi Darren,

    today I had time to resolve an issue which caused the posts loaded by ALM to show up twice. So lets say you want to load 7 posts so you will end up with those 7 posts following by the exact same 7 posts afterwards.

    Looking at the network tab I saw that somehow the file ajax-load-more.min.js?ver=3.7.1 got loaded even I already loaded it via a caching plugin called W3 Total Cache. This way I loaded the plugin code in my combined cached js file and also through ajax-load-more.min.js?ver=3.7.1.

    Did you change something about the inclusion of your script in the last updates? Because in the past the ajax-load-more.min.js was not inserted if I already loaded it in W3 Total Cache. Also for your addons its working as expected.

    Thanks for your help.

    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    Hi @tobiasmalikowski,
    Nothing changed from that aspect… even if the script was loaded twice it should fire twice tho so it’s something else I would suspect.

    Thread Starter tobiasmalikowski

    (@tobiasmalikowski)

    Yes it got loaded twice and fired twice. So I’ve ended up with duplicated posts.
    After removing your javascript from the caching plugin it worked as it should be. (1 include, 1 request, no duplicated posts)

    I’m just wondering why it worked in the past and why including all your addongs (seo, pagination, etc.) works with W3 Total Cache, but the core stopped working.

    Plugin Author Darren Cooney

    (@dcooney)

    Yea, no idea what’s happening on this. Sorry!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ALM not respecting cache plugin’ is closed to new replies.