This is basically a request to merge the functionality of https://www.drupal.org/project/views_content_cache into core views:
This module implements a views cache plugin that is aware of content and can provide caching for views, until the content in those views changes.
Drupal 8 Drupal 8 has this functionality essentially baked into core, so there isn't a need for this module if your site is running Drupal 8.
GitHub Issue #:
3399
Recent comments
Most likely this is a problem with views_send.
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1
Yes, this was solved in MIME mail: https://github.com/backdrop-contrib/mimemail/issues/52 The issue was that starting in php 8.1, you need \r\n to separate the header lines. Mimemail did...
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1
Was this problem ever resolved @argiepiano? I am experiencing something similar with smtp, mailsystem, mime_mail and views_send. If I try to attach a pdf document, it gets sent but...
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1