- 🇦🇺Australia VladimirAus Brisbane, Australia
Thank you for your contributions.
Drupal 7 is no longer supported.
Closing issue as outdated.
dfp calls entity_modified_last() a lot.
In case that it is operating on the object, that is fine, but in case the object does not have a modified property (like users), then a query is pushed.
Might consider statically caching the result of _dfp_token_replace_make_key() and in-face _dfp_prepare_tokens can be cached as well Drupal statically.
On the other hand, this should probably be fixed in entity_modified as we probably should statically cache the result there as well.
Closed: outdated
1.0
Code
It affects performance. It is often combined with the Needs profiling tag.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Thank you for your contributions.
Drupal 7 is no longer supported.
Closing issue as outdated.