search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to optimize configuration for progressive event rendering

Asked by Viktor Eriksson
4 years ago.

I'm looking at this example: https://aspnet.daypilot.org/demo/Scheduler/ProgressiveEventRendering.aspx.
But the more I scroll around the slower it becomes. Is it possible to always only show events within current viewport, to clear all other events outside viewport even if they have been rendered once.

Answer posted by Dan Letecky [DayPilot]
4 years ago.

To clear the events out of the viewport you'll need to enable cache sweeping using dynamicEventRenderingCacheSweepiing:
https://api.daypilot.org/daypilot-scheduler-dynamiceventrenderingcachesweeping/

The progressive event redering documentation is now updated:
https://doc.daypilot.org/scheduler/progressive-event-rendering/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.