What I don't get is why you're using <cffile> and rereplace()s.  It would
almost certainly be faster to simply <cfinclude> the top, the quiz if
necessary, and the bottom.

Remember, re*() operations are pretty slow.


--  Ben Doom
    Programmer & General Lackey
    Moonbow Software, Inc

: -----Original Message-----
: From: Scott Weikert [mailto:[EMAIL PROTECTED]
: Sent: Friday, September 12, 2003 5:18 PM
: To: CF-Talk
: Subject: Re:Odd ReReplace issue
:
:
: At 05:11 PM 9/12/2003 -0400, you wrote:
: >Static or not, are they ".cfm" or ".html/.htm" pages?
: >
: >If the former, can use CF operators
:
: .html. What I do is read in values out of the URL, and then go fetch the
: appropriate HTML file, using <CFFILE>, and then monkey with the
: content and
: just output the one string to the browser.
:
: I basically have every link going to an index.cfm file (using
: fusebox), so
: I have a core set of functions that I run on the HTML file's content each
: time a page gets called, before tossing it out to the user's
: browser. That
: ReReplace was just one of'em.
:
: 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Reply via email to