ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 28 - AD0-E718 discussion

Report
Export

Due to a marketing campaign, a website is experiencing a very large number of simultaneously placed orders, which is affecting checkout performance. The website is in the production deploy mode.

Which two website settings can an Architect optimize to decrease the impact on checkout performance? (Choose two.)

A.
Asynchronous indexing admin panel Setting (Stores > Settings > Ccr.f iguraticr. > Advanced > developer > Grid Settings > Asynchronous indexing) can be enabled by executing the following CLI command: tm/magento config:set dev/grid/async_ini*xmg 1
Answers
A.
Asynchronous indexing admin panel Setting (Stores > Settings > Ccr.f iguraticr. > Advanced > developer > Grid Settings > Asynchronous indexing) can be enabled by executing the following CLI command: tm/magento config:set dev/grid/async_ini*xmg 1
B.
Multithreaded checkout processing admin panel setting (stores > s ettmgs > Configuration > Sales> Checkout > General Settings > Asynchronous) can be set to a higher value representing the number of PHP threads used exclusively for checkout
Answers
B.
Multithreaded checkout processing admin panel setting (stores > s ettmgs > Configuration > Sales> Checkout > General Settings > Asynchronous) can be set to a higher value representing the number of PHP threads used exclusively for checkout
C.
Asynchronous email notifications admin panel Setting (stores > Settings > Configuration > Sales > Sales Emails > General Settings > Asynchronous) can be enabled
Answers
C.
Asynchronous email notifications admin panel Setting (stores > Settings > Configuration > Sales > Sales Emails > General Settings > Asynchronous) can be enabled
D.
A new database can be created and the Split Database feature can be automatically configured with the following command: bin/Magento setup:db-schema:split-sales-sales --host=''<checkout db host or ip>" —dbname="<name>" — username""<checkout db username>'' —password=" <password>"
Answers
D.
A new database can be created and the Split Database feature can be automatically configured with the following command: bin/Magento setup:db-schema:split-sales-sales --host=''<checkout db host or ip>" —dbname="<name>" — username""<checkout db username>'' —password=" <password>"
E.
The website deploy mode can be set to si-g- by executing the following CLI command: bin/magento deploy:mode:set siege. Provided that it will be changed back to production as soon as the number of simultaneously placed orders decreases to acceptable levels
Answers
E.
The website deploy mode can be set to si-g- by executing the following CLI command: bin/magento deploy:mode:set siege. Provided that it will be changed back to production as soon as the number of simultaneously placed orders decreases to acceptable levels
Suggested answer: A, B

Explanation:

To minimize the impact on checkout performance due to a large number of simultaneously placed orders, an Architect can optimize two website settings: Asynchronous indexing admin panel setting (A) and Multithreaded checkout processing admin panel setting (B). Enabling asynchronous indexing admin panel setting can be done by executing the command tm/magento config:set dev/grid/async_ini*xmg 1, while the multithreaded checkout processing admin panel setting can be set to a higher value representing the number of PHP threads used exclusively for checkout. It is important to note that the website deploy mode should not be set to siege mode and should instead be changed back to production as soon as the number of simultaneously placed orders decreases to acceptable levels.

asked 02/10/2024
Marc Aurele ALLOTCHENOU
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first