This repository has been archived by the owner on Aug 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 133
Improve performance of working with large numbers of memberships #555
Merged
Commits on Jul 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 671a3c0 - Browse repository at this point
Copy the full SHA 671a3c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b88b339 - Browse repository at this point
Copy the full SHA b88b339View commit details -
Field values for single property fields can be stored in arrays.
When a field value is populated on an entity from the database the property value is stored as a flat scalar value, while if the value is set through the field API the value is an array. See SqlContentEntityStorage::mapFromStorageRecords() vs FieldItemList::setValue().
Configuration menu - View commit details
-
Copy full SHA for 138b8c5 - Browse repository at this point
Copy the full SHA 138b8c5View commit details -
When field values are set on a freshly created, unsaved, entity the v…
…alue array will be empty but the field item list will be populated.
Configuration menu - View commit details
-
Copy full SHA for 5b3b0ca - Browse repository at this point
Copy the full SHA 5b3b0caView commit details -
Field item lists take priority over raw values, so ensure to use them…
… if they are populated.
Configuration menu - View commit details
-
Copy full SHA for 4e7fedf - Browse repository at this point
Copy the full SHA 4e7fedfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dfdf1e - Browse repository at this point
Copy the full SHA 4dfdf1eView commit details
Commits on Jul 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 68bc8df - Browse repository at this point
Copy the full SHA 68bc8dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e81f866 - Browse repository at this point
Copy the full SHA e81f866View commit details -
Configuration menu - View commit details
-
Copy full SHA for a88a085 - Browse repository at this point
Copy the full SHA a88a085View commit details
Commits on Jul 26, 2019
-
Use the method for fast retrieval of field values from the pending co…
…re issue. See https://www.drupal.org/project/drupal/issues/2580551
Configuration menu - View commit details
-
Copy full SHA for d726a49 - Browse repository at this point
Copy the full SHA d726a49View commit details -
Configuration menu - View commit details
-
Copy full SHA for be89c6f - Browse repository at this point
Copy the full SHA be89c6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9dc9f7 - Browse repository at this point
Copy the full SHA b9dc9f7View commit details
Commits on Aug 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7bee878 - Browse repository at this point
Copy the full SHA 7bee878View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.