L??ie Techie wrote:
> On Thu, 15 Jul 2004 13:16:07 -0500, Paul Thompson wrote:
>
> > In NN/FF/Moz, it takes 20 sec to render a page from a file of 330 KB.
> >
> > It takes less than 1 sec to render that file in IE.
> >
> > Is there some tweak that I can make on NN to alter this? The difference
> > is absolutely annoying and unacceptable.
>
> One thing I've noticed, Gecko tends to load the entire table before
> displaying any of the cells, whereas IE displays cells as the document is
> parsed, changing cell widths and / or heights as necessary.
>
> Other than that, I don't know why Gecko would be slower than IE.
>
> BTW, you should probably state which version of Netscape you are comparing
> with which version of IE.
>
> La'ie Techie
You may be able to compensate for the slow rendering of large tables in
Netscape 7+/Gecko-based browsers using some of the tweaks available at <url:
http://www.tweakfactor.com/articles/...oxtweak/4.html />.
Specifically: user_pref("nglayout.initialpaint.delay", 0);
However, any such fix will only affect your own PC, it is unlikely you will be
able to convince all of your audience using Gecko-based browsers to make this
change in their own environment.
Disclaimer: the only changes I have made as shown on the URL above are:
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.firstrequest", true);
user_pref("network.http.pipelining.maxrequests",

;
user_pref("network.http.proxy.pipelining", true);
They have improved browsing performance for me in Gecko-based browsers, your
experience may differ.
--
Grant Wagner <>
* Client-side Javascript and Netscape 4 DOM Reference available at:
*
http://devedge.netscape.com/library/...ce/frames.html
* Internet Explorer DOM Reference available at:
*
http://msdn.microsoft.com/workshop/a...ence_entry.asp
* Netscape 7 DOM Reference available at:
*
http://www.mozilla.org/docs/dom/domref
* Tips for upgrading Javascript for Netscape 7 / Mozilla
*
http://www.mozilla.org/docs/web-deve...upgrade_2.html
comp.lang.javascript FAQ -
http://jibbering.com/faq