Index: /tools/gformat.py
===================================================================
--- /tools/gformat.py	(revision 11532)
+++ /tools/gformat.py	(revision 11533)
@@ -123,4 +123,15 @@
   normal_proxies = []
   nameservers_cache = []
+
+def fill_cache():
+ ''' Poor man re-loading of few cache items (the slow ones) '''
+ for host in get_hostlist():
+   datadumps[host] = get_yaml(host)
+
+
+def reload_cache():
+  clear_cache()
+  fill_cache()
+  
   
 
@@ -1147,5 +1158,5 @@
       ('Refresh', '5; url=.'),
     ]
-    clear_cache()
+    reload_cache()
   else:
     base_uri = environ['PATH_INFO']
