Subtask Performance issues for non admins

David Witherspoon August 18, 2016

We are running into an performance problem where clicking on a subtask from the main issue screen, and subsequently clicking on the parent in the breadcrumbs both take upwards of 3 seconds but...only for people that are jira-users. Nobody in jira-administrators group is having the issue. Anyone ever seen this or have thoughts?

2 answers

1 vote
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 18, 2016

I would look at plugins or customization (including javascript hacks). You might have some code that works well for  administrators but not for others?

Also, debug using firebug (in firefox) or some other browser tools to see if there are any errors in the network tab (call made to the server) or in the javascript console.

0 votes
Ravi Sagar _Sparxsys_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 22, 2016

You can try YSlow firefox add to analyse the speed with details of what components are loaded for sub-tasks. https://addons.mozilla.org/en-US/firefox/addon/yslow/

As @Jobin Kuruvilla [Go2Group] suggested also take a look at the javascript console for any errors.

Suggest an answer

Log in or Sign up to answer