all groups > dotnet performance > september 2004 >
You're in the

dotnet performance

group:

Aspx Performance and Trace


Aspx Performance and Trace Jan Frandegard
9/16/2004 1:14:59 PM
dotnet performance:
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


Re: Aspx Performance and Trace Jan Frandegard
9/17/2004 10:17:37 AM
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


[quoted text, click to view]

AddThis Social Bookmark Button