We are facing some bizarre issue with our web application when we run it on chrome. All the operations on the application executes as expected but on some days when we execute very basic and common features of the application, chrome starts displaying this pop-up stating : - "The following page has become unresponsive. You can wait for it to become responsive or kill it. With two options of Wait and Kill."
So we are wondering, why sometimes application showing this unexpected behavior. So need your help to figure out what could be possible cause of this.
Little Application Background : 1. Analytics application so having multiple tabs with multiple charts and Grids on each tabs. 2. A DOM intensive application with operations on large data. 3. Developed using EXTJs -4.2 for complete UI and JAVA for the Backend, 4. CometD as Messaging server. 4. Appplication deployed on Jetty server.
So we have figured out few areas which could have been causing problems but having hard time to identify exact cause. Possible areas of concern : 1. Rendering of charts, grids and other UI component on Chorme. 2. Slow internet or network by application accessed. 3. Heavy request to the sever and heavy response data from the server.
So any thoughts what could be causing this possible. Also are there any tools or plugins etc. which can be useful to identify exact problematic area.