Page cover image

Optimize Speed

Updated on February 17, 2022 Bluesky Team

Overview

In order to improve the pageability as well as the user experience, we have created Optimize Speed module.

How to Use

You can easily setup Optimize Speed in Admin panel.

How to Configure

Login to your backend page.

1. Enable Lazy JavaScript

BLUESKYTECHCO > Theme Settings

  • In the Lazy JavaScript field: Select Enable

Click Save Config to save your config.

2. Disable Debug Mode

BLUESKYTECHCO > Theme Design

  • In the Disable Debug Mode field: Select Yes

Click Save Config to save your config.

3. Enable Flat Categories and Products

STORES > Configuration > Catalog > Storefront

  • In the Merge JavaScript Files field: Select Yes

  • In the Minify JavaScript Files field: Select Yes

  • In the Move JS code to the bottom of the page field: Select Yes

  • In the Merge CSS Files field: Select Yes

  • In the Minify CSS Files field: Select Yes

Click Save Config to save your config.

5. Set Production Mode

Go to SSH on server and cd to root magento and run commandlines below:

  • php bin/magento cache:flush

  • php bin/magento indexer:reindex

  • php bin/magento setup:upgrade

  • php bin/magento deploy:mode:set production

  • chmod -R 777 var pub generated (if you use linux)

Copyright © 2022 Blueskytechco.com. All Rights Reserved.

Last updated