793 B
793 B
title | link | image | description | featured | tags | fact | weight | sitemap | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Atlassian Deployment Triggers | https://bitbucket.org/atlassianlabs/bamboo-after-deployment-trigger/pull-requests/2/fixes-issue-2-eliminate/diff | /img/deploysonly.webp | Uses Async call to lucene index for super fast autocompletion to address performance issue loading config. | true |
|
Reduce page load time from minutes to instantaneous. | 100 |
|
Addressed pretty significant page load performance issue founde in larger deployments. Eliminates uses of intensive backend query, replacing it with an asynchronous API call against a lucene index. This change reduces page load from from 2+ minutes to nearly instant, with an incredibly responsive UI.