- Issue created by @alorenc
- @alorenc opened merge request.
The views.view.og_members_overview.yml configuration file in the module does not define a cache: setting. This means the View uses no caching at all, which negatively impacts performance and bypasses Drupalβs intelligent cache invalidation system.
The View configuration should define caching using cache: type: tag, which is the recommended default in Drupal 9 and 10. This enables automatic invalidation when messages or related entities are updated.
Active
2.0
og.module