Re: T5 first time loading very slow.

2008-07-01 Thread Tan [EMAIL PROTECTED]
thanks all.  I'm using Apache Geronimo + tomcat. I don have Hibernate
module.
Regarding the profiling mentioned by Robert. I not really clear and totally
no idea on it.
May i have more information about that?

Thank you.



On Tue, Jul 1, 2008 at 2:27 PM, José Paumard <[EMAIL PROTECTED]> wrote:

> Hello,
>
> If you have an Hibernate module in yout T5 application, then it's most
> probably the time taken by Hibernate to scan the table in your DB schema.
> I'm working on an app with both a Tomcat only and a Tomcat + JBoss
> deployment environment, in the 2nd case, it's JBoss that takes care of this
> DB verifying, and T5 launches like a breeze. In the 1st case, yes, it takes
> about 1mn for the webapp to start up. And of course in the Eclipse Jetty
> environment (the development one), it's the same, restarting the app takes
> about 1mn too.
>
> Hope this helped,
>
> José
>
> Robert Zeigler a écrit :
>
>
>> Hi Tan,
>>
>> I'm pretty sure this is NOT tapestry.
>> I have multiple apps of varying degrees of complexity, and it only ever
>> takes a few seconds at most to startup T5.
>> You might consider profiling...
>>
>> Robert
>>
>> On Jul 1, 2008, at 7/112:46 AM , Tan [EMAIL PROTECTED] wrote:
>>
>>  Hi,
>>>
>>> i have tried even pure tapestry code without javascript. it will take me
>>> 45sec ~ 1mins ++.
>>> is that pagepool took too long to load up?
>>> Thank you.
>>>
>>> Cyber
>>>
>>> On Tue, Jul 1, 2008 at 1:32 PM, Angelo Chen <[EMAIL PROTECTED]>
>>> wrote:
>>>
>>>
 does the page contain some javascripts? sometimes it takes to download,
 try
 using Firefox's firebug to check how many Ks downloaded.


 Tan [EMAIL PROTECTED] wrote:

>
> hi all,
>
> my T5 first time loading very slow. it need to take 45sec ~1mins++ by
> using
> Core2Duo.
> is there any way to tune it?
>
> Thank you.
>
> REgards,
> TAnMH
>
>
>
 --
 View this message in context:

 http://www.nabble.com/T5-first-time-loading-very-slow.-tp18209457p18209544.html
 Sent from the Tapestry - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: T5 first time loading very slow.

2008-06-30 Thread José Paumard

Hello,

If you have an Hibernate module in yout T5 application, then it's most 
probably the time taken by Hibernate to scan the table in your DB schema.
I'm working on an app with both a Tomcat only and a Tomcat + JBoss 
deployment environment, in the 2nd case, it's JBoss that takes care of 
this DB verifying, and T5 launches like a breeze. In the 1st case, yes, 
it takes about 1mn for the webapp to start up. And of course in the 
Eclipse Jetty environment (the development one), it's the same, 
restarting the app takes about 1mn too.


Hope this helped,

José

Robert Zeigler a écrit :


Hi Tan,

I'm pretty sure this is NOT tapestry.
I have multiple apps of varying degrees of complexity, and it only 
ever takes a few seconds at most to startup T5.

You might consider profiling...

Robert

On Jul 1, 2008, at 7/112:46 AM , Tan [EMAIL PROTECTED] wrote:


Hi,

i have tried even pure tapestry code without javascript. it will take me
45sec ~ 1mins ++.
is that pagepool took too long to load up?
Thank you.

Cyber

On Tue, Jul 1, 2008 at 1:32 PM, Angelo Chen <[EMAIL PROTECTED]>
wrote:



does the page contain some javascripts? sometimes it takes to 
download, try

using Firefox's firebug to check how many Ks downloaded.


Tan [EMAIL PROTECTED] wrote:


hi all,

my T5 first time loading very slow. it need to take 45sec ~1mins++ by
using
Core2Duo.
is there any way to tune it?

Thank you.

REgards,
TAnMH




--
View this message in context:
http://www.nabble.com/T5-first-time-loading-very-slow.-tp18209457p18209544.html 


Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: T5 first time loading very slow.

2008-06-30 Thread Robert Zeigler

Hi Tan,

I'm pretty sure this is NOT tapestry.
I have multiple apps of varying degrees of complexity, and it only  
ever takes a few seconds at most to startup T5.

You might consider profiling...

Robert

On Jul 1, 2008, at 7/112:46 AM , Tan [EMAIL PROTECTED] wrote:


Hi,

i have tried even pure tapestry code without javascript. it will  
take me

45sec ~ 1mins ++.
is that pagepool took too long to load up?
Thank you.

Cyber

On Tue, Jul 1, 2008 at 1:32 PM, Angelo Chen <[EMAIL PROTECTED] 
>

wrote:



does the page contain some javascripts? sometimes it takes to  
download, try

using Firefox's firebug to check how many Ks downloaded.


Tan [EMAIL PROTECTED] wrote:


hi all,

my T5 first time loading very slow. it need to take 45sec ~1mins++  
by

using
Core2Duo.
is there any way to tune it?

Thank you.

REgards,
TAnMH




--
View this message in context:
http://www.nabble.com/T5-first-time-loading-very-slow.-tp18209457p18209544.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: T5 first time loading very slow.

2008-06-30 Thread Tan [EMAIL PROTECTED]
Hi,

i have tried even pure tapestry code without javascript. it will take me
45sec ~ 1mins ++.
is that pagepool took too long to load up?
Thank you.

Cyber

On Tue, Jul 1, 2008 at 1:32 PM, Angelo Chen <[EMAIL PROTECTED]>
wrote:

>
> does the page contain some javascripts? sometimes it takes to download, try
> using Firefox's firebug to check how many Ks downloaded.
>
>
> Tan [EMAIL PROTECTED] wrote:
> >
> > hi all,
> >
> > my T5 first time loading very slow. it need to take 45sec ~1mins++ by
> > using
> > Core2Duo.
> > is there any way to tune it?
> >
> > Thank you.
> >
> > REgards,
> > TAnMH
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/T5-first-time-loading-very-slow.-tp18209457p18209544.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: T5 first time loading very slow.

2008-06-30 Thread Angelo Chen

does the page contain some javascripts? sometimes it takes to download, try
using Firefox's firebug to check how many Ks downloaded.


Tan [EMAIL PROTECTED] wrote:
> 
> hi all,
> 
> my T5 first time loading very slow. it need to take 45sec ~1mins++ by
> using
> Core2Duo.
> is there any way to tune it?
> 
> Thank you.
> 
> REgards,
> TAnMH
> 
> 

-- 
View this message in context: 
http://www.nabble.com/T5-first-time-loading-very-slow.-tp18209457p18209544.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]