[CLOSED] High CPU on hundred of users

  1. #1

    [CLOSED] High CPU on hundred of users

    Hello,

    I built a web page with ext.net component. That's a big page (30Ko compressed) and I totally understand the work is done behind the scene by rendering ext.net component to stream.

    However, when we stress the application with hundrer of users, we see a high cpu usage.

    First think coming in mind would be to cache the GET operation to avoid rebuilding on each call the same content. That's something that could be turned on.

    Nevertheless, during Page_Load event, I set some properties as visible to false or other settings.

    So, I was thinking on leave the Page_Load blank, create a FirstCall method that would be called during DocumentReady Event as Ajax DirectMethod to set up component.

    The advantage is to be able to cache the GET and just consume CPU during POST

    What do you think ?
    Last edited by Daniil; Oct 15, 2012 at 5:55 PM. Reason: Corrected the title, [CLOSED]
  2. #2
    Hi @jeybonnet,

    I don't think it helps a lot.

    First of all, we would suggest to follow the common advices to optimize the page/application.
    http://forums.ext.net/showthread.php...ll=1#post83785

Similar Threads

  1. using user control
    By svk in forum 1.x Help
    Replies: 0
    Last Post: May 09, 2012, 12:19 PM
  2. Replies: 2
    Last Post: Feb 06, 2012, 9:06 AM
  3. how to upload user control dynamicaly on user control
    By archana mahadule in forum 1.x Help
    Replies: 1
    Last Post: Jan 13, 2011, 12:05 PM
  4. Replies: 7
    Last Post: Sep 22, 2010, 8:07 AM
  5. Replies: 9
    Last Post: Feb 24, 2009, 3:17 PM

Posting Permissions