Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #35989 All Revisions ] Back to Issue ]
Summary 0035989: Default session values calculation on login is slow having a big amount of organizations
Revision 2017-11-23 13:11 by caristu
Steps To Reproduce 1) In an environment with 1000 organizations at least, do log-in.
2) Check the amount of time spent in the LoginUtils class when calculating the default values:

DefaultSessionValuesData[] ds = DefaultSessionValuesData.select(conn);

Notice that the calculation of the default values inside the LoginUtils.fillSessionArguments method is expensive (see attached image with a performance screenshot)
Revision 2017-11-22 12:37 by caristu
Steps To Reproduce 1) In an environment with 1000 organizations at least, do log-in.
2) Check the amount of time spent in the LoginUtils class when calculating the default values:

DefaultSessionValuesData[] ds = DefaultSessionValuesData.select(conn);

Notice that the calculation of the default values is expensive (see attached image with a performance screenshot)


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker