Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
rdf.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Nov 2009 at 05:38 UTC
Updated:
29 Nov 2009 at 14:08 UTC
Now that we have user_load_multiple(), it'd be much better to preload all the user accounts which are node or comment authors in rdf_node_load() and rdf_comment_load() (or possibly user_comment_load() and user_node_load()).
However, we can't do that 100% safely until #636992: Entity loading needs protection from infinite recursion is in, and ideally it'd be in a stage separate from raw loading, since doing it in node_load() will cause problems for http://drupal.org/project/entitycache
Comments
Comment #1
catchMarking this as duplicate of #636992: Entity loading needs protection from infinite recursion
Comment #2
catch