At the /data/disk/o1/config/includes/global.inc the aggregation is hardcoded to be disabled

if (file_exists('sites/all/modules/advagg/advagg_bundler/advagg_bundler.module') ||
      file_exists('sites/'. $_SERVER['SERVER_NAME'] .'/modules/advagg/advagg_bundler/advagg_bundler.module') ||
      file_exists('profiles/' . $conf['install_profile'] . '/modules/advagg/advagg_bundler/advagg_bundler.module') ||
      file_exists('profiles/' . $conf['install_profile'] . '/modules/contrib/advagg/advagg_bundler/advagg_bundler.module')) {
    $conf['preprocess_css'] = 0; // css aggregation disabled
    $conf['preprocess_js'] = 0;  // js aggregation disabled

Enabling it at local.settings.php works fine but was wondering why it is disabled to begin with.

Comments

omega8cc’s picture

Title: Disabled advagg » BOA disables standard CSS/JS aggregation when AdvAgg module is detected, but D7 version reverted this requirement
Project: Barracuda » Octopus
Category: bug » feature

Are you trying AdvAgg D7 maybe? We don't support it yet, and the current config automates everything for D6 version, where it was *required* to *disable* standard aggregation. This logic is now reverted in the D7 version, so we may need to make the settings version aware.

hlykos’s picture

Ah I see. Yes I was talking about D7. If I can find out how to check the Drupal version in settings.php I 'll try submitting a patch.

omega8cc’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.