all groups > dotnet performance > january 2007 >
You're in the

dotnet performance

group:

Loading the Framework


Loading the Framework Sean
1/11/2007 8:35:43 AM
dotnet performance: Hi All,

I have a webpage that loads a softwarefx chart that requires .Net Framework
2.0 installed. I have installed the framework (no problems), but the chart
is taking upto 30 seconds to load.

I spoken to softwarefx and they say the delay is the framework loading.

My Questions.
1. Can l see the framework load via Task manager or performance monitor?
2. Can l speed up the framework?

Re: Loading the Framework Michael Nemtsev
1/11/2007 4:56:59 PM
Hello Sean,

Use the performace counters
See more info there http://msdn2.microsoft.com/en-us/library/ms998579.aspx

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

S> Hi All,
S>
S> I have a webpage that loads a softwarefx chart that requires .Net
S> Framework 2.0 installed. I have installed the framework (no
S> problems), but the chart is taking upto 30 seconds to load.
S>
S> I spoken to softwarefx and they say the delay is the framework
S> loading.
S>
S> My Questions.
S> 1. Can l see the framework load via Task manager or performance
S> monitor?
S> 2. Can l speed up the framework

Re: Loading the Framework Michael Nemtsev
1/12/2007 8:05:51 AM
Hello Sean,

First you need to turn tracing on to see how many times pages are taken to
be loaded.
Then you need to use any kind of profilers (for example CLRProfiler) to find
out why specific page takes so much time to load.

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

S> Thanks Michael,
S>
S> If you had to guess what performance counter would you focus on
S> first?
S>
S> I have a dell 610 1.7Ghz with 1.5g Ram
S>
[quoted text, click to view]

Re: Loading the Framework Sean
1/12/2007 2:31:47 PM
Thanks Michael,

If you had to guess what performance counter would you focus on first?

I have a dell 610 1.7Ghz with 1.5g Ram

[quoted text, click to view]

Re: Loading the Framework Sean
2/20/2007 1:24:10 PM
Thanks Michael,

But when l use CLRProfiler and select "Profile ASP.NET" , a message box
comes up "Waiting for ASP.Net to start common langauge runtime-this is the
time load your test page" and nothing happens when l use IE to visit mysite
that has a .Net V2 control on it.

What am l doing wrong?



[quoted text, click to view]

AddThis Social Bookmark Button