-
1. Re: CF 11 very slow to load web pages - up to 10 seconds
carl type3 Aug 5, 2014 4:26 PM (in response to SBA Dev)Hello,
This CF11 blog entry may help:
http://blogs.coldfusion.com/post.cfm/coldfusion-11-iis-connector-tuning
I guess CF8 is on 32 bit and CF11 on 64 bit. So you could do well to adjust the initial and maximum memory plus PermGen. These settings in CF11admin > Server Settings > Java and JVM
Minimum JVM Heap Size (in MB) 256
Maximum JVM Heap Size (in MB) 512JVM Arguments
-XX:MaxPermSize=192mEG 1024 3072 and 512m respectively.
Well that is not exactly CF Java tuning more of a try this and see. You could always perform some CF Java and CF tomcat monitoring to know better what values to apply.
HTH, Carl.
-
2. Re: CF 11 very slow to load web pages - up to 10 seconds
SBA Dev Aug 6, 2014 10:36 AM (in response to carl type3)Trying that... seems to work better - I would not know till I switch it to production. Thank you!
-
3. Re: CF 11 very slow to load web pages - up to 10 seconds
carl type3 Aug 6, 2014 3:04 PM (in response to SBA Dev)If you like to know more about CF tomcat values and how to monitor it I discuss that here:
http://experts.adobeconnect.com/p8l51p4s9m4Can be hard to know with changes to both tomcat and Java which has helped more than the other or if either has made any difference at all without some monitoring before and after changes. Will be interesting to hear your feedback once production comes on.
Regards, Carl.
-
4. Re: CF 11 very slow to load web pages - up to 10 seconds
SBA Dev Aug 6, 2014 3:52 PM (in response to carl type3)Thanks Carl! since you seem to be on top of the CF admin configuration, I have this other one question. posted it here:
ColdFusion 11 Application Server 3284 | ColdFusion 11 Application Server cannot be found...
Thank you!

