Engine Performance - Profiling 2
Dear Ivy Team
I've profiled our app with VisualVM and it turned out that bundle.getString consumes about 15% of the time :
![alt text][1]
ResourceHandlerImpl.getLocalePrefixForLocateResource
...
try
{
ResourceBundle bundle = ResourceBundle.getBundle(bundleName, locale,
ClassUtils.getContextClassLoader());
if (bundle != null)
{
localePrefix = bundle.getString(ResourceHandler.LOCALE_PREFIX);
}
}
Any idea what is wrong here ?
Best regards
John
[1]: https://answers.axonivy.com/upfiles/Unbenannt_BLAmLnP.PNG