I've build a small angular.js web app hosted on a Node.js server running on my computer. When I start my node server, it takes ~30/35 seconds. The exact same server on a collegue computer takes 2-4s to start.
I've logged times in the console to see which steps were slower. It is right from the beggining, when it loads dependencies in the require() steps. The Express module takes 26s, Morgan module takes 4s, and the rest 3s.
I understand that you probably can't find the root cause, but if anyone has an idea of what can cause this on my computer, I would gladly take any hint :)
Thank you for the help.