constant CACHE_AGGRESSIVE

Indicates that page caching is using "aggressive" mode. This bypasses loading any modules for additional speed, which may break functionality in modules that expect to be run on each page load.

2 uses of CACHE_AGGRESSIVE
system_performance_settings in drupal-6.x/modules/system/system.admin.inc
Form builder; Configure site performance settings.
_drupal_bootstrap in drupal-6.x/includes/bootstrap.inc

File

drupal-6.x/includes/bootstrap.inc, line 34
Functions that need to be loaded on every Drupal request.

Code

define('CACHE_AGGRESSIVE', 2)