Index: trunk/wp-config.php
===================================================================
--- trunk/wp-config.php	(revision 133)
+++ trunk/wp-config.php	(revision 135)
@@ -95,5 +95,6 @@
 	//When adding, and changing and deleting Post & Comment, block cache is refreshed by add_action at any time. 
 	// This Function in xpressme plugin
-	if (!is_block_cache_normal()) block_cache_refresh();
+	xpress_unnecessary_block_cache_delete();
+	if (is_home()) xpress_block_cache_refresh();
 	exit();		// The return to wp-blog-header.php is stolen here
 }
