The Basic plan of the Plus or Extra.
allows you to cover the basics — lazy load, JS and CSS modification and merging. However, if you want to cover your website speed to a much greater extend, you need to upgrade the plan toSo, today you'll learn how to upgrade your Google Page Speed Optimizer plan.
Post Contents [hide]
Note: if you've already purchased a Basic or Plus plan, contact our team for a custom discount.
Upgrade using composer
First of all, you need to remove the extension you currently use:
composer remove magefan/module-speed-optimization*
Then, proceed with installing an upgraded version. For that, go to My Account > My Downloads and press the Install via Composer button to get the installation instructions.
Upgrade using archive
If the Google Page Speed Optimizer was installed via archive, you need to upgrade it the same way. Just download the extension archive from your Magefan account and extract it.
We recommend backing up the extension folder on your server before taking any steps.
Then copy the app folder from the archive to your Magento 2 directory. The new extension files will just merge with the existing ones.
Once you copy the files to your Magento root directory, run the following commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
After you get new option you need to configure them properly. So, check out the Google Page Speed Optimizer user guide for further steps.