Saves cache_tags to database to defer invalidation through cronjob instead of direct execution.
Usage:
- via crontab
- run
bin/magento integernet:asyncvarnish:purge
- Install via composer
composer require integer-net/magento2-async-varnish
- Enable module
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 todev/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.