You are here

constant ADVAGG_CSS_COMPRESS_INLINE_IF_NOT_CACHEABLE in Advanced CSS/JS Aggregation 7.2

Default value to if inline compression is used if page is not cacheable.

Related topics

4 uses of ADVAGG_CSS_COMPRESS_INLINE_IF_NOT_CACHEABLE
advagg_css_compress_admin_settings_form in advagg_css_compress/advagg_css_compress.admin.inc
Form builder; Configure advagg settings.
advagg_css_compress_advagg_modify_css_pre_render_alter in advagg_css_compress/advagg_css_compress.module
Implements hook_advagg_modify_css_pre_render_alter().
advagg_css_compress_update_7201 in advagg_css_compress/advagg_css_compress.install
Change variable names so they are prefixed with the modules name.
hook_advagg_modify_css_pre_render_alter in ./advagg.api.php
Allow other modules to modify $children and $elements before rendering.

File

advagg_css_compress/advagg_css_compress.module, line 26
Advanced aggregation css compression module.

Code

define('ADVAGG_CSS_COMPRESS_INLINE_IF_NOT_CACHEABLE', FALSE);