Changes between Version 1 and Version 2 of FAQs/WhyIsMyModelGlueApplicationSlow

Show
Ignore:
Timestamp:
01/05/11 20:17:49 (15 years ago)
Author:
Brian (IP: 24.5.20.41)
Comment:

Old JVMs are a constant source of performance issues on the list; added the note and link to help identify problem.

Legend:

Unmodified
Added
Removed
Modified
  • FAQs/WhyIsMyModelGlueApplicationSlow

    v1 v2  
    2020 
    2121If you are in a production situation, check to see the Debug property in your application-specific !ColdSpring.xml is set to false. Model-Glue Debug writes a lot of content to the browser so if you don't need it, disable it. This is another commonly overlooked task when deploying an application to production. 
     22 
     235)  '''Check your JVM version''' 
     24 
     25ColdFusion 8 shipped with Java 1.6.0_4 which has an issue with generating classes from CFCs.  Any application with CFCs (including Model-Glue) will be dramatically slowed by this version of the JVM.  JDK 1.6.0_10 fixed this issue.  If you are running with an older version (which you can find on your CF Admin "Information" page), contact your system administrator to upgrade.  For more information, see: http://www.ghidinelli.com/2008/08/18/java16-u10-gives-big-boost-to-modelglue-transfer-coldspring-performance