Hi,
Our JIRA web pages take long to respond since some days (all clicks anywhere in the UI). I enabled profiling and found out that the cause might be PermissionManager.hasPermission(). There are several of these calls fort each webpage click, the some (not all) of these calls need 1.5 seconds.
I am confident that this is the reason for long reponse times.
Does anyone know how to further drill down this? Has anyone already seen PermissionManager.hasPermission() taking 1500ms? We use ldap / Active Directory but i doubt that each click (after logon) goes through ldap (that's why i think it is not ldap).
Anyone has any idea?
(JIRA 6.3.5)
It would depend on how your permissions are set up. If you can change any permissions to be Anyone, this will speed up those checks. If you use any workflow based permission checking, we recommend not doing that if you have a choice and sticking to project based permissions.
What is workflow based permission checking? A condition on transitions like "Only users with Resolve Issues permission can execute this transition."? How about the usage of "Current Assignee" or "Reporter" in a permission scheme? Would that also slow things down?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.