I have a webpage on which AJAX is working and getting the data which is constantly modifying the page every one minute.
Now in case more than 1 tabs of the page is opened, there will be lot of calls happening and i am worried that might choke the server down.
Is there any way that we can stop the calls and javascript load in the old tabs if a new tab for the page is opened?
Thanks for the advice in advance.