Were using Entity Framework 6.1.3 on a modular ASP.Net application. When an entity like a 'sales order' is created, this imply the initialization of several modules DbContext
s. Typically the first 'sale order' created after a server reboot, takes tens of seconds to complete, and many times this results in a client side time-out, which is awful in terms of user experience.
Is this inevitable due to EF nature, or is something that can be mitigated?