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

2013-09-06 Thread Anton Gavazuk
Process an incoming request, and create the corresponding response, by executing the request processing lifecycle. If the request and response arguments to this method are not instances of HttpServletRequest and HttpServletResponse, respectively, the results of invoking this method are undefined.

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 J