Serialization cache
5 sites
Security covered
This module caches serialized Drupal entities to improve performance. It reduces the computational cost of recursively processing entities and their fields by storing pre-processed versions in cache bins.
Drupal 8 serialization system is pretty flexible but it causes serious time cost
to recursively process all entities, their fields, embed entities if they are
exist and etc.
This module provides caching for normalized entities (+embedded entities)
using different caches for different accesses (checking "view" for entity and
its fields).