On 8/13/05, David Liebeherr <[EMAIL PROTECTED]> wrote: > Hi all, > > is there a possibility to have something like <!-- render-time: 0.14s, > respone-time: 1sec --> with wicket or with servelt engine in general? > I wna to monitor the performance of the server on production systems > that way...
A simple way to do this would be to use a Filter. You would get a more accurate timing for the whole request (well, most of it) this way. You can then spit out the render time at the end of the output stream. Seth ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
