Extension:Purge

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
Purge
Release status: stableCategory:Stable extensions
Implementation User interfaceCategory:User interface extensions
Description Adds a purge tab on all normal pages, allowing for quick purging of the cache
Author(s)
Latest version 2.1.1 (2024-04-03)
MediaWiki 1.35+Category:Extensions with manual MediaWiki version
Database changes No
License GNU General Public License 2.0 or later
Download Category:Extensions in GitHub version control
Translate the Purge extension
Category:All extensions

The Purge extension adds a purge tab on all normal pages, allowing for quick purging of the cache.

Installation

  • Download and place the file(s) in a directory called Purge in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'Purge' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also

Category:All extensions Category:Extensions in GitHub version control Category:Extensions included in Miraheze Category:Extensions included in WikiForge Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:SkinTemplateNavigation::Universal extensions Category:Stable extensions Category:User interface extensions