ClickerMonkey / dayspan-vuetify

A collection of components that visualizes DaySpan Calendars and Schedules using Vuetify
MIT License
1.16k stars 253 forks source link

iterateSpan efficiency #236

Open mengyingzh opened 2 years ago

mengyingzh commented 2 years ago

In my case, there are more than 500 events to display within a month. I found out that it cost around 30-50ms for each event in shedule.iterateSpan(day,covers).iterate(function(span,iterator){...}. The total cost for 500 events is around 15s, which is too slow.

How can I improve that?

looking forward to hearing from you soon :-)

ClickerMonkey commented 2 years ago

Greetings!

Can you provide a minimal code example which reproduces the performance problem?

Thank you!