? boost-594718.patch
? boost-596930_0.patch
Index: boost.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.install,v
retrieving revision 1.2.2.1.2.3.2.53
diff -u -p -r1.2.2.1.2.3.2.53 boost.install
--- boost.install	7 Oct 2009 21:03:07 -0000	1.2.2.1.2.3.2.53
+++ boost.install	8 Oct 2009 00:02:55 -0000
@@ -157,6 +157,14 @@ function boost_requirements($phase) {
             'value'       => $t('Boost Disabled'),
           );
         }
+      if (BOOST_CRAWL_URL_ALIAS && BOOST_LOOPBACK_BYPASS) {
+          $requirements['boost_is_enabled'] = array(
+            'title'       => $t('Boost'),
+            'description' => $t('Crawler settings are inefficent. You probably want to disable the "Crawl All URL\'s in the url_alias table" <a href="@performance">setting</a>.', array('@performance' => url('admin/settings/performance/boost#edit-boost-crawl-on-cron-wrapper'))),
+            'severity'    => REQUIREMENT_WARNING,
+            'value'       => $t('Boost crawler does not have efficient settings.'),
+          );
+        }
       if (empty($requirements)) {
         $requirements['boost'] = array(
           'title'       => $t('Boost'),
