Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Mark Drew
Mark DrewLabels
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
Priority
Created 1 December 2022 at 10:54
Updated 1 December 2022 at 10:58
In our tests we got the following web config import speeds using
configImport()
For example:
Web Config import times: Empty: 5ms All: 9735 ms customTagPaths & componentPaths: 156 ms caches: 198 ms customTagPaths & componentPaths & caches : 240 ms + loggers : 620 ms + mail : 723 ms + mappings : 4237 ms + datasource(1) verify & validate = false: 6128 ms + datasource(2) verify & validate = false: 11404 ms just datasource : 1629 ms datasource + cache : 3288 ms datasource(10) : 5132 ms
This leads to 20000ms Tomcat starttimes in the end. It would be great to speed up this