Hi
I have 2 projects in JIRA 5.1
If I access issues in 1 project like : https://jira.mycompany.com/browse/TEB-7007 response times are pretty fast ( under a second)
If I access issues in 2nd project like : https://jira.mycompany.com/browse/INT-118 response times are miserable 12-15 seconds
Is it to do with any external systems like fisheye, crucible etc linked to this JIRA.
Please let me know.
Thanks
Abe
It could be external systems, but there's a whole set of things to look at. Start with the project configurations - what is the difference between them?
Look especially at the permission schemes - Jira does a lot of stuff with those. As an example, there's a common trick on corporate Jiras with large projects - if you set the "browse" permission to "anyone", issue access can be a lot faster because it's not checking the permissions for the current user when they look at the issue.
After that, I'd look at fields next - if TEB is small and simple in field terms, but INT has lots of complexity, then that could be the problem. Especially if you're using external plugins to provide fields (certain script tricks can drag Jira down, and Java script, and so on...)
But, if your projects are using the same schemes and have the same users, then we probably need to look at external stuff next. But you should be able to see that on the confi screens too.
One think that you can try to find out where is this long wait is coming from is to check with your Browser Developer Tools, in the Network tab, it will show you which resource is taking such amount of time to load. This will help you troubleshoot the problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Take a look to this pages:
http://blogs.onresolve.com/2009/04/how-to-make-jira-6-12-times-faster/
http://blogs.onresolve.com/2009/04/how-to-make-jira-twelve-times-faster/
Specifically, look at the permission schemes comparing the slow and fast projects. Is there any permission bound to "jira-users" group?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's what I said. Without the links, but hopefully Abraham found it useful
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry mate, I didn't see your answer before start writing mine ...
PS: I don-t know why the question appeared to me at the top of the questions if its asked on 2/Jun ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also check how many issues you have being rendered on the screen. Go to our profile and under Preferences look at the Page Size. The amount of data being rendered, say 1500 issue, on the screen at one time has a huge impact on perfomance.
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.