- Issue created by @prudloff
- Merge request !4Issue #3463588: make_first_facet_active disables facet cache → (Open) created by prudloff
- Status changed to Needs review
9 months ago 5:26pm 24 July 2024
ActiveByDefaultProcessor
extends ProcessorPluginBase
which uses the UncacheableDependencyTrait
trait.
So using this processor on a facet makes the facet uncacheable.
However there is no reason the result of this processor could not be cached (if all sort processors are cacheable).
Enable Make first facet active
on a facet.
Save the view display using this facet again : the view display now has this config:
cache_metadata:
max-age: 0
The processor should use the UnchangingCacheableDependencyTrait
trait.
Needs review
1.0
Code