As pointed out by @mkienenb in his answer at StackOverflow[here http://stackoverflow.com/a/18700523/530153], during the above profiling test I excluded the org.apache.myfaces methods, so I did a fresh profiling test & I'm posting below the new result snapshot.
[image: enter image description here] But you can still see that a lot of time overhead is caused due to Self times of Myfaces/JSF methods. I'm sure that my code isn't being included in these self times because while profiling I filtered out only the core Java classes, so all my methods are included & also I can see them in the snapshot. For e.g. px10.channelController.init() is the method that retrieves from database & process all data to be shown for page. On Tue, Sep 10, 2013 at 12:26 AM, Mike Kienenberger <[email protected]>wrote: > And by "here" I am suggesting the myfaces mailing lists in case it wasn't > clear. > > On Mon, Sep 9, 2013 at 2:47 PM, Mike Kienenberger <[email protected]> > wrote: > > Trying to have a discussion on StackOverflow using comments isn't the > > best approach. Go ahead and make your comments on here if you would > > like to continue discussing the situation. >

