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

memory-leak #23

Open
san4ezz87 opened this issue Mar 12, 2018 · 3 comments
Open

memory-leak #23

san4ezz87 opened this issue Mar 12, 2018 · 3 comments

Comments

@san4ezz87
Copy link

san4ezz87 commented Mar 12, 2018

Hello I have an issue, when i added this plugin in my angular2 component I saw that some process is runing and garbage collector is working all time. I saw that Zone run checking but I try init plaging wihtout component and run it within this.zone.runOutsideAngular() method. I have not change detaction occur but garbage collector work permanently. Do everyone collide with this issue?

@gamefundas
Copy link

Found something strange in my application when I used the slider, Chrome reported performance issues and was constantly spitting out "[Violation] 'setInterval' handler took ms" in the logs. Within few min it generated more than 20K of these warnings. Not sure if these are related but found the slider component drastically affecting the performance. I am using Angular 5 btw.

Is there a work around to this as I had to disable the component for now?

@rubenCodeforges
Copy link

rubenCodeforges commented May 2, 2018

It is obvious that there are some performance issues , there is a lag between a click event on the slider and when the slider changes its value.

@rubenCodeforges
Copy link

Ok ive checked the original lib , looks like the performance issue is coming from it.

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

3 participants