Issue 355: Allow json feed caching
Status:  Released
Owner: ----
Closed:  Aug 2013
Reported by nicodiet...@gmail.com, Feb 20, 2010
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.
Feb 26, 2010
Project Member #1 adamrs...@gmail.com
i agree, should be able to let fullcalendar cache
Summary: Allow json feed caching
Status: Accepted
Labels: -Type-Defect Type-Enhancement
Mar 15, 2010
#2 maratho...@gmail.com
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
#3 ciprian....@gmail.com
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
Project Member #4 althaus.it
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
Project Member #5 adamrs...@gmail.com
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
#6 spencer....@gmail.com
Can we get the json results cached by a different means? The browser cache is unreliable.
Jan 13, 2012
#7 spencer....@gmail.com
... 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
Project Member #8 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 13, 2013
Project Member #9 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Released