Lazy Entity
Categories
Component ID
1894974
Component name
Lazy Entity
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
458
Component created
Component changed
Component body
Allows field values for Drupal entities to be lazy loaded rather than loaded at
the time of the entity. This can improve performance and memory usage when
loading an entity without the need for all fields.
This is currently a developer only module. It provides both entity and controller implementations for lazy loading entities.
Note: This library does not utilize the cache_field cache when loading
the fields for an entity which can lead to a decrease in performance when you
actually want to load all fields.
