Manual:$wgResourceLoaderUseESI
This feature was removed completely in version 1.26.0. |
ResourceLoader: $wgResourceLoaderUseESI | |
---|---|
Enable embedding of certain resources using Edge Side Includes. |
|
Introduced in version: | 1.17.0 (r73678) |
Removed in version: | 1.26.0 (Gerrit change 228345; git #96fc6053) |
Allowed values: | (boolean) |
Default value: | false |
Other settings: Alphabetical | By function |
Details
editEnable 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
- ResourceLoader
$wgResourceModules
- Register modules that can later be loaded on a page$wgResourceModuleSkinStyles
- Register skin-provided stylesheets to add to an existing ResourceLoader module$wgResourceLoaderDebug
- Configure the default debug mode for MediaWiki.- Internal configuration settings:
$wgExtensionAssetsPath
,$wgResourceLoaderMaxage
- ResourceLoaderRegisterModules hook
- Developing with ResourceLoader – Learn how to use ResourceLoader in MediaWiki