Issue:
On entering the query when the user stops the prompt, it hits the backend on a certain time difference, but it lets to multiple hits to the backend. Which will reduce the performance of the backend when multiple users start to use the application.
solution:
Implementing a enter button after user completes his prompt will reduce the number of hits to backend. Unnecessary hits to the backend can be avoided. Which will really help when the application starts to get more no of visitors.
Number of hits can be reduced.
Less hits less cost in backend.
Image gets generated after user defining his/her prompt clearly.
Issue: On entering the query when the user stops the prompt, it hits the backend on a certain time difference, but it lets to multiple hits to the backend. Which will reduce the performance of the backend when multiple users start to use the application.
solution:
Implementing a enter button after user completes his prompt will reduce the number of hits to backend. Unnecessary hits to the backend can be avoided. Which will really help when the application starts to get more no of visitors.