We have built our application using angular 5. Application performance is good but with the below scenario, the application gets hung.
opening the application in one tab and duplicating the browser tab, will freeze the angular application running in the first tab until the angular application in the second tab is completely loaded.
The application have service calls and also we are using a browser cookie (JWT stored as cookie)
what may be the reason?