Currently the site loads all the cities in the database and tries to show them in the drop down which make things slow. We need to find a way to manage this without putting much strain on the server. Main concerns:
- If we fetch data from the server as people type, it will put more strain on the server.
- We need to keep the load to a minimum since this is a non profit project.
Currently the site loads all the cities in the database and tries to show them in the drop down which make things slow. We need to find a way to manage this without putting much strain on the server. Main concerns: