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

3000 Records - Building Multiselect is slow! #677

Closed
rammoozz opened this issue Dec 21, 2015 · 2 comments
Closed

3000 Records - Building Multiselect is slow! #677

rammoozz opened this issue Dec 21, 2015 · 2 comments
Labels

Comments

@rammoozz
Copy link

Hello,
First off, I LOVE your component, it fits every need I throw at it. I have an edge case of a drop down with 3000 records, building the drop down takes about ~6-11s, any recommendations?

@Aidurber
Copy link
Contributor

There is a pull request #399 which replaces the default way of binding (on load) to when the dropdown is opened.

If you wanted to implement this, just fork this repository and pull in that Pull Request into your own fork.

That might help page performance, you will still face issues when you open the drop down. From my experience there isn't much you can do here, @davidstutz might have some better suggestions. But you will have issues binding 3000 elements to anything.

@davidstutz
Copy link
Owner

davidstutz commented Apr 17, 2016

See #672.

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

No branches or pull requests

3 participants