Whilst setting up a performance testing environment I noticed that we can improve the implementation in node_block_access() to not do unnecessary calls to menu_get_object();
and node_type_get_types();
.
↧
node_block_access is doing unnecessary processing
↧