An application I've inherited maintenance of is timing out when attempting to load the events JSON stream for a Fullcalendar render.
I'm hoping that I'll get approval to throw some more computing resources at the problem to hopefully resolve it, but other than that I'm having a hard time figuring out how to resolve this problem.
One idea I had was to split the data request up in to smaller pieces, requesting 1 week of data (instead of 1 month) at a time.
This seems like it should be doable, but I can't figure out how to catch the timeframe change, split it into smaller chunks and then make multiple requests out of it instead of just one.