Re: [xwt-users] perl script to strip an xwar

Emiliano Heyns <[email protected]> Wed, 29 Oct 2003 00:16:11 +0100
Newsgroups gmane.comp.java.xwt.users
Message-ID <[email protected]>
On Tue, Oct 28, 2003 at 05:29:37PM -0500, Jeff Buhrt wrote:

> Right now I am fight nasty startup times using Li and I am thinking of 
> stripping out everything I can and then sending down my screens as 
> needed. I am also thinking of trapping each node of a tree send down 
> only what is needed at that time, in addition of either fixing <tree> or 
> hoping for Nitrogen to be better.
> [I am at 5m17s without a tree and 17m45s with the tree, something has to 
> change.]

_Yo!_ *That* ain't good. Which engine are you using? The java version?
Does the 17m include the download of the engine, or is it the time from
splash to first widget being drawn? And that would be using vs not using
the tree, right? Not just having it present in the xwar?

Stripping might help a bit, but the widget set is only some 500k at the
moment... the download time won't make too much of a difference (to me,
at least), and downloaded-but-unused widgets should not have any impact
on startup times or performance thereafter (right, charlieg?).

I realize Ni is pretty young, but given that the pre-Ni widget sampler
showed quite some interesting things this sounds like a major
regression problem.

-- 
Emiliano