Hi everyone! I have a production code base that i'm trying to port from 10.X to 11.X, but I'm having too much problem with the mongoose module....
Basically, on 10.X, the MongooseModule took around ~30ms to initilize with more than 40 modules loaded in the app.module. But, on 11.X, with only 5 modules, the MongooseModule took around 50 SECONDS to initialize.
I can't provide the code because of NDA's, so I don't expect any miracle solution, so I'm just asking around in order to find any reasonable explanation of why this could be happening.
Thanks in advance.