Caching conflict?
-
Our calendar is configured with a Google feed and so events get added/updated each day. We are displaying a list view on the home page to show the current day’s events. Then we show a full calendar on another page in grid view.
We are also using a caching plugin. We have not enabled javascript minification or file combining. Within our calendars, we have your caching set at the 4 hour (default). But the current day’s events are not reloading each day on the home page, and we’re having to manually clear the page cache. Additionally, the event page (grid view) is thinking the current date is also in the past when we don’t clear that page cache every day.
Is this a known issue? It looks like the JS that your calendar controls is capable of making ajax requests, and it does appear to be doing that for say paging through the months for example, so could it be that the list view does something different, or that maybe the JS is only being used for subsequent requests?
Also, just looking around through other bits, this all appears to be built for JS rendering, as in, should be working even with caching plugins.
Any help or insight is appreciated.
- You must be logged in to reply to this topic.