| Issue 254: | Speeding up filter searches | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Dec 22, 2009
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 |
|
| ► Sign in to add a comment |