[CLOSED] Suggestion for improving page size after rendering subclassed controls

  1. #1

    [CLOSED] Suggestion for improving page size after rendering subclassed controls

    Hello,

    In our application we made UI with subclassed Ext.Net controls which and
    this UI we build and render with webservice on button click into some container.
    For example:
    Ext.net.DirectEvent.request({url:'../Shared/BuilderService.asmx/BuildPanel',type:'load',method:'POST', cleanRequest : true,before:function(item, type, action, extraParams, o){pnlCenter.removeAll();},eventMask : {showMask : true}, extraParams : {containerId : 'pnlCenter', mnutype : 'users'}});
    We measured size of rendered page (viewstate is off) with tool "ASP.NET ViewState helper v1.45" after loading
    some subclassed UI which includes gridpanel control (we use store with JSON reader).
    This page is very heavy (about 200-300 kB).
    I don't know is this tool is good for measuring page size or does exist any better tool, but I think
    page is very heavy after rendering subclassed controls which includes gridpanel.

    How can I improve performace of page or do you have any other suggestion?

    Best regards,
    Sasa
    Last edited by Daniil; Jan 27, 2012 at 10:53 AM. Reason: [CLOSED]
  2. #2
    One suggestion: check the size with data is bound and without
    It will give you a size of widgets without your data
  3. #3
    Quote Originally Posted by Vladimir View Post
    One suggestion: check the size with data is bound and without
    It will give you a size of widgets without your data
    With this tool, data size when is data bound is 165,77 kB and wihout data 254,92 kB.
    But, I'm not sure if this tool measure correct page size.

    When I look with fiddler body size is 11kB after request from web service
    which builds and render this subclassed control.

    Now I'm confused. What tool you suggest for measuring page size?
  4. #4
    I never measure page size (just not sure how page size can affect on performance)
    I reccomend to use YSlow browser extension to analyze your page
  5. #5
    Quote Originally Posted by Vladimir View Post
    I never measure page size (just not sure how page size can affect on performance)
    I reccomend to use YSlow browser extension to analyze your page
    Thanx Vladimir, I'll download this extension and play with web page optimization.
    You can close this thread.

Similar Threads

  1. [CLOSED] Question about dynamic rendering subclassed controls
    By smart+ in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 26, 2012, 9:55 AM
  2. Replies: 2
    Last Post: Feb 16, 2011, 9:10 AM
  3. Replies: 0
    Last Post: Jan 05, 2011, 6:48 AM
  4. [CLOSED] [1.0] MVC Rendering of Controls
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 11
    Last Post: Feb 19, 2010, 3:36 PM
  5. [CLOSED] page size selector
    By alexp in forum 1.x Help
    Replies: 2
    Last Post: Nov 24, 2008, 10:36 AM

Posting Permissions