Thursday, June 13, 2019

make magento faster

Hello

Use these settings to make magento more faster.

1. Disable Signed content (Don't need for developer mode)

insert into core_config_data (scope, scope_id, path, value) values ('default',0, 'dev/static/sign', 0);


2. Make sure you have used SSD for store Magento 2 Source Code.

3. Make sure you have used the latest MySQL version.

4. You are developing, please enable developer mode and doing step 1.

5. If your site got too many products, please run php bin/magento catalog:image:resize

6. The suggestion is Use Redis cache and saves the session to DB or Redis

These will help you to make fast magento website. 


No comments:

Post a Comment