Hello good people,
I’ve been faced with a rather strange issue I can’t get to the bottom off as I do not understand what’s happening.
I am working on an Ionic 5 APP using Angular 10.
The APP suddenly started experiencing performance issues on loading on the browser (tested with both chrome an firefox).
My home page takes ±2.5minutes to completley load.
I get similiar performance issues when I make a code change and the app reloads in the browser.
I analyzed the network calls on Chrome and noticed the following:
As you can see from the image, the bottleneck seems to be caused by vendor.js. A GET request to ws://localhost:8100/sockjs-node/584/vwgvqyd4/websocket is being done. I don’t know why it is taking this long.
I don’t have any clue on how can I resolve this.
Can someone help please?
Thanks in advance.