Typesafe resolver performs poorly on startup
--------------------------------------------

                 Key: WELD-798
                 URL: https://issues.jboss.org/browse/WELD-798
             Project: Weld
          Issue Type: Bug
    Affects Versions: 1.1.0.CR1
            Reporter: Stuart Douglas
            Assignee: Stuart Douglas
            Priority: Critical
             Fix For: 1.1.0.CR2


Firing the ProcessBean events at startup has now become a massive hotspot when 
portable extensions are installed that inject the bean manager. The 
TypeSafeBeanResolver cache gets cleared and re-created between each firing, 
which is very expensive. The beansByType cache which provides a big performance 
boost when no portable extensions are installed appears to be the main culprit.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues

Reply via email to