Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rendering large amount of events #766

Open
Channa53 opened this issue Oct 7, 2019 · 1 comment
Open

Rendering large amount of events #766

Channa53 opened this issue Oct 7, 2019 · 1 comment

Comments

@Channa53
Copy link

Channa53 commented Oct 7, 2019

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 -

this.context.append(this.options.templates[this.options.view](data));

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!!

@cablegunmaster
Copy link

make a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants