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? ti

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,

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,

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 poi

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 re

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