Re: [jira] [Created] (MYFACES-3815) Lazy instantiation of Renderer classes

2013-11-02 Thread Mike Kienenberger
I'm guessing this isn't that big a deal if you're only using the standard JSF libraries. How many renderers are we talking about? I suppose it might be an issue if you have a project that include bunch of JSF libraries. On Fri, Nov 1, 2013 at 9:38 PM, Leonardo Uribe (JIRA)

Re: [jira] [Created] (MYFACES-3815) Lazy instantiation of Renderer classes

2013-11-02 Thread Leonardo Uribe
Hi Mike I have been doing some profiling with YourKit profiler, and I have seen that with the patch already applied in trunk we avoid load around 400 classes at startup in the hello world application, which is about 20 renderers. The solution will not have any side effects, because it is

Re: [jira] [Created] (MYFACES-3815) Lazy instantiation of Renderer classes

2013-11-02 Thread Mike Kienenberger
Wow. I hadn't realized that 20 renderers would require 400 classes. On Sat, Nov 2, 2013 at 1:00 PM, Leonardo Uribe lu4...@gmail.com wrote: Hi Mike I have been doing some profiling with YourKit profiler, and I have seen that with the patch already applied in trunk we avoid load around 400

[jira] [Created] (MYFACES-3815) Lazy instantiation of Renderer classes

2013-11-01 Thread Leonardo Uribe (JIRA)
Leonardo Uribe created MYFACES-3815: --- Summary: Lazy instantiation of Renderer classes Key: MYFACES-3815 URL: https://issues.apache.org/jira/browse/MYFACES-3815 Project: MyFaces Core Issue