Skip to content

Commit caf9ddc

Browse files
committed
Speed up shallow copying of product property values during export
1 parent 740de14 commit caf9ddc

5 files changed

Lines changed: 261 additions & 247 deletions

File tree

src/Libraries/SmartStore.Core/Data/BaseEntityExtensions.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/Libraries/SmartStore.Core/SmartStore.Core.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152
<Compile Include="Collections\LazyMultimap.cs" />
153153
<Compile Include="Collections\Querystring.cs" />
154154
<Compile Include="Collections\TopologicalSorter.cs" />
155-
<Compile Include="Data\BaseEntityExtensions.cs" />
156155
<Compile Include="Data\IDbContextExtensions.cs" />
157156
<Compile Include="Data\ITransaction.cs" />
158157
<Compile Include="Domain\Catalog\PriceDisplayType.cs" />

src/Libraries/SmartStore.Services/DataExchange/DataExporter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,7 @@ private void ExportCoreOuter(DataExporterContext ctx)
10751075
ctx.DeliveryTimes.Clear();
10761076
ctx.CategoryPathes.Clear();
10771077
ctx.Categories.Clear();
1078+
ctx.PropertiesCache.Clear();
10781079

10791080
ctx.Request.CustomData.Clear();
10801081

0 commit comments

Comments
 (0)