Peakhour's Magento 2 plugin integrates with Magento 2's comprehensive built in caching. Once installed you can choose Peakhour.io as a backend in the full page cache settings, we fully support Magento's custom cache tags, and vary on cookie value (X-Magento-Vary)and will automatically flush our global CDN when you make changes within Magento.
Click here to download the latest version (v1.0.0) of the plugin.
Before installing make a backup of your Magento site as a precaution. If you have a development environment it is recommended that you install the plugin there first to test and confirm functionality.
You will need a Peakhour account to be able to utilise this extension. If you don't already have one you can sign up here, installation of the extension does not automatically create an account for you. Pricing is based on page views and all new signups get a free trial. Once you have your account the only other change you need to make to activate our acceleration and web application firewall is a DNS change. Do not enable the plugin until you have successfully configured your domain behind the Peakhour service.
Marketplace installation is only available for Magento 2.2.x and greater, see the official magento doc page
This will be done via command line on your Magento server. You will have to make sure you have composer installed.
php composer.phar require peakhour/magento2
php bin/magento module:enable Peakhour_Cdn
php bin/magento setup:upgrade
php bin/magento cache:clean
Then you can log in to the Magento admin and finish configuration.
Verify with
php bin/magento module:status
and make sure Peakhour is listed
Enable module with
php bin/magento module:enable Peakhour_Cdn
Then run
php bin/magento setup:upgrade
Then clear caches with
php bin/magento cache:clean