Re: How to log page on-load time & page size

2013-01-25 Thread Howard Lewis Ship
gt; super.setContentLength(cl); > this.contentLength = cl; >} > >public int getContentLength() { > return contentLength; >} > } > > > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/How-to-log-pa

Re: How to log page on-load time & page size

2013-01-25 Thread Lance Java
); this.contentLength = cl; } public int getContentLength() { return contentLength; } } -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-log-page-on-load-time-page-size-tp5719514p5719536.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: How to log page on-load time & page size

2013-01-25 Thread karthi
Sorry, could not understand? how to set content length in my handler? -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-log-page-on-load-time-page-size-tp5719514p5719531.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: How to log page on-load time & page size

2013-01-25 Thread Lance Java
etContentLength()); return handeled; } } -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-log-page-on-load-time-page-size-tp5719514p5719530.html Sent from the Tapestry - User mailing list archiv

Re: How to log page on-load time & page size

2013-01-25 Thread karthi
Could you give some example to log response size using OutputStream? -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-log-page-on-load-time-page-size-tp5719514p5719529.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: How to log page on-load time & page size

2013-01-25 Thread karthi
Many thanks for your valuable infos :-) -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-log-page-on-load-time-page-size-tp5719514p5719523.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: How to log page on-load time & page size

2013-01-25 Thread Lance Java
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 addit

Re: How to log page on-load time & page size

2013-01-25 Thread Markus Feindler
sorry, did not see, that the question has already been answered :) > > Original-Nachricht > Datum: Fri, 25 Jan 2013 11:40:00 +0100 > Von: "Markus Feindler" > An: "Tapestry users" > Betreff: Re: How to log page on-load time &a

Re: How to log page on-load time & page size

2013-01-25 Thread Markus Feindler
: Fri, 25 Jan 2013 01:36:42 -0800 (PST) > Von: karthi > An: users@tapestry.apache.org > Betreff: How to log page on-load time & page size > > Hi, > > I want to log each individual pages on-load time & page size: > > I used pageAt

Re: How to log page on-load time & page size

2013-01-25 Thread karthi
Thank you for your reply. So we can log only the coding log time, & is the way I right to log the on-load time in coding is right? & can you tell me how to log page size also? -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-log-page-on-load-time-p

Re: How to log page on-load time & page size

2013-01-25 Thread Lance Java
45711.n5.nabble.com/How-to-log-page-on-load-time-page-size-tp5719514p5719516.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional com

Re: page size

2007-10-24 Thread Andreas Andreou
That's almost true - pages with forms will still try to include /dojo-0.4.3/dojo3.js however (due to FormSupportImpl) Anyway, T4.1.4 will have several surprises regarding js libraries, so, stay tuned ;) Steve Shucker wrote: > You can probably set the ajaxDelegate attribute of @Shell to null (or >

Re: page size

2007-10-24 Thread Steve Shucker
You can probably set the ajaxDelegate attribute of @Shell to null (or your own renderer). The dojo initialization code looks like it comes from there. -Steve michael wrote: hi we are evaluating tapestry for a web application for mobile phones. we have to keep the size of the pages low ( <

Re: page size

2007-10-24 Thread Norman Franke
Dojo should be cached, I think. So you'd download it once. If you use forms, you may need to monitor things. I found that it can save lots of unneeded state information when using the @For component in a Form. However, I was able to eliminate many extra stuff by using a primary key instead

page size

2007-10-24 Thread michael
hi we are evaluating tapestry for a web application for mobile phones. we have to keep the size of the pages low ( < 10kb ). so the question is if it is possible to have tapestry not loading dojo, because its size is bigger the 50kb. Thanks in advance. michael --

page size

2007-10-24 Thread michael
hi we are evaluating tapestry for a web application for mobile phones. we have to keep the size of the pages low ( < 10kb ). so the question is if it is possible to have tapestry not loading dojo, because its size is bigger the 50kb. Thanks in advance. michael --

page size

2007-10-24 Thread michael
hi we are evaluating tapestry for a web application for mobile phones. we have to keep the size of the pages low ( < 10kb ). so the question is if it is possible to have tapestry not loading dojo, because its size is bigger the 50kb. Thanks in advance. michael --