RE: Speeding up first hit compile time

2007-05-14 Thread Robertson-Ravo, Neil (RX)
Yeah, I think that will have to be the goal I think. I am not sure what Will means though? -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: 14 May 2007 12:00 To: CF-Talk Subject: Re: Speeding up first hit compile time Robertson-Ravo, Neil (RX) wrote: >

Re: Speeding up first hit compile time

2007-05-14 Thread Jochem van Dieten
Robertson-Ravo, Neil (RX) wrote: > It would be if a physical page was created before publish but there isn't, > the page content etc is in the DB and constructed on demand from the DB for > flat file publishing to the web (which runs fine) > > I was just hoping to speed up that first hit call but

Re: Speeding up first hit compile time

2007-05-14 Thread Will Tomlinson
>I was just hoping to speed up that first hit call but it looks like I will >have to live with it. > You DO have one other option yanno. Bring this thread to Dave Watts's attention. lol! Will ~| ColdFusion MX7 and Flex 2 Buil

Re: Speeding up first hit compile time

2007-05-13 Thread Robertson-Ravo, Neil (RX)
007 Subject: RE: Speeding up first hit compile time > Erm, yes I know that but this is actually speeding up that process. Why not use CFHTTP to call the page when you save it? Seems straightforward enough... Paul ~| ColdF

Re: Speeding up first hit compile time

2007-05-13 Thread Andy Allan
I'd say you just need to live with it ... if the miliseconds are precious, look at other areas instead. On 13/05/07, Will Tomlinson <[EMAIL PROTECTED]> wrote: > >Nope, can't be done as noted, the page is built and requested on the fly. > > Then you're just out of luck on this one guy? :) > > Will

Re: Speeding up first hit compile time

2007-05-13 Thread Will Tomlinson
>Nope, can't be done as noted, the page is built and requested on the fly. Then you're just out of luck on this one guy? :) Will ~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIA’s for your business. Upgrade

Re: Speeding up first hit compile time

2007-05-13 Thread Robertson-Ravo, Neil (RX)
riginal Message- From: Will Tomlinson To: CF-Talk Sent: Sun May 13 20:52:45 2007 Subject: Re: Speeding up first hit compile time Maybe you can schedule a task to hit the page so it's compiled? Will ~| Create robust enterpris

RE: Speeding up first hit compile time

2007-05-13 Thread Paul Vernon
> Erm, yes I know that but this is actually speeding up that process. Why not use CFHTTP to call the page when you save it? Seems straightforward enough... Paul ~| Create robust enterprise, web RIAs. Upgrade & integrate Adob

Re: Speeding up first hit compile time

2007-05-13 Thread Will Tomlinson
Maybe you can schedule a task to hit the page so it's compiled? Will ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive:

Re: Speeding up first hit compile time

