ColdFusion Muse

CFMX & Java Optimizing checklist

Mark Kruger January 13, 2005 11:03 AM Coldfusion Optimization Comments (0)

Although this checklist ignores the OS, Database and hardware, it is an excellent checklist for the JVM and CFMX server. It's well worth running on a new CFMX installation.
CFMX Performance settings

  • Share:

Optimizing your CFML

Mark Kruger November 4, 2004 11:49 AM Coldfusion Optimization Comments (0)

There are many things you can do to optimize a web site before you ever examine the CFML. In fact, many poorly written sites run just fine because on big beefy servers and robust database servers. Sometimes, when troubleshooting a site's performance you start with those resources - is the web server too busy? Is the database indexed and optimized? Is there enough RAM? Is the CF server correctly configured? ... and so on. Once you have Exhausted these possibilities it may be time to look at the actual CF code itself. That's when your advanced knowledge and experience can begin to really pay off.

Read More
  • Share: