Fixed
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Michael Born @ Ortus
Michael Born @ OrtusPriority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Created 1 July 2022 at 17:30
Updated 9 December 2022 at 17:29
Resolved 29 August 2022 at 13:43
This is a performance regression in 5.3.9.x. (I’m having trouble pinning down the exact version.)
Basically, a
createObject( "java", "java.internal.class" )
can be extremely slow when run at scale. When profiling via Fusion Reactor, it appears this is because Lucee is loading all OSGI bundles every time - i.e. the OSGI lookup is never cached.This is similar to , but it appears to be a different cause.