Also, are you using tables to display?

You know....

<table>
 <tr>
  <td>inserting data here......


Are you aware that these tables won't be displayed until all text required
for this table have been downloaded?  (This is true for IE and most others
I'm sure)


James Mitchell
Software Engineer/Struts Evangelist
http://www.open-tools.org

"Only two things are infinite, the universe and human stupidity, and I'm not
sure about the former."
- Albert Einstein (1879-1955)


> -----Original Message-----
> From: Karr, David [mailto:david.karr@;attws.com]
> Sent: Friday, November 01, 2002 3:49 PM
> To: Struts Users Mailing List
> Subject: RE: WebLogic/Struts/JSP performance woes...
>
>
> Is your page precompiled?  Are you doing the timing test on your
> second display of the page?  The first display of a
> non-precompiled JSP will take much longer, as it has to generate
> and compile the servlet class.
>
> > -----Original Message-----
> > From: Davide Bruzzone [mailto:Davide.Bruzzone@;ngt.com]
> > Sent: Friday, November 01, 2002 12:43 PM
> >
> > I have a page that, for test purposes, is generating a 1760
> > row table (Not a
> > gigantic table by any stretch of the imagination). Although I
> > don't expect
> > our data sets to be this big all the time, I need to make the
> > application
> > responsive (i.e. If it starts displaying rows immediately -
> > while its still
> > spitting out other rows - that's fine. What's unacceptable is if the
> > application takes a while to do whatever its doing, and
> > doesn't generate any
> > output until its done, leaving the user with a blank page
> > while they wait).
>
> --
> To unsubscribe, e-mail:
> <mailto:struts-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:struts-user-help@;jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to