You are here

constant ADVAGG_JS_COMPRESS_RATIO in Advanced CSS/JS Aggregation 7.2

Same name and namespace in other branches
  1. 6 advagg_js_compress/advagg_js_compress.module \ADVAGG_JS_COMPRESS_RATIO
  2. 7 advagg_js_compress/advagg_js_compress.module \ADVAGG_JS_COMPRESS_RATIO

Default value for the compression ratio test.

Related topics

2 uses of ADVAGG_JS_COMPRESS_RATIO
advagg_js_compress_advagg_current_hooks_hash_array_alter in advagg_js_compress/advagg_js_compress.module
Implements hook_advagg_current_hooks_hash_array_alter().
advagg_js_compress_prep in advagg_js_compress/advagg_js_compress.advagg.inc
Compress a JS string.

File

advagg_js_compress/advagg_js_compress.module, line 36
Advanced CSS/JS aggregation js compression module.

Code

define('ADVAGG_JS_COMPRESS_RATIO', 0.1);