Jquery – How to Optimize a Fetch Query in Laravel and ajax
I am trying to fetch a list of cities that has more than 40,000 cities, My issue is how to optimize since my browser keeps being responsive when loading the cities. In Laravel Controller I have, public function getCities(Request $request)…