This is the code of the 9.1.3 version This is the url of your code: https://github.com/abpframework/abp/blob/9.1.3/framework/src/Volo.Abp.EntityFrameworkCore/Volo/Abp/EntityFrameworkCore/AbpDbContext.cs
Good morning again,
After many test, only slow when has many dependencies in the appservice.
We resolve that for the moment using LazyServiceProvider, now the endpoint is faster.
Good morning,
I can't give you the solution as it is the company's project.
We would have to try to replicate it in a project of approximately 100 entities.
| Solution | Entity Count | DbContext Size | Cold Start Time | |---|---|---|---| | Current (Large) | ~XXX entities | Large/Complex | 6,900ms | | Comparison (Small) | ~XX entities | Small/Simple | 600ms |
ABP Framework's cold start performance degrades exponentially with DbContext size:
How can it take so long to bring 7 records?
Hello, Can you give me your email?
It works, thanks a lot
Okay, Can you tell me if you know approximately how much the new release will generate?
Is the same problem that this https://abp.io/support/questions/8887/SSO-Users-forced-to-add-password-VoloAccountPro-900
Sorry,
We don't have this code, I've explained myself wrong, and without that piece of code it still fails us.