[CLOSED] How to reduce compile time of Ext.Net

  1. #1

    [CLOSED] How to reduce compile time of Ext.Net

    Hello Support,

    We have been facing a compilation issue in Asp.Net MVC .

    We have a very simple MVC view having few ext.net controls and the compilation time and result execution time is quite higher. It takes almost 3-5 seconds each time for generation of the result (ext javascript and other html).

    The return size of html is 61kb and takes 5seconds for compilation (we logged in MVC action filters) this does not include any database operation.

    This elapsed time is just for returning the page html and then after it starts the database part.


    So please let us know how can we reduce that time.


    Manoj
    Last edited by Daniil; May 07, 2013 at 3:50 AM. Reason: [CLOSED]
  2. #2
    Hello,

    I this 3-5 seconds for the just the first response?

    What is the response time for the same page/view after the first response?
    Geoffrey McGill
    Founder
  3. #3
    onwards it takes around 2 seconds, but that is not consistent, moving around the pages and coming back to same page it takes same time.

    Quote Originally Posted by geoffrey.mcgill View Post
    Hello,

    I this 3-5 seconds for the just the first response?

    What is the response time for the same page/view after the first response?
  4. #4
    What engine do you use? Razor or WebForm?
    Did you measure the time under debug? Can you mesaure the time in Release mode (without debug)?

    Do you have the same issue with online samples (http://mvc.ext.net/#/Form_ComboBox/Ajax_Linked_Combos/) or if run MVC Examples Explorer locally?
  5. #5
    We are using Asp.Net Normal Engine (aspx) files, that is not webform.


    Quote Originally Posted by Vladimir View Post
    What engine do you use? Razor or WebForm?
    Did you measure the time under debug? Can you mesaure the time in Release mode (without debug)?

    Do you have the same issue with online samples (http://mvc.ext.net/#/Form_ComboBox/Ajax_Linked_Combos/) or if run MVC Examples Explorer locally?
  6. #6
    ASP.NET MVC ASPX View Engine is often called WebForm View Engine.

    Please answer these questions as well.

    Quote Originally Posted by Vladimir View Post
    Did you measure the time under debug? Can you mesaure the time in Release mode (without debug)?

    Do you have the same issue with online samples (http://mvc.ext.net/#/Form_ComboBox/Ajax_Linked_Combos/) or if run MVC Examples Explorer locally?
  7. #7
    Yes, we are using aspx webform view engine and that is faster than razor.

    Also our build is in Release mode and tested in release mode.


    Quote Originally Posted by Daniil View Post
    ASP.NET MVC ASPX View Engine is often called WebForm View Engine.

    Please answer these questions as well.
  8. #8
    How did you measure the time?
    Can you prepare simple test project which demonstrate that time loading? You can send that project to vladimir at ext.net

Similar Threads

  1. [CLOSED] How to reduce Ext.Net.dll size?
    By Svr77 in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Mar 08, 2013, 4:42 PM
  2. Replies: 5
    Last Post: Feb 17, 2013, 12:51 AM
  3. Replies: 2
    Last Post: Mar 28, 2012, 1:39 PM
  4. Replies: 4
    Last Post: Apr 25, 2011, 8:35 AM
  5. Gridpanel - Reduce Row Padding?
    By Tbaseflug in forum 1.x Help
    Replies: 1
    Last Post: Dec 21, 2010, 9:57 AM

Posting Permissions