-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.6
-
Fix Version/s: 5.6.0-HF21, 5.7.2
-
Component/s: Excel Export
When importing files through the JSF/RichFaces UI ("Import File" button), the server-side processing is doing several copies that could be optimized away in some cases (see NXP-11689 for work already done):
- copy for each picture view to a "source" file by IMImageUtils$ImageMagickCaller.createTempSource,
- copy of each reduced picture to the convert cache,
- copy of each blob (original and reduced) to the VCS binary cache.