Extension:Speedscope
Appearance
Release status: beta |
|
|---|---|
| Author(s) | SomeRandomDevelopertalk |
| Latest version | 1.0.0 |
| MediaWiki | 1.45 |
|
|
| Licence | GNU General Public License 2.0 or later |
| Download | |
The Speedscope extension allows generating speedscope profiles for randomly selected requests and for specific requests through a URL parameter.
Installation
[edit]Note: The php-excimer and php-zlib PHP extensions are required to use the extension.
You also need to host an instance of the speedscope service, which stores and serves the profiles.
- Download and place the file(s) in a directory called
Speedscopein yourextensions/folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'Speedscope' ); require_once "$IP/extensions/Speedscope/bootstrap.php";
Done – Navigate to Special:Versionon your wiki to verify that the extension is successfully installed.
Configuration
[edit]Please see https://github.com/weirdgloop/mediawiki-extensions-Speedscope#configuration-options for a full list of all configuration variables.
See also
[edit]| This extension is included in the following wiki farms/hosts and/or packages: |
Categories:
- Beta status extensions
- Extensions with invalid or missing type
- BeforePageDisplay extensions
- EditPage::importFormData extensions
- EditPage::showEditForm:initial extensions
- EditPageBeforeEditButtons extensions
- GetPreferences extensions
- OutputPageParserOutput extensions
- ParserBeforeInternalParse extensions
- ParserLimitReportFormat extensions
- ParserLimitReportPrepare extensions
- GPL licensed extensions
- Extensions in GitHub version control
- All extensions
- Extensions included in Weird Gloop
