How to optimize application

  1. #1

    How to optimize application

    Hello dears friends.
    I want to know if it has a method to optimize application that use ext.net.mvc because my application are most slowly. Thank
  2. #2
    You will notice performance improvement if you do the following:

    Page
    <ext:ResourceManager ScriptMode="Release" RenderScripts="CDN" RenderStyles="CDN" runat="server" />
    Web.config
    <extnet scriptMode="Release" renderScripts="CDN" renderStyles="CDN" />
    More information: https://examples3.ext.net/#/Getting_...uments/README/

    There is some information about CDN setup, in the "Improved CDN services" section:
    http://ext.net/ext-net-2-4-now-available


    About optimizing your application, it's hard to say what you should do since we have no knowledge about how it's implemented.
    Last edited by RCN; Mar 06, 2015 at 5:50 PM.

Similar Threads

  1. Replies: 2
    Last Post: Apr 24, 2014, 5:46 AM
  2. Replies: 1
    Last Post: Apr 14, 2013, 6:15 AM
  3. RIA application using asp.net
    By sahuvijay in forum 2.x Help
    Replies: 1
    Last Post: Mar 19, 2013, 1:38 AM
  4. ASP.NET MVC 3 web application
    By fosteliss in forum 2.x Help
    Replies: 0
    Last Post: Jul 25, 2012, 4:32 PM
  5. Replies: 6
    Last Post: Nov 14, 2010, 2:08 AM

Tags for this Thread

Posting Permissions