-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Lazy render bootstrap-select #2187
Comments
While this exact feature hasn't been added, offloading the initial data calculation via a setTimeout allows the button elements and the rest of the page to load quickly. For large selects, the time in which lazy rendering would really be of benefit, the delay in opening the menu would be too great in my opinion. If people are still running into issues, let me know and I can reopen this issue and address it in a future release. Otherwise, considering this released in v1.13.6! |
Our pages were loading super slow when they had lots of big bootstrap-selects on them,
so I switched it to only actually go through all the work when the element is clicked.
This seems like a simple fix that could solve lots of the performance issues I saw here.
The text was updated successfully, but these errors were encountered: