Manual:$wgResourceLoaderUseESI
この機能は、バージョン 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 |
その他の設定: アルファベット順 | 機能順 |
詳細
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.
関連項目
- ResourceLoader
$wgResourceModules
- あとでページに読み込めるモジュールを登録する$wgResourceModuleSkinStyles
- 既存の ResourceLoader モジュールに追加する、外装付帯スタイルシートを登録する$wgResourceLoaderDebug
- MediaWiki の既定のデバッグ モードを構成する- Internal configuration settings:
$wgExtensionAssetsPath
,$wgResourceLoaderMaxage
- ResourceLoaderRegisterModules hook
- Developing with ResourceLoader – Learn how to use ResourceLoader in MediaWiki