Field SQL Storage Group Load
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Drupal's standard Field storage module loads makes 1 SQL query per field during entity load, which can be suboptimal with many fields. This module allows loading multiple fields per query, hence reducing the number of SQL queries during entity load.
Note
This module only works when loading the current revision of an entity, trying to load an older revision will still use the Drupal standard way.
