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... 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. Kevin p.s. Google thinks your messages are spam because your email address has apparently not been working. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

