Re: [fw-general] Timing a PHP execution on a ZF -> MVC -> Layout page

2008-02-29 Thread Matthew Ratzloff
On Fri, February 29, 2008 6:53 am, apaella wrote: > > Hi all, I want to put in the bottom of my layout.phtml page the time by > the > scriptstart from the end. > > I know that precise and accurate time is "impossible" (we can't put HTML > code after the code sent), but I would know the "very last m

RE: [fw-general] Timing a PHP execution on a ZF -> MVC -> Layout page

2008-02-29 Thread apaella
Keith Pope-3 wrote: > > > I would suggest using xdebug + cacheGrind instead... > > Won't works. I've to show this _into_ the browser for each request. Also firebug is not good. Thanks -- View this message in context: http://www.nabble.com/Timing-a-PHP-execution-on-a-ZF--%3E-MVC--%3E-Lay

RE: [fw-general] Timing a PHP execution on a ZF -> MVC -> Layout page

2008-02-29 Thread Keith Pope
I would suggest using xdebug + cacheGrind instead... Keith Pope Web Developer -Original Message- From: apaella [mailto:[EMAIL PROTECTED] Sent: 29 February 2008 14:53 To: fw-general@lists.zend.com Subject: [fw-general] Timing a PHP execution on a ZF -> MVC -> Layout page Hi all, I wan