Shopware's full page cache is caching our tagging. This PR uses action tags that generate ESI tags, which calls the frontend controller to render the tagging. This avoids all cache mechanisms.
How Has This Been Tested?
Tested locally and on Plugintest with Shopware's FPC
Documentation:
N/A
Checklist:
[X] My code follows the code style of this project.
[X] I have updated the documentation accordingly.
[X] All new and existing tests passed.
[X] I have assigned the correct milestone or created one if non-existent.
[X] I have correctly labeled this pull request.
[x] I have linked the corresponding issue in this description.
[x] I have updated the corresponding Jira ticket.
[x] I have requested a review from at least 2 reviewers
[x] I have checked the base branch of this pull request
[x] I have checked my code for any possible security vulnerabilities
Motivation and Context
Shopware's full page cache is caching our tagging. This PR uses action tags that generate ESI tags, which calls the frontend controller to render the tagging. This avoids all cache mechanisms.
How Has This Been Tested?
Tested locally and on Plugintest with Shopware's FPC
Documentation:
N/A
Checklist: