Is JavaScript and rendering as fast in IE9 as compared to IE9 in IE7 mode?

0

A program I use creates ActiveX browsers to render webpages and I understand this uses the installed Internet Explorer browser instead of a copy of it's core. So the program must be forcing IE7 compatibility mode because the useragent returns MSIE7 when IE8 or IE9 are installed.

So would it still be as fast for JavaScript, using the GPU, rendering big tables and overall speed?

Carlos Gil

Posted 2011-02-15T13:03:42.890

Reputation: 305

not having used IE9 yet.. I am surprised they still have IE7 mode built into it.. geez.. let IE6/7 die already. – Jakub – 2011-02-15T13:55:43.837

Answers

0

While this is not a true test, I ran IE9's Psychedelic Browser test and V8 Benchmark suite in both normal and compatibility view.


Normal view

Psychedelic normal

V8 Normal


Compatibility view

Psychedelic compatibility

V8 benchmarks:

V8 compatibility

There isn't much of a difference between both, so I guess it's fair to say that it should be as fast & will definitely use the GPU under IE7 mode

Sathyajith Bhat

Posted 2011-02-15T13:03:42.890

Reputation: 58 436