[CLOSED] [1.2] IE8 Performance

  1. #1

    [CLOSED] [1.2] IE8 Performance

    Hi,

    In our MVC application (similar to ASP.NET MVC sample), we build all our modal windows dynamically.

    One of these windows is the main and complex maintenance in the application. Many tabs in this window are loaded using Partial Views inside Iframes.

    We found a great performance drop in IE8 with respect IE9, and obiously still greater with respect Firefox and Chrome.

    We have gzip option actived and also release mode. We have performed too some improvements, including f.e. push() method use as explained here:
    http://www.scottlogic.co.uk/2010/10/...y-performance/

    Are there some other tips or advices regarding Ext.NET controls that may improve performance in IE8?

    Thanks.
    Last edited by Daniil; Oct 10, 2011 at 12:10 PM. Reason: [CLOSED]
  2. #2
    Why do you use iframes? IFrames are too heavy for browsers (especialy, for IE). Ext.Net supports dynamic rendering and you can use it without iframes

    Can you provide more details? Performance of what? Client side rendering?
    Can you provide working example (online is ok) to test it?
  3. #3
    Hi,

    Not special optimization for IE8, just common things:
    Application optimizing
  4. #4
    Quote Originally Posted by Vladimir View Post
    Why do you use iframes? IFrames are too heavy for browsers (especialy, for IE). Ext.Net supports dynamic rendering and you can use it without iframes

    Can you provide more details? Performance of what? Client side rendering?
    Well, we must re-use some functionality in several maintenances and it was performed with Partial Views without defining Mode property.

    As we know iframe could be a drawback, we remove two iframes and place code in-line. In first case we had a much better performance, but in the second case we had even worst performance than before. So for us this wasn't a conclusive point, and remove iframes and place code in-line would take us an expensive time in work and test.

    We compared only client times between several navigators, not server or database side times (which obviously could be improved but won't affect rendering times between navigators).

    Chrome or Firefox times are acceptable, IE9 could be better, but IE8 times are drastically worst.
  5. #5
    IE8 has very slow javascript engine therefore complex UI can be rendered slowly
    I cannot say any thing concrete without your code inspection
    Try to follow recommendations from the following post
    http://forums.ext.net/showthread.php...ll=1#post66265

Similar Threads

  1. [CLOSED] Performance
    By tlfdesarrollo in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 28, 2012, 2:06 PM
  2. [CLOSED] About Performance in Ext.Net.
    By egvt in forum 1.x Legacy Premium Help
    Replies: 11
    Last Post: Feb 03, 2012, 5:59 PM
  3. [CLOSED] Ext.net performance on Mono
    By Timur.Akhmerov in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Sep 24, 2010, 9:23 AM
  4. [CLOSED] Response performance
    By acrossdev in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 31, 2010, 7:25 PM
  5. [CLOSED] Performance issue with 0.8
    By reinout.mechant@imprss.be in forum 1.x Legacy Premium Help
    Replies: 13
    Last Post: Mar 26, 2009, 7:31 PM

Tags for this Thread

Posting Permissions