You are here

constant ADVAGG_JS_COMPRESS_MAX_RATIO in Advanced CSS/JS Aggregation 7.2

Default value for the compression ratio test.

Related topics

5 uses of ADVAGG_JS_COMPRESS_MAX_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.
advagg_js_compress_update_7202 in advagg_js_compress/advagg_js_compress.install
Change variable names so they are prefixed with the modules name.
hook_advagg_current_hooks_hash_array_alter in ./advagg.api.php
Allow other modules to add in their own settings and hooks.
hook_advagg_modify_js_pre_render_alter in ./advagg.api.php
Allow other modules to modify $children and $elements before rendering.

File

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

Code

define('ADVAGG_JS_COMPRESS_MAX_RATIO', 0.9);