Actually has a custom tag around to do this will see if i can find it
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Justin Mclean Sent: Tuesday, December 02, 2003 3:57 PM To: CFAussie Mailing List Subject: [cfaussie] Re: Evaluating CF Code Hi Sean, >Depending on which version of CF you are using, this may prove very >expensive (timewise) since CF will have to compile the file for every >execution... True. But you can improve performance a lot by only writing out the file when the DB content changes [you need to name the include file based on the table key and a version number or similar]. That way the page will only be recompiled if the DB content changes between requests to the same page. Justin ============================================= Justin Mclean Class Software Phone: (02) 93321230 9 Chapman St Fax: (02) 93321032 Surry Hills Mobile: 0416 119 342 NSW 2010 ============================================= --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
