• Resolved ollyeden

    (@ollyeden)


    Hi,

    is it possible to exclude an Plugin beeing cached?
    The most doesn’t have an classic url-path.

    What Path is the right one for that?

    Kind regards,
    Oliver

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Sorry Oliver, I’m not sure what you mean. Can you give an example of what you would like to do?

    Thanks,

    Marc.

    Thread Starter ollyeden

    (@ollyeden)

    Hi Marc,

    shure.

    I want Bookingcalendar and other Plugins not being cached, so that users see everytime the Real-Time Information.

    The Plugins is for an example WPSBC.
    The Path is /wp-content/plugins/wpsbc

    What have i to enter at exclude URL to be save, that the Calendar Information is not cached?

    Kind regards,
    Oliver

    So if your Bookingcalendar is on one page, you can exclude it by adding its URL to “Cache > Advanced settings > URLs to exclude from cache”.

    If it’s a widget on a sidebar and you only want this to be dynamic, you can’t do this out of the box. The content would have to be loaded via Ajax.

    In the same way, if WPSBC is included on one page, you can exclude this page only in the settings.

    If you’re a developer, you can use the constant define('DONOTCACHEPAGE', true); to tell WordPress not to cache a page / post.

    Kind regards,
    Marc

    Thread Starter ollyeden

    (@ollyeden)

    Hi Marc,

    thank you.

    This will help me to handle it.

    Kind regards,
    Oliver

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Exclude an Plugin from Cache’ is closed to new replies.