Any way to speed up a dynamic search?

I’m implementing a search function using an input box that displays Items with names containing the input value.

The table size is only 40-50 rows.

But it takes 2-3 seconds every time for the items to be refreshed correctly.

Does it query the database every time I type in the input?

How do I speed up each refresh so it’s almost instantaneous?

image

This topic was automatically closed after 70 days. New replies are no longer allowed.