-
Notifications
You must be signed in to change notification settings - Fork 36
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
Question about performance with 500+ options #39
Comments
You can use |
Thanks for the idea @Nishchit14, however, loading data is not the bottleneck. Creating the select, and I suppose the several ng-repeats, is where the slowdown occurs. |
Yes @sugaaloop, I think so too, but I don't have the time to understand how to pack a fix to improve performances. If you have any idea or you are interested in contribution you're always be welcome! :) |
You can still use the remote option and filter your options within it to only return a few of them that match the user input, instead of the huge list. |
This is fixed in a high performance variant/fork of the same component: Refer enhanced example page - https://jkodu.github.io/angular-selector-on-steroids/ (allow unsafe scripts). |
I'm having performance issues when the option list is 500+ in size, any suggestions of how I could research improvements? Love the tool, by the way.
The text was updated successfully, but these errors were encountered: