All work
- cfspreadsheet test runs slower since 5.4 (java integration)LDEV-5151Michael Offner
- ?. safe navigation operatorLDEV-72Resolved issue: LDEV-72Michael Offner
- Invalid Bytecode: Expecting a stackmap frame at branch targetLDEV-3020Michael Offner
- QoQ doesn't convert empty strings to 0 in arithmetic operationsLDEV-3736Resolved issue: LDEV-3736Brad Wood
- Allow for Hibernate logging to be configuredLDEV-1306Michael Offner
- Syntax Error, invalid Expression when evaluating function which takes no argumentsLDEV-2762Michael Offner
- Server Admin "Application" Page Error: source file [https://s3.amazonaws.com/downloads.ortussolutions.com/ortussolutions/redis-extension/redis-extension-icon.png] is not a fileLDEV-2504Resolved issue: LDEV-2504
cfspreadsheet test runs slower since 5.4 (java integration)
Description
Attachments
is caused by
relates to
Details
Details
Assignee
Reporter
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
Sprint
Priority
Activity
Zac Spitzer 18 November 2024 at 23:13
knocked up a waaaay better report
Zac Spitzer 11 November 2024 at 20:22
this commit sits in the middle of the period with the performance regression from 20s to 40s between 6.1.0.57
and 6.1.0.95
Zac Spitzer 11 November 2024 at 20:04
I set lucee_log_reflection=true
and my application.log
level to INFO, also seeing a lot of reflection, can the look ups be cached?
Zac Spitzer 11 November 2024 at 14:54(edited)
did some analysis, it seems lucee 6.2 is much slower working with int[]
values compared to 5.4?
which is
https://github.com/cfsimplicity/spreadsheet-cfml/blob/develop/test/specs/addPageBreaks.cfm#L16
Zac Spitzer 10 November 2024 at 22:48
I tweaked testlab to output test execution times
newer versions getting better, i’d assume once this regression is found and addressed, we’ll can beat 5.4 (given other gains?)