If you want to go for speed, put each fuseaction in its own directory, with 
no CFIFs or CFSWITCHs in the index.cfm, only CFINCLUDEs.  And the unique 
directory implicitly defines the fuseaction.

best,  paul

At 10:32 AM 1/12/01 -0500, you wrote:
>not only is it quicker to code, but its quicker to execute.
>
><cfif fileexists("#request.path#\#request.page#")>
>     <cfinclude template="#request.page#">
></cfif>
>
>runs faster than the cfswitch


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to