• Resolved dblatt

    (@dblatt)


    I’m using few plugins which have own cache. How to exclude from optimization few plugins installed on my page? Some guide will be really helpful.

Viewing 2 replies - 1 through 2 (of 2 total)
  • @dblatt Sorry If I’m unable to understand you request, Can you please explain in detail?

    Plugin Author David Anderson / Team Updraft

    (@davidanderson)

    Hi,

    I think the question is based on the misunderstanding that a page cache works at the same level as plugins, which is not so.

    A page cache caches the HTML output of a page, at the point that that HTML has been generated. It has no knowledge of which plugins were involved in generating the HTML, or which parts were generated by which plugin. As such, you can’t cache only parts of a page in that way, using a page cache. You either have to not cache the page at all, or you have to deploy plugins which build their content using JavaScript in the browser, rather than HTML on the back-end.

    David

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

The topic ‘Compatibility with another plugins’ is closed to new replies.