On Tue, 25 Feb 2003, scarter wrote:

> Date: Tue, 25 Feb 2003 14:09:53 -0500
> From: scarter <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Netscape 4.7x and Struts performance problems
>
> Several months ago there was a discussion in this list about poor
> performance of Struts applications when using Netscape 4.7x as a
> browser.  I've been developing in Netscape for quite a few years now and
> I don't think I've ever seen a more obvious difference between the
> performance of IE and Netscape.  I have other applications that are not
> based on Struts that perform much better, so the obvious thing is that
> this problem has to be related to Struts somehow, although its not clear
> how.
>

This could also be an artifact of the servlet container you are running.
For example, the peformance difference from running JSP pages with lots of
custom tags (i.e. your typical Struts-based app) on current Tomcat 4.1.x
releases, versus older ones, is nothing short of amazing due to
improvements in the JSP page compiler.

But these issues would cause visible performance differences for all
browsers, not just Netscape 4.7.x.

> Has anyone determined what causes this problem and how to resolve it?
> I'm aware that Netscape has a difficult time rendering nested tables,
> which we have minimized, however, other than use of Struts taglibs,
> there are no differences between the pages I am using now and the ones I
> have that do not use Struts, except that the non-struts ones perform
> much better in Netscape.
>

You're probably not going to like my advice, but IMHO Netscape 4.x should
be banished from the list of browsers supported by modern webapps.
Besides the performance related issues you allude to (which a server side
framework can't really do anything about), 4.x support for CSS and
JavaScript is pretty hideous.

> Any advice would be greatly appreciated.
>
> Thanks,
>
> Scott Carter
>

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to