> Also how much is your cache set to, and do you have trusted cache checked,
> and does anyone know exactly what this does. Does it just cache templates
> and then never ever check again for an update.

Template Cache size?   Generally should be set to about 5 times the size of
your entire codebase (filesize).  I use to hear that you should use double,
but as of DevCon, several MM employees said it should actually be set to 5
times.

Trusted Cache...  If you turn it on CF will not check the CFM file for
changes after the template's been run once.  Takes out one small step in
processing a request and marginally speeds up your server.  Keep in mind
that if you turn this on and modify a file, you will have to turn Trusted
Cache off AND hit that page to make it detect the change and re-cache the
page.  Use to be that you had to bound CF Server Service to get CF to take
the change of turning Trusted Cache off, but CF5 is supposed to do it on the
fly (no bounce required).

-Cameron

--------------------
Cameron Childress
elliptIQ Inc.
p.770.460.1035.232
f.770.460.0963
--
http://www.neighborware.com
America's Leading Community Network Software





> -----Original Message-----
> From: Robert Everland [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 21, 2001 4:03 PM
> To: CF-Talk
> Subject: RE: Client variables and slow down
>
>
> Also how much is your cache set to, and do you have trusted cache checked,
> and does anyone know exactly what this does. Does it just cache templates
> and then never ever check again for an update.
>
> Robert Everland III
> Dixon Ticonderoga
> Web Developer Extraordinaire
>
> -----Original Message-----
> From: Cameron Childress [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 21, 2001 3:56 PM
> To: CF-Talk
> Subject: RE: Client variables and slow down
>
>
> We use client variables all over the place.  Never seen this
> behavior.  Are
> you storing them in the registry or in a datasource, and if in a
> datasource,
> what kind?  how much data are you storing in the client scope?  a lot?  a
> little?  How long are they set to live (expire) in the cfadmin?
>
> -Cameron
>
> --------------------
> Cameron Childress
> elliptIQ Inc.
> p.770.460.1035.232
> f.770.460.0963
> --
> http://www.neighborware.com
> America's Leading Community Network Software
>
>
>
>
>
> > -----Original Message-----
> > From: Robert Everland [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, November 21, 2001 3:22 PM
> > To: CF-Talk
> > Subject: Client variables and slow down
> >
> >
> >     How many people out there are using  client variables? I have been
> > using them for quite a while and never really noticed how long it
> > takes for
> > the initial page that has the cfapplication in it to load. The
> > first time it
> > loads it can take a few thousand milliseconds. How many people
> > out there are
> > using client variables instead of session variables?
> >
> > Robert Everland III
> > Dixon Ticonderoga
> >
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to