Serialization cache
Categories
Component ID
2906294
Component name
Serialization cache
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
3
Component created
Component changed
Component body
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).
