nder time since you do
your logic, then cycle.redirect() that might be a bit tricky.
Greg
-Original Message-
From: Lutz Hühnken [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 26, 2006 1:47 PM
To: Tapestry users
Subject: Re: Timing processing time of a page
Oh, I think all the
-Original Message-
From: Lutz Hühnken [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 26, 2006 1:38 PM
To: Tapestry users
Subject: Re: Timing processing time of a page
I believe if your set the log level for tapestry to "debug", as in
putting a line like "log4j.logger.org.a
ect: RE: Timing processing time of a page
James,
Does this need to be enabled somehow? I don't see it in the HTML source.
tap 4.
Thanks,
Greg
-Original Message-
From: James Carman [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 26, 2006 1:25 PM
To: 'Tapestry users'
06 1:38 PM
To: Tapestry users
Subject: Re: Timing processing time of a page
I believe if your set the log level for tapestry to "debug", as in
putting a line like "log4j.logger.org.apache.tapestry=debug" in your
log4j.properties, it will output such information.
Like
19:30
I think you just need to use the @Shell component.
On 9/26/06, Lutz Hühnken <[EMAIL PROTECTED]> wrote:
I believe if your set the log level for tapestry to "debug", as in
putting a line like "log4j.logger.org.apache.tapestry=debug" in your
log4j.properties, it will output such information.
Like
I believe if your set the log level for tapestry to "debug", as in
putting a line like "log4j.logger.org.apache.tapestry=debug" in your
log4j.properties, it will output such information.
Like
19:30:56,135 DEBUG BaseComponent:89 - Begin render Home
19:30:57,807 DEBUG BaseComponent:95 - End render
James,
Does this need to be enabled somehow? I don't see it in the HTML source.
tap 4.
Thanks,
Greg
-Original Message-
From: James Carman [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 26, 2006 1:25 PM
To: 'Tapestry users'
Subject: RE: Timing processing time of a
processing time of a page
Hi. I'm wondering if anyone has done any simple timing of the processing for
a page?
I've changed my border slightly so at the start it creates a Date, and at
the end creates another and determines the difference.
However, I think this only works out to be the render t
Hi. I'm wondering if anyone has done any simple timing of the processing for a
page?
I've changed my border slightly so at the start it creates a Date, and at the
end creates another and determines the difference.
However, I think this only works out to be the render time of the page itself,
n