ADVAGG_MOD_CSS_DEFER |
constant |
advagg_mod/advagg_mod.module |
Default value to use JavaScript to defer CSS loading. |
ADVAGG_MOD_CSS_DEFER_ADMIN |
constant |
advagg_mod/advagg_mod.module |
Default value to use JavaScript to defer CSS loading in the admin theme. |
ADVAGG_MOD_CSS_DEFER_INLINE_SIZE_LIMIT |
constant |
advagg_mod/advagg_mod.module |
Default value of the inlined css size. |
ADVAGG_MOD_CSS_DEFER_JS_CODE |
constant |
advagg_mod/advagg_mod.module |
Default value of the inclusion method for the loadCSS code. |
advagg_mod_css_defer_page |
function |
advagg_mod/advagg_mod.module |
Returns TRUE if this page should have critical CSS inlined. |
ADVAGG_MOD_CSS_DEFER_REL_PRELOAD |
constant |
advagg_mod/advagg_mod.module |
Default value of the inclusion method for the loadCSS code for rel=preload. |
ADVAGG_MOD_CSS_DEFER_SKIP_FIRST_FILE |
constant |
advagg_mod/advagg_mod.module |
Default value to not defer the first CSS file. |
ADVAGG_MOD_CSS_DEFER_VISIBILITY |
constant |
advagg_mod/advagg_mod.module |
Default value. |
advagg_mod_defer_inline_js |
function |
advagg_mod/advagg_mod.module |
Callback for preg_replace_callback. |
ADVAGG_MOD_DEFER_INLINE_JS_SKIP_LIST |
constant |
advagg_mod/advagg_mod.module |
Default value for inline scripts that should not be deferred. |
advagg_mod_inline_defer |
function |
advagg_mod/advagg_mod.module |
Defer inline js by using setTimeout. |
advagg_mod_js_async_defer |
function |
advagg_mod/advagg_mod.module |
Add the defer and or the async tag to js. |
ADVAGG_MOD_JS_DEFER |
constant |
advagg_mod/advagg_mod.module |
Default value to add the defer tag to all script tags. |
ADVAGG_MOD_JS_DEFER_INLINE_ALTER |
constant |
advagg_mod/advagg_mod.module |
Default value to wrap inline content javascript so it runs deferred. |
ADVAGG_MOD_JS_DEFER_JQUERY |
constant |
advagg_mod/advagg_mod.module |
Default value to defer jquery. |