OS: Windows Server 2022 (10.0) 64bit Java Version: 11.0.17 Tomcat Version: 9.0.62 Lucee Version: 5.3.10.120 DB: MS SQL Server
Hi, We are looking to migrate our application from Adobe CF to lucee. I have got a test site up and running on Lucee but the site is extremely slow compared to Adobe. I have copied the site settings to be similar as the ones on adobe but does not make any difference. Can a anyone help with regards to what else I can possibly tweak or what the bottleneck could be?
Thanks for your reply. I couldn’t understand exactly where i am meanto to remove this address from the ajp connector config…? is this in the server.xml file in apache?
Try adding address="::1" to the <Connector protocol="AJP/1.3"> element. As Michael says, that’s likely to work in cases where every request is taking a second or more.
Thanks! that worked for me too. Kept wondering why there was this 1 sec hesitation for all requests, even with Inspect Templates set to “never” for performance and caching. Big difference.