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
);
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
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
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
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
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
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
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
: 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
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
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
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
>
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 ( <
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
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
--
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
--
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
--
17 matches
Mail list logo