Issue 254: Speeding up filter searches
Status:  Duplicate
Merged:  issue 178
Owner: ----
Closed:  Dec 2009
Reported by spiro.st...@gmail.com, Dec 21, 2009
Hi there, 
I am hitting some problems with large event numbers. I am writing a lab
booking system for our University department using full calendar and it
currently has 15 calendars with about 300 events in month view. If 
anything gets dragged around there is a latency of about 4 - 6 secs  that
makes the app seem unresponsive. Also unresponsive is the removeEvents
function. The drop eventually gets rendered so it is not breaking. 

I have done some profiling through firebug and although there are some ajax
calls (for drop events) they are quite quick.I have tried to use integer
comparisons when using filters in removeEvents but it still takes some time
to loop through the entire event array. 

If there is anything I can do on callback end please let me know. 


Cheers, 

Spiro 

Dec 21, 2009
#1 bibendus...@gmail.com
Notice that Firebug greatly slows javascript loading, try to disable it and tell us
if you still have 4-6 loading seconds
Dec 22, 2009
Project Member #2 adamrs...@gmail.com
removeEvents triggers a re-render of all the events. so does an event drop. the event
rendering is the bottleneck, and i am hoping to greatly improve its speed in the next
release. thanks.
Status: Duplicate
Mergedinto: 178