Re: FacesServlet.service() method eating too much time while serving requests (high self-time) ?!

2013-09-09 Thread Ertio Lew
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]

Re: FacesServlet.service() method eating too much time while serving requests (high self-time) ?!

2013-09-07 Thread Ertio Lew
On Sat, Sep 7, 2013 at 11:54 AM, Anton Gavazuk antongava...@gmail.com wrote: So this method is actually wrapping up all underlying processing: jsf actions, business services, interaction with db - thus its time is always the biggest Nope the *self time* of this method that I am talking

FacesServlet.service() method eating too much time while serving requests (high self-time) ?!

2013-09-06 Thread Ertio Lew
I was just trying out some profiling experiments with my JSF project using Netbeans based Profiler. However I found a very surprising results. I found JSF's *FacesServlet.service()* method to be consuming most of the time while requests were being served. I do serve content from databases into my

Re: Redirecting JUL Logging to other logging systems -- do we need to revisit our logging methodology?

2012-08-23 Thread Ertio Lew
Why doesn't Myfaces allows the flexibility to plug in your desired logging SL4J implementation instead of restricting users to JUL/ Commons logging or otherwise incurring the overheads of using bridgeHandlers etc ?! On Thu, Aug 23, 2012 at 8:10 PM, Mike Kienenberger mkien...@gmail.comwrote: Did

Re: Redirecting JUL Logging to other logging systems -- do we need to revisit our logging methodology?

2012-08-23 Thread Ertio Lew
as the logging mechanism. On Thu, Aug 23, 2012 at 2:38 PM, Ertio Lew ertio...@gmail.com wrote: Why doesn't Myfaces allows the flexibility to plug in your desired logging SL4J implementation instead of restricting users to JUL/ Commons logging or otherwise incurring the overheads of using