MediaWiki
1.34.4
|
Simple interface for displaying request profile data stored in the wikis' primary database. More...
Go to the source code of this file.
Classes | |
class | profile_point |
Functions | |
compare_point (profile_point $a, profile_point $b) | |
getEscapedProfileUrl ( $_filter=false, $_sort=false, $_expand=false) | |
Variables | |
if(! $wgEnableProfileInfo) | $dbr = wfGetDB( DB_REPLICA ) |
if(! $dbr->tableExists( 'profiling')) | $expand = [] |
$filter = $_REQUEST['filter'] ?? '' | |
$last = false | |
$points = [] | |
foreach( $queries as $q) | $points [] = $s |
$queries = [] | |
if(isset( $_REQUEST['sort']) &&in_array( $_REQUEST['sort'], $sorts)) | $res |
foreach( $res as $o) | $s = new profile_point( 'SQL Queries', 0, $sqltotal, 0 ) |
$sort = 'time' | |
$sorts | |
$sqltotal = 0.0 | |
const | MW_ENTRY_POINT 'profileinfo' |
const | MW_NO_SESSION 1 |
Simple interface for displaying request profile data stored in the wikis' primary database.
See also https://www.mediawiki.org/wiki/Manual:Profiling.
To add profiling information to the database:
Copyright 2005 Kate Turner.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Definition in file profileinfo.php.
compare_point | ( | profile_point | $a, |
profile_point | $b | ||
) |
Definition at line 301 of file profileinfo.php.
References $sort, profile_point\callsPerRequest(), profile_point\count(), profile_point\memory(), profile_point\memoryPerCall(), profile_point\memoryPerRequest(), profile_point\name(), profile_point\time(), profile_point\timePerCall(), and profile_point\timePerRequest().
getEscapedProfileUrl | ( | $_filter = false , |
|
$_sort = false , |
|||
$_expand = false |
|||
) |
Definition at line 396 of file profileinfo.php.
References $expand, $filter, $sort, and wfArrayToCgi().
Referenced by profile_point\display().
if (! $wgEnableProfileInfo) $dbr = wfGetDB( DB_REPLICA ) |
Definition at line 164 of file profileinfo.php.
if (! $dbr->tableExists('profiling')) $expand = [] |
Definition at line 175 of file profileinfo.php.
Referenced by profile_point\display(), getEscapedProfileUrl(), and MediaWiki\Linker\LinkRenderer\setExpandURLs().
$filter = $_REQUEST['filter'] ?? '' |
Definition at line 344 of file profileinfo.php.
Referenced by AllMessagesTablePager\__construct(), ChangesListFilterGroup\__construct(), ChangesListFilter\activelyInConflictWithFilter(), ApiErrorFormatter\addMessagesFromStatus(), ApiBase\addMessagesFromStatus(), ChangesListBooleanFilterGroup\addOptions(), ChangesListFilterGroup\anySelected(), ApiQuerySiteinfo\appendInterwikiMap(), ResourceLoader\applyFilter(), MediaWiki\Preferences\DefaultPreferencesFactory\applyFilters(), ChangesListSpecialPage\areFiltersInConflict(), SpecialWatchlist\doHeader(), MediaWiki\Block\BlockRestrictionStore\equals(), SpecialWatchlist\fetchOptionsFromRequest(), ResourceLoader\filter(), ChangesListSpecialPage\fixContradictoryOptions(), getEscapedProfileUrl(), LogEventsList\getFiltersDesc(), SpecialContributions\getForm(), ChangesList\getHTMLClassesForFilters(), ChangesListFilterGroup\getJsData(), ChangesListSpecialPage\getLegacyShowHideFilters(), OutputPage\getModules(), OutputPage\getModuleStyles(), ApiQueryStashImageInfo\getPropertyMessages(), ApiQueryImageInfo\getPropertyMessages(), ApiQueryStashImageInfo\getPropertyNames(), ApiQueryImageInfo\getPropertyNames(), ChangesListFilter\getSiblings(), WatchedItemQueryService\getWatchedItemsForUserQueryConds(), ChangesListFilter\hasConflictWithFilter(), Scribunto_LuaSiteLibrary\interwikiMap(), ResourceLoader\makeModuleResponse(), ChangesListBooleanFilterGroup\modifyQuery(), ChangesListStringOptionsFilterGroup\modifyQuery(), SpecialRecentChanges\optionsPanel(), ChangesListSpecialPage\parseParameters(), BackupDumper\processOptions(), ChangesListBooleanFilterGroup\registerFilter(), ChangesListStringOptionsFilterGroup\registerFilter(), and LogEventsList\showOptions().
profile_point false $last = false |
Definition at line 419 of file profileinfo.php.
Referenced by CompressOld\compressOldPages(), PopulateExternallinksIndex60\doDBUpdates(), RefreshExternallinksIndex\doDBUpdates(), MigrateImageCommentTemp\doDBUpdates(), MigrateArchiveText\doDBUpdates(), SpecialMergeHistory\formatRevisionRow(), DeletedContribsPager\formatRevisionRow(), SpecialUndelete\formatRevisionRow(), UcdXmlReader\getBlocks(), FileJournal\getChangeEntries(), EnhancedChangesList\getLogText(), IndexPager\getPagingQueries(), ApiResult\getResultData(), DeleteAutoPatrolLogs\getRowsOld(), UcdXmlReader\handleChar(), SearchHighlighter\highlightText(), HistoryPager\lastLink(), JavaScriptMinifier\minify(), CategoryViewer\pagingLinks(), MWHttpRequest\parseHeader(), UppercaseTitlesForUnicodeTransition\processUsers(), EnhancedChangesList\recentChangesBlockGroup(), MediaWiki\Auth\AuthManager\securitySensitiveOperationStatus(), Wikimedia\ParamValidator\TypeDef\UploadDef\validate(), and wfShorthandToInteger().
$points = [] |
Definition at line 414 of file profileinfo.php.
Referenced by MergeMessageFileList\execute().
foreach ($queries as $q) $points[] = $s |
Definition at line 446 of file profileinfo.php.
$queries = [] |
Definition at line 415 of file profileinfo.php.
Referenced by ImageListPager\getDefaultQuery(), TablePager\getNavigationBar(), IndexPager\getPagingLinks(), and ImageListPager\getPagingQueries().
if (isset($_REQUEST[ 'sort']) &&in_array($_REQUEST[ 'sort'], $sorts)) $res |
Definition at line 336 of file profileinfo.php.
foreach ($res as $o) $s = new profile_point( 'SQL Queries', 0, $sqltotal, 0 ) |
Definition at line 442 of file profileinfo.php.
$sort = 'time' |
Definition at line 331 of file profileinfo.php.
Referenced by ParserOutput\addCategory(), ApiQueryBase\addTimestampWhereRange(), ApiQueryBase\addWhereRange(), compare_point(), ApiQueryLangLinks\execute(), ApiQueryIWLinks\execute(), ApiQueryDeletedrevs\execute(), ApiQueryFilearchive\execute(), ApiQueryUserContribs\execute(), getEscapedProfileUrl(), ReplaceTextSearch\getMatchingTitles(), SpecialPagesWithProp\getOrderFields(), Revision\RevisionStore\getRelativeRevision(), WatchedItemQueryService\getWatchedItemsWithRCInfoQueryDbOptions(), SpecialVersion\listToText(), ApiQueryAllRevisions\run(), ApiQueryAllDeletedRevisions\run(), ApiQueryImages\run(), ApiQueryLangBacklinks\run(), ApiQueryIWBacklinks\run(), ApiQueryCategories\run(), ApiQueryAllCategories\run(), ApiQueryPagesWithProp\run(), ApiQueryLinks\run(), ApiQueryRevisions\run(), ApiQueryAllLinks\run(), ApiQueryBacklinks\runFirstQuery(), ApiQueryBacklinks\runSecondQuery(), and Parser\setDefaultSort().
$sorts |
Definition at line 329 of file profileinfo.php.
$sqltotal = 0.0 |
Definition at line 416 of file profileinfo.php.
const MW_ENTRY_POINT 'profileinfo' |
Definition at line 43 of file profileinfo.php.
const MW_NO_SESSION 1 |
Definition at line 41 of file profileinfo.php.