ColdFusioning.com
My personal blog about ColdFusion, code, Google, & computers...
ColdFusioning: Pronunciation \kold-fy�-zhn-ing\ Noun: The action of one that writes ColdFusion.
Fusebox Production Mode for Live Websites
If you are using Fusebox, when you put your site into production, make sure you set your site into "production mode". If you go into fusebox.xml.cfm and look for the "mode" parameter, there are three options you can use:
development-full-load
Does a full load (slowest but most useful for developing)
development-circuit-load
Just loads the circuit on each call. I personally don't use this setting, ever.
production
Full production mode. The quickest but requires you reload the application if you make any changes to the XML files.
Make sure your mode is set to production to get the full performance out of your site:
<parameter name="mode" value="production" />

There are no comments for this entry.
[Add Comment] [Subscribe to Comments]