pressflow / 6

Each version of Pressflow is API-compatible with the same major Drupal version. For example, Pressflow 6 is compatible with all Drupal 6 modules. Pressflow 6 also integrates the SimpleTest system from Drupal 7 and the CDN support patch.
http://pressflow.org/
GNU General Public License v2.0
234 stars 89 forks source link

Issue #1191290 by klausi, David_Rothstein, Fabianx: system_cron() should not run hook_flush_caches(), but use a cached version. #108

Open LionsAd opened 7 years ago

LionsAd commented 7 years ago

This is a straight backport of https://www.drupal.org/node/1191290.

The reason is that else e.g. features_flush_caches() runs during every _cron invocation, which can be quite slow.