-
Suggestion
-
Resolution: Unresolved
requestJira from @forge/bridge is a lot slower than AP.request method provide by Connect Javascript API - especially when making large number of requests.
If we call the same API using AP.request method, it's comparatively 10~50% faster than using requestJira method.
Please improve the performance of @forge/bridge (i.e. requestJira, requestConfluence etc.) so that it's comparable to AP.request method.
I may be wrong, but when I was developing the Forge app, I had investigated the requests duration in the network tab and it seems that Atlassian adds some artifictial delay before returning request data. The Jira API request is fulfilled but it reaches our app with 1-2 seconds delay.