magento2
magento2 copied to clipboard
Add Tracking Parameters to Varnish Configuration
Description (*)
Add additional tracking parameters to the Varnish configuration, so that the same page will be cached independent of those tracking parameters.
Related Pull Requests
https://github.com/magento/magento2/pull/38299 https://github.com/magento/magento2/pull/38302
Fixed Issues (if relevant)
- Fixes magento/magento2#38298
Manual testing scenarios (*)
- Open the Magento backend
- Open Stores > Configuration > Advanced > System > Full Page Cache
- Export the Varnish configuration
- Make sure the new tracking parameters are included
Questions or comments
Previous PRs have not been merged and not been updated. Hence, here is another try to get this over the line.
Contribution checklist (*)
- [X] Pull request has a meaningful description of its purpose
- [X] All commits are accompanied by meaningful commit messages
- [ ] All new or changed code is covered with unit/integration tests (if applicable)
- [ ] README.md files for modified modules are updated and included in the pull request if any README.md predefined sections require an update
- [ ] All automated tests passed successfully (all builds are green)