2007-05-13 Thread Robertson-Ravo, Neil (RX)
- From: Ariel Jakobovits To: CF-Talk Sent: Sun May 13 20:33:03 2007 Subject: Re: Speeding up first hit compile time hit the page yourself the first time as soon as you release it to cause it to compile so that it is ready for your users - Original Message From: Gert Franz <[EMAIL PROTE

Re: Speeding up first hit compile time

2007-05-13 Thread Robertson-Ravo, Neil (RX)
- From: Ariel Jakobovits To: CF-Talk Sent: Sun May 13 20:33:03 2007 Subject: Re: Speeding up first hit compile time hit the page yourself the first time as soon as you release it to cause it to compile so that it is ready for your users - Original Message From: Gert Franz <[EMAIL PROTE

Re: Speeding up first hit compile time

2007-05-13 Thread Ariel Jakobovits
hit the page yourself the first time as soon as you release it to cause it to compile so that it is ready for your users - Original Message From: Gert Franz <[EMAIL PROTECTED]> To: CF-Talk Sent: Sunday, May 13, 2007 9:37:51 AM Subject: Re: Speeding up first hit compile time H

Re: Speeding up first hit compile time

2007-05-13 Thread Gert Franz
t necessarily those expressed by Reed Exhibitions." > Visit our website at http://www.reedexpo.com > > -Original Message- > From: Gert Franz > To: CF-Talk > Sent: Sun May 13 17:37:51 2007 > Subject: Re: Speeding up first hit compile time > > Hi Neil, > >

Re: Speeding up first hit compile time

2007-05-13 Thread Robertson-Ravo, Neil (RX)
ithin this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -Original Message- From: Gert Franz To: CF-Talk Sent: Sun May 13 17:37:51 2007 Subject: Re: Speeding up first hit compile time Hi Neil, I am still trying to co

Re: Speeding up first hit compile time

2007-05-13 Thread Gert Franz
ithin this > communication are not necessarily those expressed by Reed Exhibitions." > Visit our website at http://www.reedexpo.com > > -Original Message----- > From: Peter Tilbrook > To: CF-Talk > Sent: Sun May 13 13:53:22 2007 > Subject: Re: Speeding up first hit c

Re: Speeding up first hit compile time

2007-05-13 Thread Robertson-Ravo, Neil (RX)
2007 Subject: Re: Speeding up first hit compile time As CF improves, markedly of late, this should not be an issue. Yes CF seems to take ages to execute the first template upon a restart (as the libraries are loaded) but after that it flies. If you are having issues I would look at your setup - is t

Re: Speeding up first hit compile time

2007-05-13 Thread Robertson-Ravo, Neil (RX)
ssage- From: Andrew Scott To: CF-Talk Sent: Sun May 13 14:07:25 2007 Subject: Re: Speeding up first hit compile time Neil, I think I said that when the file is created why not do a cfexcute on the file to compile it? On 5/13/07, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > &g

Re: Speeding up first hit compile time

2007-05-13 Thread Andrew Scott
ions expressed within > this > communication are not necessarily those expressed by Reed Exhibitions." > Visit our website at http://www.reedexpo.com > > -----Original Message----- > From: Andrew Scott > To: CF-Talk > Sent: Sun May 13 13:36:32 2007 > Subject: Re: Spee

Re: Speeding up first hit compile time

2007-05-13 Thread Peter Tilbrook
As CF improves, markedly of late, this should not be an issue. Yes CF seems to take ages to execute the first template upon a restart (as the libraries are loaded) but after that it flies. If you are having issues I would look at your setup - is the database server on the same box, system RAM,

Re: Speeding up first hit compile time

2007-05-13 Thread Robertson-Ravo, Neil (RX)
te at http://www.reedexpo.com -Original Message- From: Andrew Scott To: CF-Talk Sent: Sun May 13 13:36:32 2007 Subject: Re: Speeding up first hit compile time Neil... not sure if this is an option or not.. Not sure how you are creating your on the fly code, or template. But have you considered

Re: Speeding up first hit compile time

2007-05-13 Thread Robertson-Ravo, Neil (RX)
7910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -Original Message- From: Andrew Scott To: CF-Talk Sent: Sun May 13 13:36:32 2007 Subject: Re: Speeding up first hit compile time Ne

Re: Speeding up first hit compile time

2007-05-13 Thread Andrew Scott
o.com > > -Original Message- > From: Andy Allan > To: CF-Talk > Sent: Sun May 13 11:23:51 2007 > Subject: Re: Speeding up first hit compile time > > cfcompile > > On 13/05/07, Robertson-Ravo, Neil (RX) > <[EMAIL PROTECTED]> > wrote: > > >

Re: Speeding up first hit compile time

2007-05-13 Thread Robertson-Ravo, Neil (RX)
those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -Original Message- From: Andy Allan To: CF-Talk Sent: Sun May 13 11:23:51 2007 Subject: Re: Speeding up first hit compile time cfcompile On 13/05/07, Robertson-Ravo, Neil (RX) <[EMAIL PROT

Re: Speeding up first hit compile time

2007-05-13 Thread Andy Allan
cfcompile On 13/05/07, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > > 'Ello > > Is there anyway to speed up the first hit compile time of templates (not > by > extensive cachine of class files etc) I mean speed up the actual process > as > if it was running clean each time. > > Is it a c

Speeding up first hit compile time

2007-05-13 Thread Robertson-Ravo, Neil (RX)
'Ello Is there anyway to speed up the first hit compile time of templates (not by extensive cachine of class files etc) I mean speed up the actual process as if it was running clean each time. Is it a case of JVM tweaks or a case of living with the first hit speed out of the box? Cheers Neil