From 801756e7e69cfc8a22d8c1c612a31391872c35bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sat, 25 Aug 2007 09:25:49 +0000 Subject: #111127 by chx: cache node_load(), so heavy operations loading data from external sources and only invoked once (note that you should do everything dynamic in the view op, not the load op) --- modules/node/node.schema | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/node/node.schema') diff --git a/modules/node/node.schema b/modules/node/node.schema index 30e70bf9c..76e942341 100644 --- a/modules/node/node.schema +++ b/modules/node/node.schema @@ -105,6 +105,7 @@ function node_schema() { 'primary key' => array('type'), ); + $schema['cache_node'] = drupal_get_schema_unprocessed('system', 'cache'); + return $schema; } - -- cgit v1.2.3