Re: Profiling Tapestry
"Malcolm Edgar" <[email protected]> Sat, 21 Dec 2002 15:05:16 +0800
| Newsgroups | gmane.comp.java.tapestry.contrib |
|---|---|
| Message-ID | <[email protected]> |
One other thing I remember about this profiling stuff, was that sorting of
International strings non-UTF-8 in Java (1.2) was really slow, much better
doing it in the database. The default (en) Locale string comparitor however
was really fast.
The application we were working of was a CRM reporting app, rendering lots
of very large tables, with high update rates. A couple of things we looked
at to improve performance, but didn't use included:
1. Compressing the HTML content, like you can to today with Servlet
2.3 API filters. This actually improved response time in a LAN
environment which was surprising. Our table content generally
compressed down 90-95%
2. Sending XML and XSL straight to the browser, and have it do the
transformation and rendering. This is a IE 5.0 feature, you use
some special IE features to do client side sorting, I think this
was with HTC's.
Regards Malcolm
>From: "Luis Neves" <[email protected]>
>To: "Tapestry Contrib" <tapestry-contrib-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
>Subject: Re: [Tapestry-contrib] Profiling Tapestry
>Date: Fri, 20 Dec 2002 15:26:03 -0000
>
>On Friday, December 20, 2002 1:44 PM, Howard M. Lewis Ship wrote:
>
> > This may also mandate that Tapestry only support utf-8 as a character
> > encoding.
>
>That would be bad.
>I'm looking at the Resin source under com.caucho.vfs for ideias and
>they seem to handle most of the difficult stuff, but java.io.* is not
>my cup of tea.
>
>Can you give us an overview of the Tapestry IO process?
>I really don't know much about Tapestry guts.
>There could be other ideias worth exploring, like DOM parsers for
>example.
>
>
>Best regards,
>Luis Neves
>
>
>
>-------------------------------------------------------
>This SF.NET email is sponsored by: The Best Geek Holiday Gifts!
>Time is running out! Thinkgeek.com has the coolest gifts for
>your favorite geek. Let your fingers do the typing. Visit Now.
>T H I N K G E E K . C O M http://www.thinkgeek.com/sf/
>_______________________________________________
>Tapestry-contrib mailing list
>Tapestry-contrib-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>https://lists.sourceforge.net/lists/listinfo/tapestry-contrib
_________________________________________________________________
The new MSN 8: smart spam protection and 3 months FREE*.
http://join.msn.com/?page=features/junkmail&xAPID=42&PS=47575&PI=7324&DI=7474&SU=
http://www.hotmail.msn.com/cgi-bin/getmsg&HL=1216hotmailtaglines_smartspamprotection_3mf
-------------------------------------------------------
This SF.NET email is sponsored by: The Best Geek Holiday Gifts!
Time is running out! Thinkgeek.com has the coolest gifts for
your favorite geek. Let your fingers do the typing. Visit Now.
T H I N K G E E K . C O M http://www.thinkgeek.com/sf/