• Hey, i’m really hoping i can get a fairly quick response on this one because i’m stuck. I’ve worked with fragment caching before and have gotten it to work within my themes template files, but now i have the need to not cache anything from one of my plugins. The plugin i’m trying to not cache is here:

    http://wordpress.org/extend/plugins/coremetrics/

    I’ve tried placing <!– mfunc –> within the plugin’s code but it always outputs “unable to execute code”. I’ve also tried adding all the files associated with the coremetric plugin in the “Never cache the following pages:” setting in the Page Cache settings.

    Is there another way to prevent a certain plugin from being cached? I’m also wondering why including the plugins php files in the “Never cache the following pages” doesn’t work. Doesn’t that mean any output from that file will not be cached?

    Thanks in advance

    http://wordpress.org/extend/plugins/w3-total-cache/

Viewing 2 replies - 1 through 2 (of 2 total)
  • “Never cache the following pages” is for pages or posts as I understood it.

    If your plugin is used only one specific pages, you may be able to just add those pages.

    Thread Starter cole20444

    (@cole20444)

    unfortunately the coremtrics plugin is used for web analytics and is included on every page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Prevent output from certain plugin from being cached?’ is closed to new replies.