antoniandre / vue-cal

A Vue.js full calendar, no dependency, no BS. :metal:
https://antoniandre.github.io/vue-cal/
MIT License
1.24k stars 238 forks source link

Performance issue on calendar when have hundreds/thousands items rendered #540

Open henrique-arthur opened 1 year ago

henrique-arthur commented 1 year ago

Hey guys! I have a calendar that an admin user can view events of all users in the system, can be hundreds or thousands of events per day or week, and, this is causing a huge performance leak on my application.

How can I improve the performance for hundreds/thousands of events on calendar?

I know there is a concept of virtualized lists, how to implement in vue-cal?

Thanks for the help <3