https://github.com/buddhaCode/BucoStaticXhrHttpCache
Shopware plugin to enable HTTP caching for shop pages in modal boxes
https://github.com/buddhaCode/BucoStaticXhrHttpCache
cache http shopware shopware-plugin shopware-plugins
Last synced: 7 minutes ago
JSON representation
Shopware plugin to enable HTTP caching for shop pages in modal boxes
- Host: GitHub
- URL: https://github.com/buddhaCode/BucoStaticXhrHttpCache
- Owner: buddhaCode
- License: mit
- Archived: true
- Created: 2019-04-17T12:01:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T11:52:43.000Z (almost 6 years ago)
- Last Synced: 2024-11-17T02:33:25.735Z (6 months ago)
- Topics: cache, http, shopware, shopware-plugin, shopware-plugins
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shopware - HTTP Cache: Shop pages in modal boxes - HTTP cache warming for shop pages in modal boxes (Frontend Plugins)
README
# BucoStaticXhrHttpCache
Shopware plugin to enable HTTP caching for shop pages in modal boxes## Features
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.## Compatibility
* Shopware >= 5.5.0
* PHP >= 7.0## Deprecation Notice
There is a [pull request (shopware/shopware#2098)](https://github.com/shopware/shopware/pull/2098) pending targeted for Shopware 5.6. Maybe this
plugin will be part of the Shopware core in the future.## Installation
### Git Version
* Checkout plugin in `/custom/plugins/BucoStaticXhrHttpCache`
* Install and active plugin with the Plugin Manager### Install with composer
* 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`## Contributing
Feel free to fork and send pull requests!## Licence
This project uses the [GPLv3 License](LICENCE).