Active
Project:
Comment block
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2009 at 19:52 UTC
Updated:
21 May 2013 at 23:27 UTC
The way we currently are handling the visibility settings for the comment form blocks is incompatible with block caching enabled.
We have to make the visibility check (wich includes a node_load()) in the operation 'visibility' instead of 'view'. To avoid multiple node_load() a static cache of that node object could be implemented.
Setting this to critical as we must fix this before a stable release.
Comments
Comment #1
mr.baileysnode_load() comes with it's own static caching mechanism, so the penalty for multiple calls to node_load with the same node id is negligable.
Comment #2
dixon_