Type
magento2-module
Module for Magento 2 that defers and bundles purge requests to Varnish to reduce number of HTTP requests and increase speed of mass updates
magento2-module
MIT
None
None
None
None
None
Saves cache_tags to database to defer invalidation through cronjob instead of direct execution.
Usage:
- via crontab
- run bin/magento integernet:asyncvarnish:purge
composer require integer-net/magento2-async-varnish
bin/magento setup:upgrade
Zero configuration needed.
Please see CHANGELOG for more information on what has changed recently.
Configure test database in dev/tests/integration/etc/install-config-mysql.php
. Read more in the Magento docs.
Copy tests/Integration/phpunit.xml.dist
from the package to dev/tests/integration/phpunit.xml
in your Magento installation.
In that directory, run
../../../vendor/bin/phpunit
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.