Reputation: 659
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
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