Performance Enhancements (#937)
This commit is contained in:
parent
aeb6d8e983
commit
491d9600dd
4 changed files with 9 additions and 0 deletions
|
@ -178,6 +178,7 @@ public class VolumeRepository : IVolumeRepository
|
|||
.OrderBy(volume => volume.Number)
|
||||
.ProjectTo<VolumeDto>(_mapper.ConfigurationProvider)
|
||||
.AsNoTracking()
|
||||
.AsSplitQuery()
|
||||
.ToListAsync();
|
||||
|
||||
await AddVolumeModifiers(userId, volumes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue