In one of our latest Windows servers, the latest version of Lucee (5.3.10.97) with default configuration was showing an apparent slowness. Every page, whether it is a single line output was taking 2-3 seconds to load. On searching, I found this bug post.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64182
The fix is mentioned in the blog, for clarity, I am adding the steps here.
In the file C:\lucee\tomcat\conf\server.xml, there is a section with comment “Define an AJP 1.3 Connector on port 8009”.
The content below it should look like
secretRequired=”true”
redirectPort=”8443″
address=”::1″
Adding address=”::1″ and restarting tomcat will fix the slowness issue.