Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
php bin/magento setup:di:compile

10.

...

Code Block
composer require laminas/laminas-barcode ^2.8 
php bin/magento setup:upgrade

...

Adjust Redis session configuration

Note: This is an optional configuration if you are using Redis for Magento Session.

...

  • Edit the value max_concurrency to a suitable number. Magento recommend we set that number by 10% of the number of PHP processes. If you don’t know that then try in the range from 6 to 24 is fine. For example 20.

...

11. Install Magento Cron

Code Block
php bin/magento cron:install

...

12. Reindex All

Code Block
php bin/magento indexer:reindex

...

13. Turn on Production mode

Code Block
php bin/magento deploy:mode:set production

...

14. Turn off Maintenance

Code Block
php bin/magento maintenance:disable