We have a page that has very little dynamic stuff going on -- actually it's just
a CFFORM that doesn't even self-submit but goes to another page to handle the
submission.

When I comment out the cfa_page tags, it runs in about 60 ms.

When the cfa_page tags are in there (see below), it takes about 4.5 seconds to
run. The exploded debugging shows cfa_page taking about 15 ms and most of the
4.5 seconds is in rendering the simple CFFORM page. There's nothing astounding
about the cfa_page tag. I think we've tried to change the pageName to see if
there is a conflict but it still takes as long. The debug data is showing no
queries to the database so am unsure where the time is coming from.

<cfa_page
    siteName="XXXX"
    sectionName="Search"
    pageName="m_searchIndex"
    dataSource="#request.cfa.objectstore.dsn#">

Anyone seen anything like this or have any ideas on what might be up?

thanks!

David

------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to