deciphering trace info

R

rodchar

hi all,
the following is some trace information for one of my .aspx pages and was
wondering if these numbers look good (slow, medium, fast)?

thanks,
rodchar

Trace Information
Category Message From First(s) From Last(s)
aspx.page Begin PreInit
aspx.page End PreInit 0.000324342898329257 0.000324
aspx.page Begin Init 0.000514590541535307 0.000190
aspx.page End Init 0.000726628663698878 0.000212
aspx.page Begin InitComplete 0.000825523914352243 0.000099
aspx.page End InitComplete 0.00108253982000506 0.000257
aspx.page Begin PreLoad 0.00119512396128558 0.000113
aspx.page End PreLoad 0.00202735263839399 0.000832
aspx.page Begin Load 0.00214552408197131 0.000118
aspx.page End Load 0.255445594342298 0.253300
aspx.page Begin LoadComplete 0.255610978490283 0.000165
aspx.page End LoadComplete 0.255714064217659 0.000103
aspx.page Begin PreRender 0.255813238833427 0.000099
aspx.page End PreRender 0.255995664253418 0.000182
aspx.page Begin PreRenderComplete 0.256095118234301 0.000099
aspx.page End PreRenderComplete 0.256194292850069 0.000099
aspx.page Begin SaveState 0.346551028133464 0.090357
aspx.page End SaveState 0.347402533003496 0.000852
aspx.page Begin SaveStateComplete 0.347512044128514 0.000110
aspx.page End SaveStateComplete 0.348283091845472 0.000771
aspx.page Begin Render 0.348395396621638 0.000112
aspx.page End Render 0.375820111215252 0.027425
 
A

Alvin Bruney [ASP.NET MVP]

Difficult to say. There is no point of reference. Based on my web
applications, nothing jumps out at me. But then again, my application likely
does different things than yours. If you suspect you have an issue, start
tracing through your individual methods, not ASP.NET. Also, note that debug
mode can skew these numbers too. something to keep in mind.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Download OWC Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $15.00
Need a free copy of VSTS 2008 w/ MSDN Premium?
http://msmvps.com/blogs/alvin/Default.aspx
 
R

rodchar

thanks for the feedback,
rod.

Alvin Bruney said:
Difficult to say. There is no point of reference. Based on my web
applications, nothing jumps out at me. But then again, my application likely
does different things than yours. If you suspect you have an issue, start
tracing through your individual methods, not ASP.NET. Also, note that debug
mode can skew these numbers too. something to keep in mind.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Download OWC Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $15.00
Need a free copy of VSTS 2008 w/ MSDN Premium?
http://msmvps.com/blogs/alvin/Default.aspx
-------------------------------------------------------


rodchar said:
hi all,
the following is some trace information for one of my .aspx pages and was
wondering if these numbers look good (slow, medium, fast)?

thanks,
rodchar

Trace Information
Category Message From First(s) From Last(s)
aspx.page Begin PreInit
aspx.page End PreInit 0.000324342898329257 0.000324
aspx.page Begin Init 0.000514590541535307 0.000190
aspx.page End Init 0.000726628663698878 0.000212
aspx.page Begin InitComplete 0.000825523914352243 0.000099
aspx.page End InitComplete 0.00108253982000506 0.000257
aspx.page Begin PreLoad 0.00119512396128558 0.000113
aspx.page End PreLoad 0.00202735263839399 0.000832
aspx.page Begin Load 0.00214552408197131 0.000118
aspx.page End Load 0.255445594342298 0.253300
aspx.page Begin LoadComplete 0.255610978490283 0.000165
aspx.page End LoadComplete 0.255714064217659 0.000103
aspx.page Begin PreRender 0.255813238833427 0.000099
aspx.page End PreRender 0.255995664253418 0.000182
aspx.page Begin PreRenderComplete 0.256095118234301 0.000099
aspx.page End PreRenderComplete 0.256194292850069 0.000099
aspx.page Begin SaveState 0.346551028133464 0.090357
aspx.page End SaveState 0.347402533003496 0.000852
aspx.page Begin SaveStateComplete 0.347512044128514 0.000110
aspx.page End SaveStateComplete 0.348283091845472 0.000771
aspx.page Begin Render 0.348395396621638 0.000112
aspx.page End Render 0.375820111215252 0.027425
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top