You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are updating a project relying heavily on Svelecte to version 5, and suddenly run into performance issues with opening the select when having a lot of options, in spite of enabling the virtual list. In version 4 the performance is great with the same number of options.
Step to reproduce:
Initialize a Svelecte component with Virtual List enabled and 8000+ options supplied
The options are objects containing only the text and value key/value pairs.
Results:
It takes around 3 seconds for the options to be rendered after the first click, while in version 4 it is instant.
Increasing the options count increases the time it takes to be rendered, while reducing the options count reduces the rendering time
Hello, and thanks for a great package.
We are updating a project relying heavily on Svelecte to version 5, and suddenly run into performance issues with opening the select when having a lot of options, in spite of enabling the virtual list. In version 4 the performance is great with the same number of options.
Step to reproduce:
text
andvalue
key/value pairs.Results:
Videos:
Svelecte version 5
https://github.com/user-attachments/assets/d912fa2c-01ea-4a99-85cc-2d67c572f8c7
Svelecte version 4
https://github.com/user-attachments/assets/1c69cc3e-8579-4447-8939-d57b17862b02
The text was updated successfully, but these errors were encountered: