- Issue created by @pvbergen
Views by default uses the full url or all the query arguments to create the result key whenever there are exposed filters or pager options. This will also include unrelated values (e.g. dom id on ajax requests or tracking values). This in effect will negate cacheability on ajax views.
- Create view with filters and ajax.
- Access view and filter via ajax. The request includes the dom_id, which is included in the result key.
- Reload the page with the view. The dom_id has changed, so the previous result is not used.
- Change pager and filter plugins to return specific cache contexts on their query arguments
- Add cache context for ajax requests as the output might differ from a page load
- Update tests to check for correct cache contexts
- Review and refine proposed functional patch
- Rework tests to match expected output.
None
- Adds a new ajax cache context
None
Active
11.0 π₯
Last updated