Posted by: Pdfprep
Post Date: February 21, 2021
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 stags/global/SKIP_SCD and stage/deploy/STATIC_STATIC_CONTENT_SYMLINK set to false.
What setting in.magento,env,yaml minimizes the overall deployment time?
A . Remove all themes from stages/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: B
Leave a Reply