I have a site that is going to show businesses near the user. It uses Google APIs to do this. It first grabs nearby businesses using the radar search, grabs the place_id and saves it into the database(which I will need later) and then uses the place ID to grab details about the place. If certain criteria is met, then it displays the results in a table. However, it is taking a long time to load and I am trying to figure out why. If it is just too much information and that's the way it has to be then fine, but I feel like I am doing something inside the code to slow it down more than it should.I have a site that is going to show businesses