Prerequisites
Description
To improve performance for the Database, it is preferable to remove all autoinclude for navigation and include them depending on the deep level.
To also improve performance and not recalculate things all the time, create a static dictionary for each property and his level for each TEntity. This calculation can be done when the server start. Make sure to also run that calculation process on the client tests.
Steps to Reproduce
System Configuration
- UI-DSM version:
- Environment (Operating system, version and so on):
- .NET Framework version:
- Additional information:
Prerequisites
Description
To improve performance for the Database, it is preferable to remove all autoinclude for navigation and include them depending on the deep level.
To also improve performance and not recalculate things all the time, create a static dictionary for each property and his level for each TEntity. This calculation can be done when the server start. Make sure to also run that calculation process on the client tests.
Steps to Reproduce
System Configuration