- Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Area: FrameworkComponent: CacheIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: needs updateAdditional information is require, waiting for responseAdditional information is require, waiting for responseIssue: ready for confirmationPriority: P2A defect with this priority could have functionality issues which are not to expectations.A defect with this priority could have functionality issues which are not to expectations.Progress: doneReproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branchThe issue has been reproduced on latest 2.4-develop branch
Description
Preconditions (*)
- Any Magento version that includes a suggested Varnish VCL config.
- Using Varnish along with a VCL that is included with Magento.
- Usage of Klaviyo's marketing email services/modules.
Steps to reproduce (*)
- Use a VCL that is included with Magento.
- Send a marketing email via Klaviyo.
- Watch varnishlog.
- Visit the site using a link that is included in a Klaviyo-generated email.
- Visit the site using a similar link that does not include the
_kx
query parameter. - Compare the results shown by varnishlog.
Expected result (*)
- The
_kx
parameter should be stripped, ensuring that visitors using links with the_kx
parameter are served the cached version of the requested page.
Actual result (*)
- Varnish does not strip the parameter, and since the value is unique per visitor, those requests will not match any hashes in Varnish's cache.
- This also results in additional PHP load due to the request needing to be processed by Magento.
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
Metadata
Metadata
Assignees
Labels
Area: FrameworkComponent: CacheIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: needs updateAdditional information is require, waiting for responseAdditional information is require, waiting for responseIssue: ready for confirmationPriority: P2A defect with this priority could have functionality issues which are not to expectations.A defect with this priority could have functionality issues which are not to expectations.Progress: doneReproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branchThe issue has been reproduced on latest 2.4-develop branch