Extension:APC
| The author of this extension is no longer maintaining it! Meaning any reports for additional features and/or bugfixes will more than likely be ignored. Volunteers are encouraged to take on the task of developing and maintaining it. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{extension}} infobox. |
|
APC Release status: stable |
|||
|---|---|---|---|
| Implementation | Special page | ||
| Description | View and manage APC cache within MediaWiki | ||
| Author(s) | Niklas Laxström (Nikerabbittalk) | ||
| Last version | 2013-01-28 | ||
| Database changes | no | ||
| License | No license specified | ||
| Download | |||
|
|||
| Check usage and version matrix | |||
| Bugs: list open list all report | |||
The APC extension makes it possible to view and manage APC cache within MediaWiki.
Contents |
Requirements [edit]
- PHP's APC extension
- GD extension to generate graphs
Download [edit]
You can download the extension directly from the MediaWiki source code repository (browse code). You can get:
- One of the extensions tags
Not all extensions have tags. Some extensions have tags for each release, in which case those tags have the same stability as the release. To download a tag
- Go to the tags list
- Click the name of the tag you want to download
- Click "snapshot"
- The latest version of one of the extensions branches
Each extension has a master branch containing the latest code (might be unstable). Extensions can have further branches as well.
- Go to the branches list
- Click the branch name
- Click "snapshot"
- A snapshot made during the release of a MediaWiki version.
This might be unstable and is not guaranteed to work with the associated MediaWiki version.
After you've got the code, save it into the extensions/APC directory of your wiki.
If you are familiar with git and have shell access to your server, you can obtain the extension, with all its tags and branches, as follows:
cd extensions
git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/APC.git
Installation [edit]
- Download and extract the files in a directory called "
APC" in your extensions/ folder. - Add the following code to your LocalSettings.php (at the bottom)
require_once( "$IP/extensions/APC/APC.php" );
Done – Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed.
Permission settings [edit]
[[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:
or simply give the right to an existing trusted group, like bureaucrat: