I am sending request to backend on users input in Input Field, I have already implemented debouncing even though, my UI is lagging little bit, what can I do/implement along with debouncing to improve search results.
Actually backend search is very heavy call, are there any other ways/tricks/techniques which I can use to improve it further
[My backend is taking about 1500ms to 4000ms to process request as number of records are more than 100000]