This is how all auto complete components that I'm seen work. Why do you think it needs optimizing? If it's slow, maybe there's a database index optimization needed. 😊
I was thinking it's making too many requests. That's why I thought there must be a way to use sockets or something similar for continuous data streaming. But I'm new to this, so I don't know for sure. That's why I'm asking here for advice from experienced people.
Hi Shazeb,
This is how all auto complete components that I'm seen work. Why do you think it needs optimizing? If it's slow, maybe there's a database index optimization needed. 😊
Hey, thanks for the reply.
I was thinking it's making too many requests. That's why I thought there must be a way to use sockets or something similar for continuous data streaming. But I'm new to this, so I don't know for sure. That's why I'm asking here for advice from experienced people.