0👍
SockJS is library for emulating WebSockets. If websockets is found that is used but if not sockJS is used. these requests seem to be long polling so taking a long time when nothing has changed is normal behavior.
Is anything in your app actually running slow or are you just concerned about these long running requests?
- [Vuejs]-How could I pass values from a file to another in Vue?
- [Vuejs]-How to pass variable from Vuex store to a function as value?
Source:stackexchange.com