Is there any limit to number of ajax calls on a web page ? Will it affect the performance of the web application if we have too many ajax calls/timers that have been set to run at frequent interval .
Regards, Mithun
Is there any limit to number of ajax calls on a web page ? Will it affect the performance of the web application if we have too many ajax calls/timers that have been set to run at frequent interval .
Regards, Mithun
It depends on the browser. Firefox has a default of 2 open requests per host, the rest will be queued. It is configurable, but hardly anyone changes the default.
I'm unsure of other browsers, but google might help if you need the numbers.