Kevin Dangoor wrote:
> Hi Rob,
> 
> On 5/11/06, Robin Haswell <[EMAIL PROTECTED]> wrote:
> 
>>Is it possible to log the time it took to generate the page, like the
>>first alphas did with the on-page logging? We could probably also log
>>from "GET /" to "socket.close()" and get a much more accurate time than
>>the original information. If this is an option to turn on I don't think
>>I can see it anywhere :'(
> 
> 
> That's a good idea, but it's not implemented currently. Feel free to
> open a ticket...

Cheers, #865

> I'm not sure about measuring to socket.close(). I'm not sure if we
> *can* short of monkeypatching CP, and I'm also not sure if that
> measures what we'd want to measure. If the user on the other side has
> a 56K modem, it will take them longer to download the page (if they're
> hitting CherryPy directly). I think it's more interesting to measure
> the time it takes the server to generate the page, because that's the
> part that is reasonably optimizable.

Yeah you're right, we just need up until the end of KID processing.
AFAIK the old time display was quite wrong because Kid is a significant
bottleneck when generating a page. Having some timing info that includes
Kid is important. Maybe we could split the timing in to controller and view.

> Kevin
> 
> p.s. Google thinks your messages are spam because your email address
> has apparently not been working.

Yes Groups randomly stopped E-mailing me updates a while back and I
haven't been able to fix it. However I receive these messages via a
redirect in my Gmail account so I have no comprehension of what could be
wrong. No-one else has trouble E-mailing me. How long have my messages
been marked as junk for? Would you recommend I get on the case?

Cheers

-Rob

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to