-
Notifications
You must be signed in to change notification settings - Fork 39
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
Comments
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? |
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. |
Ok ive checked the original lib , looks like the performance issue is coming from it. |
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?
The text was updated successfully, but these errors were encountered: