Using NProf 0.0.9-alpha I profiled the MediaPortal 0.0.9 further. What suprised me was that with a standard setup of plugins and using the standard MCE skin as much as 43% of the processing time in the main thread goes to MediaPortal.GUI.Library.GUIControlFactory.Create. Inside GUIControlFactory.Create rough 25% of the total time is going for GetString and 19% going for GetInt. What I also noticed is that GetString is called over 13.000 times and GetInt is called over 10.000 times. I might be wrong but I see these as huge figures compared to the actual settings they are supposed to read.
If you look at the overall usage of processing time you will also notice that System.Xml.XmlNode.SelectSingleNode accounts for rougly 31% of the usage. This may not be wrong, but it suggests that some form of optimization would be preferable.
I don't have any sound suggestions yet, but I guess I'll keep digging.
Until now I've been conserned about the load times, maybe I could give overall performance in the modules/plugins a go. Anyone have any clues about where to start?
Ojo
If you look at the overall usage of processing time you will also notice that System.Xml.XmlNode.SelectSingleNode accounts for rougly 31% of the usage. This may not be wrong, but it suggests that some form of optimization would be preferable.
I don't have any sound suggestions yet, but I guess I'll keep digging.
Until now I've been conserned about the load times, maybe I could give overall performance in the modules/plugins a go. Anyone have any clues about where to start?
Ojo