Manual:$wgUploadThumbnailRenderMap
サムネイルの設定: $wgUploadThumbnailRenderMap | |
---|---|
An array of thumbnail widths to be rendered at upload time. |
|
導入されたバージョン: | 1.25.3 (Gerrit change 157157; git #623d7789) |
除去されたバージョン: | 使用中 |
許容される値: | (配列) |
既定値: | [] |
その他の設定: アルファベット順 | 機能順 |
詳細
When defined, is an array of thumbnail widths to be rendered at upload time. The idea is to prerender common thumbnail sizes, in order to avoid the necessity to render them on demand, which has a performance impact for the first client to view a certain size.
This obviously means that more disk space is needed per upload upfront.