You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using repository.EnableCache = true; improves the loading time but the main issue for us is because the plugin loads the full module and there is no option to load a specific package. As we have the full project design in the same repository the plugin is taking a lot of time loading models that never will be used for the IDL generation.
Steps to reproduce:
Current Result:
It runs 4-5min for the model
Expected Result:
It should run max 30 sec
Additional Info:
We are using EA with a SQL Server and it seems that every object create a separate connection to the DB
The text was updated successfully, but these errors were encountered: