overeat
Dabbler
- Joined
- Aug 31, 2021
- Messages
- 20
The https://jira.ixsystems.com/ is super slow.
Jira has a file called batch.js which is 16MB and takes 2 minutes to download on my connection (a 1 GBPS connection, but in Asia)
Makes it really frustrating when browsing for bugs or attempting to submit them. I've already given up a couple times, and I assume others have too.
This is a known bug (feature) with Jira. You guys should check your server to make sure that file is not generated on the server on each page load (that would be CPU intensive). If possible you'd want to make sure it's at the very least generated rarely and cache'd statically on the server in a file (or redis or some memory cache) for quick serving.
I'd assume you guys are aware of this issue, but a quick search in the forums didn't turn up any complaints, so I figure I'd add one.
Some references:
jira.atlassian.com
confluence.atlassian.com
jira.atlassian.com
Jira has a file called batch.js which is 16MB and takes 2 minutes to download on my connection (a 1 GBPS connection, but in Asia)
Makes it really frustrating when browsing for bugs or attempting to submit them. I've already given up a couple times, and I assume others have too.
This is a known bug (feature) with Jira. You guys should check your server to make sure that file is not generated on the server on each page load (that would be CPU intensive). If possible you'd want to make sure it's at the very least generated rarely and cache'd statically on the server in a file (or redis or some memory cache) for quick serving.
I'd assume you guys are aware of this issue, but a quick search in the forums didn't turn up any complaints, so I figure I'd add one.
Some references:
Loading...
How to troubleshoot long page load times in Jira server | Jira and Jira Service Management | Atlassian Support
What to do when Jira page-load-times are taking more time than usual. The article looks into the most likely reasons and troubleshooting options
