Cache: $wgCachePages | |
---|---|
Allow client-side caching of pages |
|
Introduced in version: | pre 1.1.0 |
Removed in version: | still in use |
Allowed values: | (boolean) |
Default value: | true |
Other settings: Alphabetical | By function |
Details
Allow client-side caching of pages.
If $wgCachePages
is true, MediaWiki will check the $_SERVER["HTTP_IF_MODIFIED_SINCE"]
of the request and MediaWiki will respond with 304 Not Modified, if the page had not been modified since the last time it got requested.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.