Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): Toby W. / ()
Created: 12/05/2019
Components: File Management, CFFile, Performance
Versions: 2018
Failure Type: Non Functioning
Found In Build/Fixed In Build: CF2018 /
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Win 2012 Server x64
Vote Count: 1
Problem Description:
cffile action = "copy" is about 3-4 times slower in CF 2018 compared to CF 11.
Processing images using the cffile tag is much slower on CF 2018 then CF 11. Doing a simple copy take a lot longer. Add that to processing multiple images and the time can increase significantly.
I have tested this with the same spec machines, fresh installed & upgrade. Both win 2012 and 2016 OS.
Configurations for CF are the same.
CF 11 - 11,0,18,314030 , Java 1.8.0_171
CF 2018 - 2018,0,06,316308, Java 11.0.1
Steps to Reproduce:
Repro attached to bug.
Run something like:
<cffile action = "copy" source = "C:/Temp/testimg1.JPG" destination = "C:/Temp/testimg2.JPG">
on CF 11 then repeat on CF 2018
Actual Result:
Process taking 3-4 times longer
Expected Result:
Similar run times to CF 11
Any Workarounds:
None
Revert to CF 11 or use third party tools
Attachments:
Comments: