You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to load ~ 500 events in one day/week, it takes too long to render (about 5 seconds).
If you use innerHTML instead of append function here -
Hello,
When trying to load ~ 500 events in one day/week, it takes too long to render (about 5 seconds).
If you use innerHTML instead of append function here -
bootstrap-calendar/js/calendar.js
Line 461 in fd5e6fd
it reduces to 0.1 seconds.
The limitation in innerHTML is that any JS in the template file will not be rendered properly.
Will you agree to apply this change?
Thanks!!
The text was updated successfully, but these errors were encountered: