Paddy
Paddy

Reputation: 659

How can I reduce deployment time for web applications on Liberty for Bluemix?

Liberty on developer laptops take under 5 seconds to publish most changes, and negligible time to publish static content changes.

When I publish the changes onto Bluemix Liberty, using "cf push", the deployment takes time in order of minutes. Binary Upload time is still very small. This is true for Node.js apps too.

Increased deployment time discourages developers from testing their changes in cloud environment.

What can I do to reduce the deployment time?

Upvotes: 2

Views: 122

Answers (1)

RandalAnders
RandalAnders

Reputation: 1441

I would encourage you to consider the following:

1) Use the IBM Eclipse Tools for Bluemix

2) Use Incremental Push and Development Mode

You can find more info on both of these topics by reviewing the article below:

https://console.ng.bluemix.net/docs/manageapps/eclipsetools/eclipsetools.html

Upvotes: 2

Related Questions