What setting in magento.env.yaml minimizes the overall deployment time?


You need to get code with a backend order placement security related fix into production as quickly as possible.

The project currently deploys static content during the build phase with both stage/global/SKIP_SCD and stage/deploy/STATIC_CONTENT_SYMLINK set to false.

What setting in magento.env.yaml minimizes the overall deployment time?
A . Remove all themes from stage/global/SCD_MATRIX so they will not be generated
B . Set stage/global/STATIC_CONTENT_SYMLINK to true to symlink static assets to the init directory
C . Set stage/global/SCD_COMPRESSION_LEVEL to 0 to avoid the compression overhead
D . Set stage/global/SKIP_SCD to true to completely avoid static content processing

Answer: C

Explanation:

Reference: https://devdocs.magento.com/cloud/env/variables-build.html

Leave a Reply

Your email address will not be published.