I am using the full calendar scheduler plugin and have 3000 events in a single 30 day viewing range.
I have discovered that methods such as "renderEvent", "renderEvents" and "removeEvents" when called cause all events to re-render. This can be observed by adding a console.log in the eventRender callback.
This is causing my scheduler to take ~5 seconds to render after every change
Is there a way to only render the added event(s) or remove the single event?