Podręcznik:$wgResourceLoaderUseESI
Appearance
Ta funkcja została całkowicie usunięta z jądra MediaWiki w wersji 1.26.0. |
ResourceLoader: $wgResourceLoaderUseESI | |
---|---|
Enable embedding of certain resources using Edge Side Includes. |
|
Wprowadzono w wersji: | 1.17.0 (r73678) |
Usunięto w wersji: | 1.26.0 (Gerrit change 228345; git #96fc6053) |
Dozwolone wartości: | (boolean) |
Domyślna wartość: | false |
Inne ustawienia: Alfabetycznie | Według funkcji |
Szczegóły
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.
Zobacz też
- 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