Extension:APC

From MediaWiki.org
(Redirected from Extension:Apc)
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
APC

Release status: stable

Implementation Special page
Description View and manage APC cache within MediaWiki
Author(s) Niklas Laxström (NikerabbitTalk)
Last version 2010-04-18
License No license specified
Download
CHANGELOG
Added rights

apc

Check usage (experimental)
Bugs: list open list all report

The APC makes is possible to view and manage APC cache within MediaWiki.

[edit] Requirements

[edit] Installation

  1. Download the files from SVN or download a snapshot (select your version of MediaWiki)
  2. Create the folder $IP/extensions/APC
  3. Add the files to that folder
  4. Add to the end of LocalSettings.php (MW 1.17+):
    require_once("$IP/extensions/APC/APC.php");

    or add to the end of LocalSettings.php (<MW 1.16):
    require_once("$IP/extensions/APC/ViewAPC.php");
  5. Installation can now be verified through Special:Version on your wiki

[edit] Permission settings

[[Special:APC]] (Special:ViewAPC in older versions) is unrestricted, but it has some additional functionality that requires the apc right. You can create a new group and assign it this right:

$wgGroupPermissions['apc']['apc'] = true;

or simply give the right to an existing trusted group, like bureaucrat:

$wgGroupPermissions['bureaucrat']['apc'] = true;
Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox