- Search 5.0.x for defer
- Search 6.0.x for defer
- Search 7.x-1.x for defer
- Search 8.x-2.x for defer
- Search 8.x-3.x for defer
- Search 8.x-4.x for defer
- Other projects
Titre | Object type | Nom du fichier | Résumé |
---|---|---|---|
ADVAGG_MOD_CSS_DEFER | constant | advagg_mod/ |
Default value to use JavaScript to defer CSS loading. |
ADVAGG_MOD_CSS_DEFER_ADMIN | constant | advagg_mod/ |
Default value to use JavaScript to defer CSS loading in the admin theme. |
ADVAGG_MOD_CSS_DEFER_INLINE_SIZE_LIMIT | constant | advagg_mod/ |
Default value of the inlined css size. |
ADVAGG_MOD_CSS_DEFER_JS_CODE | constant | advagg_mod/ |
Default value of the inclusion method for the loadCSS code. |
advagg_mod_css_defer_page | function | advagg_mod/ |
Returns TRUE if this page should have critical CSS inlined. |
ADVAGG_MOD_CSS_DEFER_REL_PRELOAD | constant | advagg_mod/ |
Default value of the inclusion method for the loadCSS code for rel=preload. |
ADVAGG_MOD_CSS_DEFER_SKIP_FIRST_FILE | constant | advagg_mod/ |
Default value to not defer the first CSS file. |
ADVAGG_MOD_CSS_DEFER_VISIBILITY | constant | advagg_mod/ |
Default value. |
advagg_mod_defer_inline_js | function | advagg_mod/ |
Callback for preg_replace_callback. |
ADVAGG_MOD_DEFER_INLINE_JS_SKIP_LIST | constant | advagg_mod/ |
Default value for inline scripts that should not be deferred. |
advagg_mod_inline_defer | function | advagg_mod/ |
Defer inline js by using setTimeout. |
advagg_mod_js_async_defer | function | advagg_mod/ |
Add the defer and or the async tag to js. |
ADVAGG_MOD_JS_DEFER | constant | advagg_mod/ |
Default value to add the defer tag to all script tags. |
ADVAGG_MOD_JS_DEFER_INLINE_ALTER | constant | advagg_mod/ |
Default value to wrap inline content javascript so it runs deferred. |
ADVAGG_MOD_JS_DEFER_JQUERY | constant | advagg_mod/ |
Default value to defer jquery. |