[CLOSED] Application Performance

  1. #1

    [CLOSED] Application Performance

    Hi,

    We are early adapters of coolite controls(0.8.1). We have used controls like viewport,gridpanel,panel,window etc. Overall application performance is very slow. I see there are lot of calls to axd files in HTTP Analyzer.


    Are there any settings missing? I would like to know performance optimization techniques. Please help.


    Thanks
    Hari
  2. #2

    RE: [CLOSED] Application Performance

    Hello ZangleDev1,

    I've found since upgrading to version 1.0 that performance has improved significantly.


    Are you noticing the slow downs on your local development or on production? Have you also updated your ScriptManager.ScriptMode to Release? You have a proxy in the way?


    Cheers,
    Timothy
  3. #3

    RE: [CLOSED] Application Performance

    Thank you. Where can I download V1.0?

    Please see below


    Are you noticing the slow downs on your local development or on production?
    Hari>> Both, Development server too slow compared to production server

    Have you also updated your ScriptManager.ScriptMode to Release?
    Hari>> Yes, we are setting the scriptmode to release in web.config. All individual pages does not have this property set.

    You have a proxy in the way?
    Hari>> I did not understand this. Please explain little more.
  4. #4

    RE: [CLOSED] Application Performance

    Hi,

    Can you provide more details? Performance of the resource loading and redering or UI performance when a user works with page (for example, animation parformance and etc)?

    If you open examples.ext.net do you have the same issues?

    I
    see there are lot of calls to axd files in HTTP Analyzer.

    WebResource.axd or coolite.axd?

    Browser caches loaded resource (coolite.axd handler set cache directives in the response header plus it compress resources). So, once the file/image is loaded by browser then it is not requested in future (just 304 answer should be returned - Not modified)

    Where
    can I download V1.0?

    Use the following url repository
    http://svn.ext.net/premium/branches/1.0.0
  5. #5

    RE: [CLOSED] Application Performance

    Thanks Vladimir.

    I have downloaded the code from SVN. Sounds like name spaces are different from 0.8.1.
    I want to know are there any breaking changes? or are there any specific steps to upgrade to 1.0 from older versions.
  6. #6

    RE: [CLOSED] Application Performance

    Hi,

    Please see the following file where described breaking changes
    http://svn.ext.net/premium/branches/.../CHANGELOG.txt

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] [1.2] IE8 Performance
    By softmachine2011 in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Oct 05, 2011, 12:02 PM
  4. [CLOSED] Rendering performance
    By Inoventus in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Nov 17, 2010, 5:29 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

Posting Permissions