Matthew wrote:
I'm retro fitting sections in my app to a MachII / Tranfer / ColdSpring bundle. First I modified the queries to use Transfer and had no speed impact. Then I added MachII and ColdSpring in one hit and found that some pages are taking 6+ seconds (way too long because they used to take only several 100ms).
Unfortunately without knowing more about how you have things set up this will be impossible to diagnose. If you have things set up in such a way that Mach-II or CS are having to generate a ton of objects on each request, that could explain a several-second request time. If all this stuff is set up properly, it really does fly.
Are you sure you have report execution times turned off in your CF administrator?
<cffunction name="onRequest"> <cfargument name="targetPage" type="string" required="true" /> <cfinclude template="#arguments.targetPage#" /> </cffunction>
Probably isn't hurting anything but you don't need onRequest in your Application.cfc.
Try to give us more information or some simple sample code we can try and we'll help diagnose.
-- Matt Woodward m...@mattwoodward.com http://www.mattwoodward.com/blog Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html
smime.p7s
Description: S/MIME Cryptographic Signature