Hi,
Sorry Oliver, I’m not sure what you mean. Can you give an example of what you would like to do?
Thanks,
Marc.
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
Hi Marc,
thank you.
This will help me to handle it.
Kind regards,
Oliver