Modules and Performance

0
Does the number of modules affect the performance of my application? I have a project with around 69 modules.  Could this be a factor to the start time being closed to 6 minutes?   Thank you  
asked
2 answers
1

I don’t think the number of modules matters. Do you have slow processes in your after startup? Add some logging and check how long it takes different activities in there. Maybe some of them can be executed in a task queue.

answered
1

Hmm, I do not think I agree with this answer. Because the bigger your model (ie more modules, entities etc.) the longer it will take to start your model. The performance after startup is a whole other matter. So yes the number of modules, entities etc. does matter for the start time of your model.

Regards,

Ronald

 

answered