webscale-networks / magento-varnish-split-header
Webscale sub-module responsible for split varnish X-Magento-Tags header.
Installs: 3 474
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.3
- magento/magento2-base: >2.3.4
- webscale-networks/magento-varnish-api: *
This package is not auto-updated.
Last update: 2025-04-23 22:05:13 UTC
README
Sub-module responsible for split X-Magento-Tags header when varnish selected as a cache solution.
Installation
To install extension run the following in magento root directory:
composer config repositories.webscale-networks-split-header git https://github.com/webscale-networks/magento-varnish-split-header.git
To avoid issues with CI/CD and github add "no-api": true
to the repo settings, so it looks like this:
"webscale-networks": { "type": "git", "url": "https://github.com/webscale-networks/magento-varnish-split-header.git", "no-api": true }
Now require extension itself:
composer require webscale-networks/magento-varnish-split-header
After composer installs the package run next Magento commands:
php bin/magento module:enable Webscale_SplitHeader php bin/magento setup:upgrade bin/magento cache:clean
Once completed log in to the Magento admin panel and proceed to configuring the extension.
Configuration
Open a browser, log in to the Magento admin and navigate to:
Stores > Configuration > Webscale > Varnish
Enable the module by switching Enabled
to Yes
under Enable Split Tags
and save the configuration.