I have a webpage that loads multiple Ajax and WebSocket requests once the page is fully loaded. This happens because of the frequent updates to the chatroom and chart prices on the page.
Is there a way to prevent the browser from fetching the chatbox data and live price updates on the chart? Whenever I load the page, it tends to freeze or lag due to this activity. I just want to maintain the forms without all the unnecessary information cluttering up the page.
Are there any console commands that can be used to halt all the background activity on the page while still allowing form submissions to work smoothly?