Steps to speed up Magento 2 website

preview_player
Показать описание
Here in this video, I have shared my expertise to enhance the Magento 2 website.

Steps to improve the performance:

1. Inspect every 3rd-party extension installed - php bin/magento module:enable/disable namespace_modulename
2. Optimize Images
3. Make sure Cache is on
4. Choose the fastest hosting possible
5. Make sure Production Mode is on - php bin/magento deploy:mode: set production
6. Never use JS bundling
7. Enable CSS/JS minification - work if production is enabled
8. Use Built-in Cache only
9. Enable Flat Catalogue

Follow me:
Twitter : routbiplab93
Рекомендации по теме
Комментарии
Автор

Is built in cache enough to increase the speed of the Magento? They also recommend to use Varnish

siwmansala