-
Notifications
You must be signed in to change notification settings - Fork 98
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
6 second delay #4
Comments
It might also be the resize listener, especially if you have a good deal of ellipsis directives on the same page. Try commenting out 112 to 123 and seeing if the performance improves. There are things you can do to limit resize evaluations if that is the issue. |
#42 should have fixed this issue. |
The issue is still relevant when using many items with the ellipsis directive |
I think it can be alleviate by using ResizeSensor |
For some reason, when I use this directive my pages are very slow. Not sure what could be the issue - I'm running it with HTML in the binding, perhaps that is it....
The text was updated successfully, but these errors were encountered: