Fixed
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Zac Spitzer
Zac SpitzerPriority
Labels
Fix versions
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
Affects versions
Created 2 May 2019 at 14:05
Updated 5 July 2019 at 09:35
Resolved 7 June 2019 at 07:02
with the modern template, the percentage is always 0% for sql execution times as percentage of all sql execution times
https://github.com/lucee/Lucee/blob/5.3/core/src/main/java/resource/context/admin/debug/Modern.cfc#L1285
this is the code
changing it to just this shows values, i think it might be problem with the unitFormat function
https://github.com/lucee/Lucee/blob/5.3/core/src/main/java/resource/context/admin/debug/Modern.cfc#L1982