EXT.NET Release performance compare

  1. #1

    EXT.NET Release performance compare

    Hi,

    there is a table or a document containing the performance of different versions of EXT.NET?

    In particular, the change of speed in the transition from version 2.x to version 4.x?

    THANK YOU
  2. #2
    Hello!

    We don't really have a document at hand with performance comparisons between Ext.NET 2 and 4 (nor 2 and 3 nor 3 and 4). But better than this, we make it available the whole examples explorer (examples2.ext.net and examples4.ext.net) where you can check your specific component with your browser's development tools.

    It is hard to give an overall performance improvement or loss for various reasons:
    - additional compatibility adds overhead
    - touch support may add overhead for the extra events to listen to
    - theme using font glyphs will reduce overhead of page loading as the icons are all pre-loaded from a cached font file (Triton theme-specific improvement)
    - more complex and robust controls (with more divs, spans on page, for example) may add overhead
    - more controls require other controls to adapt to them. this may add overhead

    I personally believe Ext.NET 4 overall performance may be a little slower than 2.x. But it is clear to me that the performance from 3.x to 4.x has increased dramatically. You can check this opening the examples explorers' pages (examples2.ext.net, examples3.ext.net, examples4.ext.net). But all this suggests is that Tree Panels (the heaviest control used on Examples Explorer) has became faster between those versions.

    I remember a recent discussion comparing about Ext.NET 2 and Ext.NET 3 examples explorer where I could measure situations where version 3 were much faster than version 2, although overall version 3's examples explorer took much longer to load. I did a quick search in the forums but couldn't find it right now.

    Hope all that information helps you a little to understand about performance on Ext.NET between versions!
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Tnx Fabricio.

Similar Threads

  1. Replies: 1
    Last Post: Jan 06, 2016, 1:53 PM
  2. [CLOSED] Compare two fields with remotevalidation
    By zwf in forum 2.x Legacy Premium Help
    Replies: 10
    Last Post: Oct 22, 2012, 12:26 PM
  3. Replies: 0
    Last Post: Jun 11, 2012, 2:59 AM
  4. Compare values from 2 TimeFields
    By AlexMaslakov in forum 1.x Help
    Replies: 5
    Last Post: Sep 14, 2011, 1:08 PM
  5. Compare Validator
    By Rod in forum 1.x Help
    Replies: 0
    Last Post: Oct 30, 2008, 9:50 AM

Tags for this Thread

Posting Permissions