AD0-E716 · Question #51
An Adobe Commerce Cloud merchant has been experiencing significant downtime during production deployment. They have already checked that the application is in ideal state. In addition to the configura
The correct answer is A. 1. Check SCD is configured under the build phase. 2. Increase the SCD.THREADS to speed up the build process.. The next steps to reduce the downtime are to check that the SCD is configured under the build phase and to increase the SCD.THREADS to speed up the build process. The SCD stands for static content deployment, which is the process of generating and deploying static files such as C
Question
Options
- A
- Check SCD is configured under the build phase. 2. Increase the SCD.THREADS to speed up the build process.
- B
- Check SCD is configured under deploy phase. 2. Decrease the SCD.THREADS to speed up the build process
- C
- Check SCD is configured under the build phase. 2. Check if Adobe Commerce Cloud automatically adjusts SCD.THREADS.
How the community answered
(33 responses)- A79% (26)
- B15% (5)
- C6% (2)
Explanation
The next steps to reduce the downtime are to check that the SCD is configured under the build phase and to increase the SCD.THREADS to speed up the build process. The SCD stands for static content deployment, which is the process of generating and deploying static files such as CSS, JS, images, etc. By configuring the SCD under the build phase, the static files are generated before the code is deployed to the production environment, which reduces the downtime during deployment. The SCD.THREADS is a variable that determines how many threads are used for parallel processing during the SCD. By increasing the SCD.THREADS, the developer can improve the performance and efficiency of the SCD process. Verified Reference: [Magento 2.4 DevDocs] 12
Topics
Community Discussion
No community discussion yet for this question.