Manual:$wgResourceLoaderUseESI
From MediaWiki.org
Resource loader: $wgResourceLoaderUseESI | |
---|---|
Enable embedding of certain resources using Edge Side Includes. |
|
Introduced in version: | 1.17.0 (r73678) |
Removed in version: | still in use |
Allowed values: | boolean |
Default value: | false |
Other settings: Alphabetical | By Function
Details[edit | edit source]
Enable embedding of certain resources using Edge Side Includes (ESI). This will improve performance but only works if there is something in front of the web server (e.g. a Squid or Varnish server) configured to process the ESI.
See also[edit | edit source]
$wgResourceModules
: Array of all extra defined modules that can later be loaded during the output$wgResourceModuleSkinStyles
: Array of additional skin-provided stylesheets to existing ResourceLoader modules
$wgResourceLoaderDebug
: The default debug mode (on/off) for ResourceLoader requests.- Internal configuration settings:
$wgExtensionAssetsPath
,$wgResourceLoaderMaxage
,$wgResourceLoaderUseESI
- ResourceLoader (especially Developing with ResourceLoader to learn how to use it in MediaWiki core or an Extension)
- Manual:Hooks/ResourceLoaderRegisterModules