You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello, everyone!
We are a team who is working on Jira plugin.
Our plugin allows to accomulate all the standard information (like projects, sprints, issues, assignees etc) and display it in intuitive colored way.
Recently we faced with the following problem - time necessary for the app loading was doubled. The first version timee was about 8 seconds and now the initial loading takes around 16 seconds.
The main differences between versions are
- adding a new request to check project type (company or team managed)
- adding a new page
We have checked hypothesis about addons bad influence on the loading time, but performed tests showed that mentioned addons increased loading time on 2 seconds only.
Also we have noticed that each Jira's response takes about 800-900ms (previously they were faster)
Is there a way how we can speed it up?
For now we have found only one relevant topic - https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-jira-expressions/#api-rest-api-2-expression-eval-post