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/system/system.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 7771a8536..87395ad88 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1868,6 +1868,7 @@ function system_modules_submit($form, &$form_state) { node_types_rebuild(); menu_rebuild(); cache_clear_all('schema', 'cache'); + cache_clear_all('*', 'cache_node', TRUE); drupal_set_message(t('The configuration options have been saved.')); } -- cgit v1.2.3