手册:$wgResourceLoaderUseESI
Appearance
此功能已在版本1.26.0中完全移除。 |
ResourceLoader: $wgResourceLoaderUseESI | |
---|---|
Enable embedding of certain resources using Edge Side Includes. |
|
引进版本: | 1.17.0 (r73678) |
移除版本: | 1.26.0 (Gerrit change 228345; git #96fc6053) |
允许的值: | (布尔值) |
默认值: | false |
其他设置: 按首字母排序 | 按功能排序 |
Details
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
- 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