240
Views
2
Comments
Input auto complete or drop down performance issue

Hi There


I need to load 1500+ user names (Format:  Name (Userid) )into either Input with auto complete or dropdown (using select2 widget). Both are giving performance issues.


Can anyone suggest better options to resolve fast load or performance tricks


Thanks


2023-04-06 11-24-23
Paulo Zacarias
2019-06-15 21-39-22
Afonso Carvalho
 
MVP

Hi Phani,

Rendering so many records into a dropdown is always going to cause those issues, but an autocomplete can be tweaked to improve on this.

How are you implementing the autocomplete? Are you limiting the results of the query? Did you track down the performance issue to the table itself, or to the rendering on the screen?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.