I need to send multiple ajax requests and compare data using jQuery. This code works, but too slow. How to optimize it? – Jquery ajax
Please, help me with this code. It runs very slow, about 2 minutes. I'm new to js and don't know how to improve it. I need to take data from multiple ajax requests and compare it. I tried to use…