Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I have 2 apps now that use AJAX to pull data from a DB on my web server. It seems that both apps become unresponsive for about 5-10 secs after each ajax call is made. Has anyone else experienced this? I can post my code if needed.
>. It seems that both apps become unresponsive for about 5-10 secs after each ajax call is made.
I’m not aware of any such side effects for ajax calls. What device(s) and OS versions are you using? Is this a new behavior that just started occuring? Or has it been happening since it was implemented?
What device(s) and OS versions are you using? Is this a new behavior that just started occuring? Or has it been happening since it was implemented?
It is happening on Android and iOS devices, and has always happened since implementation. Maybe it is something on my end. I will continue to test but I just wanted to see if anyone else experienced the issue. Maybe the delay is on the server side and the fact that my requests are made synchronously.