Re: page load timer

2009-06-14 Thread Adrian Merrall
Milliseconds according to WIA

Cheers,

Adrian

On 6/13/09, Igor Vaynberg  wrote:
> dont remember offhand, look in the source.
>
> -igor
>
> On Fri, Jun 12, 2009 at 9:29 AM, Steve
> Swinsburg wrote:
>> Thats the one I was after. A question though, what units are the
>> measurements displayed in? time/totaltime in milliseconds, session size in
>> bytes?
>>
>> thanks,
>> Steve
>>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: page load timer

2009-06-12 Thread Igor Vaynberg
dont remember offhand, look in the source.

-igor

On Fri, Jun 12, 2009 at 9:29 AM, Steve
Swinsburg wrote:
> Thats the one I was after. A question though, what units are the
> measurements displayed in? time/totaltime in milliseconds, session size in
> bytes?
>
> thanks,
> Steve
>
> On 12 Jun 2009, at 16:54, Igor Vaynberg wrote:
>
>> getRequestLoggerSettings().setRequestLoggerEnabled(true);
>>
>> -igor
>>
>> On Fri, Jun 12, 2009 at 3:04 AM, Steve
>> Swinsburg wrote:
>>>
>>> Hi all,
>>>
>>> I vaguely remember seeing a component or setting that times how long it
>>> takes to completely render a page then outputs the result in a Label, can
>>> someone point me in the right direction?
>>>
>>> Or is it as simple as just setting the start time in my BasePage, then
>>> checking again at the end of the page in question? (I wouldn't think that
>>> would be exact though as other Wickety things might occur after the
>>> components on my page have been constructed.)
>>>
>>>
>>> thanks,
>>> Steve
>>>
>>>
>>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: page load timer

2009-06-12 Thread Steve Swinsburg
Thats the one I was after. A question though, what units are the  
measurements displayed in? time/totaltime in milliseconds, session  
size in bytes?


thanks,
Steve

On 12 Jun 2009, at 16:54, Igor Vaynberg wrote:


getRequestLoggerSettings().setRequestLoggerEnabled(true);

-igor

On Fri, Jun 12, 2009 at 3:04 AM, Steve
Swinsburg wrote:


Hi all,

I vaguely remember seeing a component or setting that times how  
long it
takes to completely render a page then outputs the result in a  
Label, can

someone point me in the right direction?

Or is it as simple as just setting the start time in my BasePage,  
then
checking again at the end of the page in question? (I wouldn't  
think that

would be exact though as other Wickety things might occur after the
components on my page have been constructed.)


thanks,
Steve





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org





smime.p7s
Description: S/MIME cryptographic signature


Re: page load timer

2009-06-12 Thread Igor Vaynberg
getRequestLoggerSettings().setRequestLoggerEnabled(true);

-igor

On Fri, Jun 12, 2009 at 3:04 AM, Steve
Swinsburg wrote:
>
> Hi all,
>
> I vaguely remember seeing a component or setting that times how long it
> takes to completely render a page then outputs the result in a Label, can
> someone point me in the right direction?
>
> Or is it as simple as just setting the start time in my BasePage, then
> checking again at the end of the page in question? (I wouldn't think that
> would be exact though as other Wickety things might occur after the
> components on my page have been constructed.)
>
>
> thanks,
> Steve
>
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: page load timer

2009-06-12 Thread Martin Makundi
Hi!

Here is a heavier Jamon example, but you can see how it is done:

* http://blog.xebia.com/2008/02/02/monitor-wicket-page-request-using-jamon/

**
Martin

2009/6/12 Steve Swinsburg :
>
> Hi all,
>
> I vaguely remember seeing a component or setting that times how long it
> takes to completely render a page then outputs the result in a Label, can
> someone point me in the right direction?
>
> Or is it as simple as just setting the start time in my BasePage, then
> checking again at the end of the page in question? (I wouldn't think that
> would be exact though as other Wickety things might occur after the
> components on my page have been constructed.)
>
>
> thanks,
> Steve
>
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



page load timer

2009-06-12 Thread Steve Swinsburg


Hi all,

I vaguely remember seeing a component or setting that times how long  
it takes to completely render a page then outputs the result in a  
Label, can someone point me in the right direction?


Or is it as simple as just setting the start time in my BasePage, then  
checking again at the end of the page in question? (I wouldn't think  
that would be exact though as other Wickety things might occur after  
the components on my page have been constructed.)



thanks,
Steve




smime.p7s
Description: S/MIME cryptographic signature