Aspx Performance and Trace
From: Jan Frandegard (jan.frandegard_at_dspanel.com)
Date: 09/16/04
- Next message: pepe perez via .NET 247: "put datas from dataSet in SoretedList with C#"
- Previous message: Drebin: "Re: Has anybody succesfully used VB.NET on Oracle on UNIX ?"
- Next in thread: Jan Frandegard: "Re: Aspx Performance and Trace"
- Reply: Jan Frandegard: "Re: Aspx Performance and Trace"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 16 Sep 2004 13:14:59 +0200
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: pepe perez via .NET 247: "put datas from dataSet in SoretedList with C#"
- Previous message: Drebin: "Re: Has anybody succesfully used VB.NET on Oracle on UNIX ?"
- Next in thread: Jan Frandegard: "Re: Aspx Performance and Trace"
- Reply: Jan Frandegard: "Re: Aspx Performance and Trace"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|