Anders Lars
12/19/2022, 2:36 AMlocal.conn = createObject("java", "java.net.URL").init(arguments.url).openConnection(); etc ...
Is that normal, or maybe something that used to be a thing and isn't anymore? Code could have been there from before it was switched to lucee. If so, then i might ditch it - or keep it for 1 / 2 dog slow SOAP calls.
I tested ~100 calls over cfhttp and the java version and observed about an average 20% improvement in the java version, but TBH most of the calls are < 20ms so the saving is barely anything - and they of course miss out on stuff like LDEV-3810, plus seems easier to debug with tools like FusionReactor when you use CFHTTP.