If you really want to know how long a page takes to load in a browser, you
could use a tool like selenium [1]. 

If you want to log from the server, you might find that your servlet
container (tomcat/jetty) has a built in option for logging this info.

If not, this is probably best done by contributing a RequestFilter to the
RequestHandler. To log the response size, you will need to wrap the Response
OutputStream/Writer. You'll need to make sure that your filter occurs before
all other filters (eg the GZIPFilter).

[1] http://seleniumhq.org/



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/How-to-log-page-on-load-time-page-size-tp5719514p5719522.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to