PC Review


Reply
Thread Tools Rate Thread

deciphering trace info

 
 
rodchar
Guest
Posts: n/a
 
      8th Aug 2008
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

 
Reply With Quote
 
 
 
 
Alvin Bruney [ASP.NET MVP]
Guest
Posts: n/a
 
      10th Aug 2008
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" <(E-Mail Removed)> wrote in message
news:4A386E80-64B9-4B58-BF97-(E-Mail Removed)...
> 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
>

 
Reply With Quote
 
rodchar
Guest
Posts: n/a
 
      18th Aug 2008
thanks for the feedback,
rod.

"Alvin Bruney [ASP.NET MVP]" wrote:

> 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" <(E-Mail Removed)> wrote in message
> news:4A386E80-64B9-4B58-BF97-(E-Mail Removed)...
> > 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
> >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Compile time trace info shumaker@cs.fsu.edu Microsoft C# .NET 1 16th Aug 2006 05:51 PM
Trace info covers up my controls =?Utf-8?B?RHVuZGVhbGluZw==?= Microsoft ASP .NET 1 14th May 2006 08:55 PM
Direct trace info to textbox Kejpa Microsoft VB .NET 2 30th Nov 2004 09:57 AM
Stock Trace Info ramesh Microsoft C# .NET 1 3rd Sep 2003 02:26 PM
Exposing fraud - deciphering email header info Todd Windows XP Messenger 0 17th Aug 2003 07:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:32 PM.