Re: Aspx Performance and Trace

From: Jan Frandegard (jan.frandegard_at_dspanel.com)
Date: 09/17/04

  • Next message: Sriram Krishnan: "Re: Application gets slower and slower"
    Date: Fri, 17 Sep 2004 10:17:37 +0200
    
    

    I just solved it myselfe. Somehow I got a buffer="false" in the page:

    <%@ Page language="c#" etc..... buffer="false"%>

    I have no idea how it got there.

    /Jan

    "Jan Frandegard" <jan.frandegard@dspanel.com> wrote in message
    news:usxjT49mEHA.648@tk2msftngp13.phx.gbl...
    > Hi,
    >
    > I have some trouble with performance on a aspx application.
    > If I sit locally on the webserver it runs really fast, but if i access the
    > page
    > remotely it takes a really long time to load.
    >
    >
    > Trace from accessing page localy:
    >
    > aspx.page Begin Init
    > aspx.page End Init 0,002016 0,002016
    > aspx.page Begin PreRender 0,445490 0,443473
    > aspx.page End PreRender 0,446697 0,001207
    > aspx.page Begin SaveViewState 0,514505 0,067808
    > aspx.page End SaveViewState 0,514909 0,000404
    > aspx.page Begin Render 0,514940 0,000030
    > aspx.page End Render 1,194395 0,679456
    >
    > Trace from accessing page remotely:
    >
    > aspx.page Begin Init
    > aspx.page End Init 0,002048 0,002048
    > aspx.page Begin PreRender 0,132212 0,130164
    > aspx.page End PreRender 0,133462 0,001250
    > aspx.page Begin SaveViewState 0,167798 0,034336
    > aspx.page End SaveViewState 0,168227 0,000428
    > aspx.page Begin Render 0,168256 0,000029
    > aspx.page End Render 323,691251 323,522995
    >
    >
    > How can the render take so much longer time?
    >
    > Thank you for your help
    >
    > Jan
    >
    >
    >


  • Next message: Sriram Krishnan: "Re: Application gets slower and slower"

    Relevant Pages