In IE8 the JavaScript engine was improved, but it still lacks performance.Sites with many AJAX components can be get running slow in IE, but in other browsers (Firefox or Google Chrome) they run very fast.As developer I recognized this when using ASP.Net AJAX and Grids in UpdatePanels. Updating large grids is very slow in IE.MSDN Support in Germany told me this is because the IE allows Microsoft customers to plug in their own JavaScript Engine.I suggest to deploy a special IE version for these customers. General public should use IE with the Microsoft JavaScript Engine, which should run really faster without the plugin model.