So the performance hit is when the user opens the app/form for the first
time?

What factors altered would produce another performance hit?
ReComplile and deploy?

In my example the biggest visible drag was on the XMLReader().  I tried
adding records to the xml file and it still ran fast so what is it doing
the first time that slows it down?  JIT?

thanks,


>Heheheh... no problem. Unfortunately this seems to be a common oversight
>made by many people attempting to do performance testing. You should always
>factor in multiple calls as the first time through any codepath is ALWAYS
>the most expensive.
>
>HTH,
>Drew
>.NET MVP
>
>You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
>subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to