Currently, a huge amount of suggestions is being loaded but only a handful is visible at once.
Possible improvements:
Limit the number of suggestions included in the DOM, e.g. by cutting off the results (requires sorting, as the results at the top may not be the most relevant)
Use virtual scrolling
Progressively load suggestions in small chunks to prevent blocking the UI
Currently, a huge amount of suggestions is being loaded but only a handful is visible at once.
Possible improvements: