Re: [jQuery] jQuery FullCalendar Fetch Events Optimization

2009-12-17 Thread Michael Geary
50 events should be like nothing. I suspect the problem may be that you're calling "$('#calendar').fullCalendar('renderEvent', calevent, true);" separately for each individual event. I'm not too familiar with the Full Calendar, but can you use the 'events' option described on this page: http://a

[jQuery] jQuery FullCalendar Fetch Events Optimization

2009-12-17 Thread WhoButSB
Hello All, I was wondering if someone could give me some pointers to help optimize my jQuery Full Calendar Code. The issue i'm running into is when I fetch a lot of events through AJAX (> 25), the browser stalls and becomes unresponsive usually resulting in a message to the user to abort the scri