Re: [Zope-dev] ZPublisher timing hooks ?

2004-10-10 Thread Dieter Maurer
Simon Michael wrote at 2004-10-7 19:10 -0700: > ... >Do you know if there are any facilities for this already in ZPublisher ? >Any tips or pointers welcome. You can look how ZopeProfiler hooks itself into ZPublisher (using MonkeyPathing). You can do something similar for time measurements. -- D

Re: [Zope-dev] ZPublisher timing hooks ?

2004-10-07 Thread Tino Wildenhain
Hi, Am Fr, den 08.10.2004 schrieb Simon Michael um 4:10: > Hi all, > > I'd like to print a "this page was rendered in ... milliseconds" as you > see on php sites. I think I'd get better accuracy by getting at least > the start time from ZPublisher because.. actually it may not help, but > I'm

Re: [Zope-dev] ZPublisher timing hooks ?

2004-10-07 Thread Paul Winkler
On Thu, Oct 07, 2004 at 07:10:30PM -0700, Simon Michael wrote: > Hi all, > > I'd like to print a "this page was rendered in ... milliseconds" as you > see on php sites. I think I'd get better accuracy by getting at least > the start time from ZPublisher because.. actually it may not help, but

[Zope-dev] ZPublisher timing hooks ?

2004-10-07 Thread Simon Michael
Hi all, I'd like to print a "this page was rendered in ... milliseconds" as you see on php sites. I think I'd get better accuracy by getting at least the start time from ZPublisher because.. actually it may not help, but I'm thinking about the case where a request generates a redirect and anot