Serialization cache
5 sites
Security covered
Drupal 10–11
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).
Depends on
Dependencies of the latest stable release
- serialization Drupal core
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.