You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Thomas Andraschko (JIRA)" <ji...@apache.org> on 2018/10/17 07:51:00 UTC

[jira] [Updated] (OWB-1266) [perf] InjectionResolver cache can be activated earlier

     [ https://issues.apache.org/jira/browse/OWB-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Andraschko updated OWB-1266:
-----------------------------------
    Description: 
average startup time of 10 OWB-startups without the patch:
 ~7700ms

with the patch:
 ~6400ms

I think it's safe to enable the cache directly after AfterBeanDiscovery

i also checked this via the profiler, and this is the only really big fish left

  was:
average startup time of 10 OWB-startups without the patch:
~7700ms

with the patch:
~6400ms

I think it's safe to enable the cache directly after AfterBeanDiscovery


> [perf] InjectionResolver cache can be activated earlier
> -------------------------------------------------------
>
>                 Key: OWB-1266
>                 URL: https://issues.apache.org/jira/browse/OWB-1266
>             Project: OpenWebBeans
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.0.7
>            Reporter: Thomas Andraschko
>            Assignee: Thomas Andraschko
>            Priority: Major
>             Fix For: 2.0.8
>
>         Attachments: OWB-1266.patch
>
>
> average startup time of 10 OWB-startups without the patch:
>  ~7700ms
> with the patch:
>  ~6400ms
> I think it's safe to enable the cache directly after AfterBeanDiscovery
> i also checked this via the profiler, and this is the only really big fish left



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)