| Issue 355: | Allow json feed caching | |
| 4 people starred this issue and may be notified of changes. | Back to list |
If I see it correctly, fullcalendar intentionally never caches json data from event sources. This is not always wanted though - I actually want to cache event results in case they haven't changed and the server side indicates so (by last-modified header / etag). Thus, it'd be useful if caching could actually be turned on by setting cacheParam to false or something alike.
Mar 15, 2010
Would it be possible to cache by individual month even during the same session? If a user click NEXT PREV a couple of times, I'd like the browser to remember the data is fresh.
May 12, 2010
I personally have an already cached html file that I do not want to reload. The html is generated from the database and it's cleared every-time an event is added to the list. So in my case I only query the DB once. Something like this would work for me: disableCache=FULL - the json url is not modified at all disableCache=TRUE - only appends the range disableCache=FALSE - appends the range and the cacheParam Thank you for this amazing plugin!
Nov 23, 2010
Deploying FC onto a Caldav server, it'd be really usefull if the monthly queries could be cached, too. The data doesn't change so often. I'm planning to control the caching per session so that I can sync for example every 10 minutes. With up to 1000 users per server I expect that the load will be to high if it's refetching on every month change. So one more star from me on this! :)
Mar 20, 2011
ok, this is no possible in 1.5 (just released) but by a different means... http://arshaw.com/fullcalendar/docs/event_data/events_json_feed/#caching
Status:
Fixed
Jan 13, 2012
Can we get the json results cached by a different means? The browser cache is unreliable.
Jan 13, 2012
... Just how events are cached between month and week views... I would like all months previously loaded to be cached. Browser cache is hit or miss.
Aug 13, 2013
(No comment was entered for this change.)
Status:
Implemented
Aug 13, 2013
(No comment was entered for this change.)
Status:
Released
|
|
| ► Sign in to add a comment |
Status: Accepted
Labels: -Type-Defect Type-Enhancement