I've a fullcalendar script running but I need to render about 2000 to 3000 events.
I already read this post and I've done that (Only load the events between start and end date). Then I've made the JSON call so that Javascript only have to send it to fullcalender. Also, I don't use renderEvent.
But the rendering of the events is still very slow. The ajax call takes about 400 milliseconds after the successful call the browser is taking about 5 to 10 seconds to render all the events.
Where else can I gain speed?