in our team we developed a fairly large AngularJS app. A couple of days ago, we have the problem, that the browser/tab freezes on a specific action.
I sadly can't post any code, because it first a closed source project and second I have no clue what part could possibly be responsible for the freeze.
So my general question is: How can I detect the reason for a browser freeze?
- Is there any loop that does not exit?
- Are there suddenly too many DOM elements?
I don't even know where to start searching.
If someone needs more information that are not code relevant (I am sorry about that, but I am not allowed to share code here), then please tell me.