-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.24.0
-
Fix Version/s: 3.25.0
-
Component/s: import-export
-
Labels:
-
Environment:Pro
Noticed while investigating a separate issue, that we could enhance the performance of export a fair amount.
Analysis is we are doing the bucketId comparison last, which means we are wasting time on assets not even in the desired repository, checking if delta files exist, etc. Seems this could be a rather sizable perf improvement by just moving the comparison to the top.