I wont repeat the other stuff...
But one tip that hasn't yet been mentioned, see where you can totally avoid
database use altogether.
If you have areas of the app that keep hitting  the database when the data
is always the same or changes rarely, such as setitngs, global variables and
the likes. Just bung this data into an XML file instead, load that in and
cache it or convert it into a structure E.G application.config.
Depending on if this is an Access or SQL Server database, you may find some
advantage in extracting other data to XML files and using those as well.

Russ


> -----Original Message-----
> From: Jolly Green Giant [mailto:[EMAIL PROTECTED] 
> Sent: 30 June 2004 22:16
> To: [EMAIL PROTECTED]
> Subject: [ cf-dev ] streamlining an MX app
> 
> Guys,
> 
> If a client were to come to you and say that they have a 
> project for you, and that the job was to "increase the 
> performance and stability of a Cold Fusion MX application", 
> what "flags" pop up for you right away?
> 
> Things like...
> ... check to see if any queries can be cached?
> ... be sure all session variables are locked properly, if 
> appropriate? 
> ... decrease use of CFML custom tags where possible to reduce 
> overhead?
> ... notice locations of multiple cfset statements where 
> cfscript would be better?
> 
> Those were a few that came to me right away.  But I am 
> interested in what you all think as well.
> 
> Thanks,
> 
> David /jgg
> 
> 
> 
> 
> --
> These lists are syncronised with the CFDeveloper forum at 
> http://forum.cfdeveloper.co.uk/
> Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>  
> CFDeveloper Sponsors and contributors:-
> *Hosting and support provided by CFMXhosting.co.uk* :: 
> *ActivePDF provided by activepdf.com*
>       *Forums provided by fusetalk.com* :: *ProWorkFlow 
> provided by proworkflow.com*
>            *Tutorials provided by helmguru.com* :: *Lists 
> hosted by gradwell.com*
> 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> 


-- 
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]

Reply via email to