Field SQL Storage Group Load

Component ID

2561613

Component name

Field SQL Storage Group Load

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

821

Component created

Component changed

Component body

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.