improve the duration of the deployment

0
Hello,  Some of our apps are very slow to send (deploy) in the acceptance environment (or other environment). Do you have any suggestion to improve the process?  What is impacting the duration of the deployment? (for example excluded pages/microflows?)
asked
1 answers
1

One thing to look into would be your startup microflows. If you have heavy actions in there that don't necessarily need to finish immediately, you could consider executing some of them asynchronously (e.g. via a queue). 

answered