bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
55 stars 6 forks source link

Improve calendars peformance #10378

Open canonic-epicure opened 4 days ago

canonic-epicure commented 4 days ago

As reported by the client instantiating a lot of calendars is time-consuming. We probably should improve here. From findings - just instantiating a 1500 Store instances takes ~1s on my machine (internally a calendar contains a store with intervals).