Hi guys,
Every time I click on "Create" button to create a JIRA issue, it's extremely slow to load the creation window. It takes about 25 - 30 seconds.
Is there any way to reduce the latency?
In addition to the question that @Trudy Claspill asked, I'm mulling over what it would take to build and display the creation window...
It's obviously going to be running Java, so the performance of the JVM is critical. Increasing available application memory might help. I usually recommend two or three dedicated nodes, each with 8GB of RAM with 6GB allowed for Jira. That's good enough for several hundred developers.
There's also the Java code cache, which stores compiled code and can lead to slowness if it's too small.
When you create an issue, Jira will load the screen definition from the database. If the database is slow to respond, you'll feel that as the create screen loading slowly. This is most likely on shared-tenancy databases, or a (very) poorly performing network connection to the database. If this were the problem, you would have slow performance in other places than just creating issues.
It might be overkill, but an application performance monitoring system like NewRelic can help you quickly narrow down performance problems over time. They have a free tier, but I always worked in places that had the full experience.
Hello @Caleb Park
Do you have third party apps that could be executing functionality when the Create Issue dialog is trying to open?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join the largest European gathering of the Atlassian Community and reimagine what’s possible when great teams and transformative technology come together. Plus, grab your Super Fan ticket now and save over €1,000 on your pass before prices rise on 3 June.
Register nowOnline 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.