I have VueJs frontend and NodeJs backend. The machine(CPU: 11th gen intel, disk: 932GB SSD, RAM: 32GB) which this application is running have 4 Network Interface Cards (eth1,eth2,eth3 and eth4). When I serve vue application by npm run serve while all the interfaces are active, it's taking so much time to build and loading of the webpage is also slow. Anyone know the how to fix this? Backend application is running without any delay. I have already set there the app.listen() to the particular IP.
It's fast when I disable other network interfaces and only one network card is active , there is no issue.