MongoDB slow initial connection MongoDB slow initial connection mongoose mongoose

MongoDB slow initial connection


Replace the hostname with IP

From:var mongoUrl = "mongodb://devmachine.local:27017/project";

To:var mongoUrl = "mongodb://127.0.0.1:27017/project";