Tobias Koller (GERMO GmbH) schrieb: > > Hi, > > I found out ( I guess like all of you;) ) that the performance of IE6 > is very bad. > > Is there a way to get better performance out of IE6? What is IE6’s > problem? > > Is the performance of the new IE7 better? Comparable to FireFox? > > I’m not able to install IE7 right now ( IE6 + IE7 cannot be installed > on the same machine). > IE6 has some serious scaling problems. As the number of JavaScript objects increases (including string literals and arrays) the overall JavaScript speed suffers. It's like hitting a performance wall once the number of JS objects gets above a certain point. This is why string optimizations has such a big positive impact in IE6. There is not much else we can do about this ;-(
Best Fabian -- Fabian Jakobs JavaScript Framework Developer 1&1 Internet AG Brauerstraße 48 76135 Karlsruhe Amtsgericht Montabaur HRB 6484 Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Andreas Gauger, Matthias Greve, Robert Hoffmann, Norbert Lang, Achim Weiss Aufsichtsratsvorsitzender: Michael Scheeren ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
