Shopware plugin to enable HTTP caching for shop pages in modal boxes
This plugin enables HTTP cache warming and invalidation for shop pages in modal boxes (or otherwise loaded via AJAX/XHR) in addition to regular shop pages.
- Shopware >= 5.5.0
- PHP >= 7.0
There is a pull request (shopware/shopware#2098) pending targeted for Shopware 5.6. Maybe this plugin will be part of the Shopware core in the future.
- Checkout plugin in
/custom/plugins/BucoStaticXhrHttpCache
- Install and active plugin with the Plugin Manager
- Change to your root installation of Shopware
- Run command
composer require buddha-code/buco-static-xhr-http-cache
- Install and active plugin with
./bin/console sw:plugin:install --activate BucoStaticXhrHttpCache
Feel free to fork and send pull requests!
This project uses the GPLv3 License.