I'm having some problems to deploy my applications from the development environment to the test environment, my application has more than 2500 AO's and the deploys take an average of 2 hours to happen.Is there anything we can do at the infrastructure level to improve this? Improve the target machine? Or the Origin? Or the lifetime machine?I thank you for your help.
Graciously;HERYCK AZEVEDO
Hi Heryck,
It can be because of many factors so before looking at the infrastructure upgrade it is better to see if everything is organized at application level. I have few question to begin with so please share below details
Hi Heryck.
As Nikhil pointed, a lot of things can be done to improve the performance.
Mainly having a good architecture following the 4LC (4 Layer Canvas) architecture, removing unused references and making the right deployment plan will help a lot!
If you are experiencing impact in Business when doing the deploy, as a fast solution you can apply a 2-stage deploy. See here more details about it.
It will let you compile and generate the code and scripts before deploying it.
With this configuration you can gain some time while you check the main points Nikhil suggested.
Hope it helps :)Cheers and Regards,
RR