Create Issue popup taking long time to load

RambanamP
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.
January 20, 2013

Hi ,

any one have any idea why it is taking long(around 20Sec) time to popup while trying to create a issue.

Thanks,

3 answers

1 vote
JamieA
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.
January 21, 2013

It's extremely slow after a cache clear event. My profiling show it's proportional to the number of field configs * number of fields, and also number of projects * number of roles, as there will be a db query for (N projects * M roles).

After you have loaded the dialog once, it should then be much faster . Is it?

RambanamP
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.
January 21, 2013

yah, it is fast once the dialog loaded once,

any suggestion, how to over come this?

JamieA
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.
January 21, 2013
  • Get atlassian to implement com.atlassian.jira.issue.fields.layout.field.AbstractFieldLayoutManager#loadFieldLayout in a more efficient manner
  • Reduce the number of field configs
  • Reduce number of projects/role - probably too difficult
  • Try to find people who call: com.atlassian.jira.issue.fields.FieldManager#refresh. The comment notes this: "If you add any calls to this method in JIRA I will hunt you down and subject you to a Spanish inquisition." I wish they would. Greenhopper is a culprit here.

JamieA
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.
January 21, 2013

And btw you're lucky, it takes around 90 seconds for that dialog to popup after the caches have been cleared on my instance...

0 votes
Renjith Pillai
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.
January 21, 2013

How many projects and issue types do you have? It is directly dependent on that.

RambanamP
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.
January 21, 2013

projects will be around 360 and issue types will be around 50

butwith same projects and isuuetypes test instance created and we are not seeing this issue

0 votes
AhmadDanial
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 20, 2013

Hey there, Rambanam.

Perhaps you can try to check on the following documentation to narrow down the possibilities that could cause the performance degradation in your instance

https://confluence.atlassian.com/display/JIRAKB/Crashes+and+Performance+Issues+Troubleshooting

Since there are many possibilities, take time to look into one by one and hopefully, you are able to find the reason behind this.

Warm regards,

Danial

RambanamP
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.
January 21, 2013

Thanks for your response,

i went through the document , our jira will work fine except slowness while loading create issue popup

Suggest an answer

Log in or Sign up to answer