MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "parse": {
        "title": "API",
        "pageid": 0,
        "text": {
            "*": "<div class=\"mw-content-ltr mw-parser-output\" lang=\"it\" dir=\"ltr\"><p><a href=\"/index.php?title=Masticationpedia:Sandbox&amp;action=edit&amp;redlink=1\" class=\"new\" title=\"Masticationpedia:Sandbox (la pagina non esiste)\">Masticationpedia:Sandbox</a>\n</p>\n<!-- \nNewPP limit report\nCached time: 20250607103243\nCache expiry: 86400\nReduced expiry: false\nComplications: []\nCPU time usage: 0.008 seconds\nReal time usage: 0.019 seconds\nPreprocessor visited node count: 2/1000000\nPost\u2010expand include size: 29/2097152 bytes\nTemplate argument size: 0/2097152 bytes\nHighest expansion depth: 2/100\nExpensive parser function count: 0/100\nUnstrip recursion depth: 0/20\nUnstrip post\u2010expand size: 0/5000000 bytes\n-->\n<!--\nTransclusion expansion time report (%,ms,calls,template)\n100.00%    0.521      1 Masticationpedia:Sandbox\n100.00%    0.521      1 -total\n-->\n</div>"
        },
        "langlinks": [],
        "categories": [],
        "links": [
            {
                "ns": 4,
                "*": "Masticationpedia:Sandbox"
            }
        ],
        "templates": [
            {
                "ns": 4,
                "*": "Masticationpedia:Sandbox"
            }
        ],
        "images": [],
        "externallinks": [],
        "sections": [],
        "parsewarnings": [],
        "displaytitle": "<span class=\"mw-page-title-main\">API</span>",
        "iwlinks": [],
        "properties": []
    },
    "debuginfo": {
        "mwVersion": "1.43.0",
        "phpEngine": "PHP",
        "phpVersion": "8.1.2-1ubuntu2.21",
        "time": 0.06839203834533691,
        "log": [
            {
                "msg": "MWDebug output complete",
                "type": "log",
                "caller": "MediaWiki\\Debug\\MWDebug::appendDebugInfoToApiResult"
            }
        ],
        "debugLog": [
            "\n\nStart request GET /api.php?action=parse&contentmodel=wikitext&text=%7B%7BProject%3ASandbox%7D%7D\nIP: 216.73.216.157\nHTTP HEADERS:\nACCEPT: */*\nUSER-AGENT: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)\nACCEPT-ENCODING: gzip, br, zstd, deflate\nHOST: staging.masticationpedia.org\n(end headers)",
            "[session] SessionManager using store SqlBagOStuff",
            "[localisation] LocalisationCache using store LCStoreDB",
            "[localisation] LocalisationCache::loadCoreData: got localisation for it from source",
            "[objectcache] MainWANObjectCache using store Wikimedia\\ObjectCache\\EmptyBagOStuff",
            "[session] SessionBackend \"6tujc5s5ivcj8c2gtgud5n7erriva1g5\" is unsaved, marking dirty in constructor",
            "[session] SessionBackend \"6tujc5s5ivcj8c2gtgud5n7erriva1g5\" save: dataDirty=1 metaDirty=1 forcePersist=0",
            "[cookie] already deleted setcookie: \"wiki_mast_session\", \"\", \"1717756363\", \"/\", \"\", \"1\", \"1\", \"\"",
            "[cookie] already deleted setcookie: \"wiki_mastUserID\", \"\", \"1717756363\", \"/\", \"\", \"1\", \"1\", \"\"",
            "[cookie] already deleted setcookie: \"wiki_mastToken\", \"\", \"1717756363\", \"/\", \"\", \"1\", \"1\", \"\"",
            "[cookie] already deleted setcookie: \"forceHTTPS\", \"\", \"1717756363\", \"/\", \"\", \"\", \"1\", \"\"",
            "[session] SessionBackend \"6tujc5s5ivcj8c2gtgud5n7erriva1g5\" data dirty due to dirty(): MediaWiki\\Session\\SessionManager->getSessionForRequest/MediaWiki\\Session\\SessionManager->getInitialSession/MediaWiki\\Session\\Session->getToken/MediaWiki\\Session\\Session->set/MediaWiki\\Session\\SessionBackend->dirty",
            "[session] SessionBackend \"6tujc5s5ivcj8c2gtgud5n7erriva1g5\" save: dataDirty=1 metaDirty=0 forcePersist=0",
            "[SQLBagOStuff] MainObjectStash using store SqlBagOStuff",
            "[MessageCache] MessageCache using store SqlBagOStuff",
            "MediaWiki\\Parser\\ParserFactory: using default preprocessor",
            "[rdbms] Wikimedia\\Rdbms\\DatabaseMySQL::open [0.158ms] localhost: SET group_concat_max_len = 262144, `sql_mode` = ''",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reallyOpenConnection: opened new connection for 0/wiki_mast",
            "[rdbms] Wikimedia\\Rdbms\\DatabaseMySQL::serverIsReadOnly [0.189ms] localhost: SELECT @@GLOBAL.read_only AS Value",
            "[objectcache] fetchOrRegenerate(global:rdbms-server-readonly:localhost): miss, new value computed",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] Wikimedia\\Rdbms\\Database::beginIfImplied (MediaWiki\\Revision\\RevisionStore::fetchRevisionRowFromConds) [0.073ms] localhost: BEGIN",
            "[rdbms] MediaWiki\\Revision\\RevisionStore::fetchRevisionRowFromConds [0.414ms] localhost: SELECT  rev_id,rev_page,rev_timestamp,rev_minor_edit,rev_deleted,rev_len,rev_parent_id,rev_sha1,actor_rev_user.actor_user AS `rev_user`,actor_rev_user.actor_name AS `rev_user_text`,rev_actor,comment_rev_comment.comment_text AS `rev_comment_text`,comment_rev_comment.comment_data AS `rev_comment_data`,comment_rev_comment.comment_id AS `rev_comment_cid`,page_namespace,page_title,page_id,page_latest,page_is_redirect,page_len,user_name  FROM `revision` JOIN `actor` `actor_rev_user` ON ((actor_rev_user.actor_id = rev_actor)) JOIN `comment` `comment_rev_comment` ON ((comment_rev_comment.comment_id = rev_comment_id)) JOIN `page` ON ((page_id = rev_page)) LEFT JOIN `user` ON ((actor_rev_user.actor_user != 0) AND (user_id = actor_rev_user.actor_user))   WHERE page_namespace = 8 AND page_title = 'Gadgets-definition' AND (rev_id=page_latest)  LIMIT 1",
            "[objectcache] fetchOrRegenerate(wiki_mast:gadgets-definition:18:4): miss, new value computed",
            "[ContentHandler] Registered handler for Scribunto: MediaWiki\\Extension\\Scribunto\\ScribuntoContentHandler",
            "[ContentHandler] Registered handler for sanitized-css: MediaWiki\\Extension\\TemplateStyles\\TemplateStylesContentHandler",
            "[ContentHandler] Registered handler for GadgetDefinition: MediaWiki\\Extension\\Gadgets\\Content\\GadgetDefinitionContentHandler",
            "[ContentHandler] Registered handler for wikitext: MediaWiki\\Content\\WikitextContentHandler",
            "[ContentHandler] Registered handler for javascript: MediaWiki\\Content\\JavaScriptContentHandler",
            "[ContentHandler] Registered handler for json: MediaWiki\\Content\\JsonContentHandler",
            "[ContentHandler] Registered handler for css: MediaWiki\\Content\\CssContentHandler",
            "[ContentHandler] Registered handler for text: MediaWiki\\Content\\TextContentHandler",
            "[ContentHandler] Registered handler for unknown: MediaWiki\\Content\\FallbackContentHandler",
            "MediaWiki\\Api\\ApiMain::setCacheMode: setting cache mode anon-public-user-private",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] WikiPage::pageData [0.222ms] localhost: SELECT  page_id,page_namespace,page_title,page_is_redirect,page_is_new,page_random,page_touched,page_links_updated,page_latest,page_len,page_content_model  FROM `page`    WHERE page_namespace = 0 AND page_title = 'API'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.203ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'deps'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.412ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'list'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.148ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'preload'  LIMIT 1",
            "[silenced-error] [052b9c037e8ba712eca03552] /api.php?action=parse&contentmodel=wikitext&text=%7B%7BProject%3ASandbox%7D%7D   PHP Warning: filemtime(): stat failed for /var/www/html/masticationpedia-staging/includes/libs/ParamValidator/i18n/it.json",
            "[silenced-error] [052b9c037e8ba712eca03552] /api.php?action=parse&contentmodel=wikitext&text=%7B%7BProject%3ASandbox%7D%7D   PHP Warning: filemtime(): stat failed for /var/www/html/masticationpedia-staging/extensions/Math/i18n/api/it.json",
            "[silenced-error] [052b9c037e8ba712eca03552] /api.php?action=parse&contentmodel=wikitext&text=%7B%7BProject%3ASandbox%7D%7D   PHP Warning: filemtime(): stat failed for /var/www/html/masticationpedia-staging/extensions/SpamBlacklist/i18n/api/it.json",
            "[silenced-error] [052b9c037e8ba712eca03552] /api.php?action=parse&contentmodel=wikitext&text=%7B%7BProject%3ASandbox%7D%7D   PHP Warning: filemtime(): stat failed for /var/www/html/masticationpedia-staging/extensions/TitleBlacklist/i18n/api/it.json",
            "[silenced-error] [052b9c037e8ba712eca03552] /api.php?action=parse&contentmodel=wikitext&text=%7B%7BProject%3ASandbox%7D%7D   PHP Warning: filemtime(): stat failed for /var/www/html/masticationpedia-staging/extensions/VisualEditor/editcheck/i18n/api/it.json",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.16ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'preload'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.15ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'magicWords'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.134ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'namespaceGenderAliases'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] MediaWiki\\Page\\PageStore::getPageByNameViaLinkCache [0.162ms] localhost: SELECT  page_id,page_namespace,page_title,page_is_redirect,page_is_new,page_touched,page_links_updated,page_latest,page_len,page_content_model  FROM `page`    WHERE page_namespace = 4 AND page_title = 'Sandbox'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.132ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'namespaceAliases'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\DatabaseMySQL::open [0.09ms] localhost: SET group_concat_max_len = 262144, `sql_mode` = ''",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reallyOpenConnection: opened new connection for 0/wiki_mast",
            "[objectcache] getWithSetCallback(global:rdbms-server-readonly:localhost): process cache hit",
            "[rdbms] SqlBagOStuff::fetchBlobs [0.17ms] localhost: SELECT  keyname,value,exptime  FROM `objectcache`    WHERE keyname = 'wiki_mast:messages:it' AND (exptime >= '20250607103243')",
            "[SQLBagOStuff] SqlBagOStuff debug: SqlBagOStuff::fetchBlobs: retrieved wiki_mast:messages:it; expiry time is 99991231235959",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] SqlBagOStuff::fetchBlobs [0.143ms] localhost: SELECT  keyname,value,exptime  FROM `objectcache`    WHERE keyname = 'wiki_mast:messages:it:status' AND (exptime >= '20250607103243')",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] SqlBagOStuff::doLock [0.126ms] localhost: SELECT IF(GET_LOCK('wiki_mast:messages:it',0),UNIX_TIMESTAMP(SYSDATE(6)),NULL) AS acquired",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] MessageCache::loadFromDB(it)-big [0.257ms] localhost: SELECT  page_title,page_latest  FROM `page`    WHERE page_is_redirect = 0 AND page_namespace = 8 AND (page_title NOT LIKE '%/%' ESCAPE '`') AND (page_len > 10000)",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.476ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'list'  LIMIT 1",
            "[rdbms] MessageCache::loadFromDB(it)-small [0.387ms] localhost: SELECT  /*! STRAIGHT_JOIN */ rev_id,rev_page,rev_actor,actor_rev_user.actor_user AS `rev_user`,actor_rev_user.actor_name AS `rev_user_text`,rev_timestamp,rev_minor_edit,rev_deleted,rev_len,rev_parent_id,rev_sha1,comment_rev_comment.comment_text AS `rev_comment_text`,comment_rev_comment.comment_data AS `rev_comment_data`,comment_rev_comment.comment_id AS `rev_comment_cid`,page_namespace,page_title,page_id,page_latest,page_is_redirect,page_len  FROM `page` JOIN `revision` ON ((page_id = rev_page)) JOIN `actor` `actor_rev_user` ON ((actor_rev_user.actor_id = rev_actor)) JOIN `comment` `comment_rev_comment` ON ((comment_rev_comment.comment_id = rev_comment_id))   WHERE page_is_redirect = 0 AND page_namespace = 8 AND (page_title NOT LIKE '%/%' ESCAPE '`') AND (page_len <= 10000) AND (page_latest = rev_id)",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] SqlBagOStuff::modifyTableSpecificBlobsForSet [8.831ms] localhost: REPLACE INTO `objectcache` (keyname,value,exptime) VALUES ('wiki_mast:messages:it','m\ufffd9\ufffd\ufffd0\ufffd\ufffd\ufffd\ufffd\ufffd\\0\ufffd;\ufffdO\ufffd(\\\"n0J\ufffd\\\"\ufffd\ufffd\\\"\ufffd\ufffdR\ufffdD\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd7\ufffd\ufffdP\ufffd;#%\ufffd\ufffde\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdm\ufffd\ufffda}\ufffdv\ufffd7\u01ca\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\\r\ufffd\ufffd\\'h\ufffd\ufffd\ufffd\\\"\ufffd\ufffd\ufffd\ufffdW\ufffd\ufffd\ufffd\ufffd\ufffdk\ufffddt\ufffd%\ufffd\ufffd]\ufffd\ufffd\\\\\ufffd!\ufffd\ufffd\ufffd\ufffdS\ufffd\ufffd\ufffdl\ufffd\ufffd\ufffd-\ufffd\ufffd0I\ufffdi(\ufffdL\ufffd\ufffd\ufffd\ufffd','99991231235959')",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] SqlBagOStuff::doUnlock [0.171ms] localhost: SELECT RELEASE_LOCK('wiki_mast:messages:it') AS released",
            "[MessageCache] MessageCache::loadUnguarded: Loading it... local cache is empty, global cache is expired/volatile, loading from DB",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.213ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'messages:red-link-title'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.211ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'deps'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.438ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'list'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.153ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'preload'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.164ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'preload'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.133ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-cputime-value-text'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.12ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'messages:limitreport-cputime-value-text'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.125ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-cputime-value'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.128ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-cputime'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] SqlBagOStuff::fetchBlobs [0.183ms] localhost: SELECT  keyname,value,exptime  FROM `objectcache`    WHERE keyname = 'wiki_mast:messages:en' AND (exptime >= '20250607103243')",
            "[SQLBagOStuff] SqlBagOStuff debug: SqlBagOStuff::fetchBlobs: retrieved wiki_mast:messages:en; expiry time is 99991231235959",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] SqlBagOStuff::fetchBlobs [0.141ms] localhost: SELECT  keyname,value,exptime  FROM `objectcache`    WHERE keyname = 'wiki_mast:messages:en:status' AND (exptime >= '20250607103243')",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] SqlBagOStuff::doLock [0.121ms] localhost: SELECT IF(GET_LOCK('wiki_mast:messages:en',0),UNIX_TIMESTAMP(SYSDATE(6)),NULL) AS acquired",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] MessageCache::loadFromDB(en)-big [0.241ms] localhost: SELECT  page_title,page_latest  FROM `page`    WHERE page_is_redirect = 0 AND page_namespace = 8 AND (page_title LIKE '%/en' ESCAPE '`') AND (page_len > 10000)",
            "[rdbms] MessageCache::loadFromDB(en)-small [0.316ms] localhost: SELECT  /*! STRAIGHT_JOIN */ rev_id,rev_page,rev_actor,actor_rev_user.actor_user AS `rev_user`,actor_rev_user.actor_name AS `rev_user_text`,rev_timestamp,rev_minor_edit,rev_deleted,rev_len,rev_parent_id,rev_sha1,comment_rev_comment.comment_text AS `rev_comment_text`,comment_rev_comment.comment_data AS `rev_comment_data`,comment_rev_comment.comment_id AS `rev_comment_cid`,page_namespace,page_title,page_id,page_latest,page_is_redirect,page_len  FROM `page` JOIN `revision` ON ((page_id = rev_page)) JOIN `actor` `actor_rev_user` ON ((actor_rev_user.actor_id = rev_actor)) JOIN `comment` `comment_rev_comment` ON ((comment_rev_comment.comment_id = rev_comment_id))   WHERE page_is_redirect = 0 AND page_namespace = 8 AND (page_title LIKE '%/en' ESCAPE '`') AND (page_len <= 10000) AND (page_latest = rev_id)",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] SqlBagOStuff::modifyTableSpecificBlobsForSet [2.687ms] localhost: REPLACE INTO `objectcache` (keyname,value,exptime) VALUES ('wiki_mast:messages:en','\ufffd\ufffd1\\n\ufffd0\ufffd\ufffd\ufffdr/X\ufffdN\ufffdYU)\ufffdv\ufffd\ufffd\ufffdBR*B\ufffd\ufffd]\ufffd\ufffd=v7\ufffd\ufffdT\ufffd~wf\ufffdcZ\ufffd\ufffdv\ufffd\uda45\udd9dF\ufffd/\ufffd,\ufffd\ufffd\ufffdxj\ufffdYcM\ufffdo\ufffdW4GC\ufffd\ufffd\ufffd2\ufffd.Q\ufffd\ufffd}Y_\ufffd\ufffd\ufffd@\ufffd\ufffd\t\u3020\ufffd\ufffd\ufffd\ufffd','99991231235959')",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] SqlBagOStuff::doUnlock [0.105ms] localhost: SELECT RELEASE_LOCK('wiki_mast:messages:en') AS released",
            "[MessageCache] MessageCache::loadUnguarded: Loading en... local cache is empty, global cache is expired/volatile, loading from DB",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.168ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:formatnum-nan'  LIMIT 1",
            "[localisation] LocalisationCache::loadCoreData: got localisation for en from source",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.131ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'compiledPluralRules'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.127ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-walltime-value-text'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.116ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'messages:limitreport-walltime-value-text'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.123ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-walltime-value'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.147ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-walltime'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.142ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-ppvisitednodes-value-text'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.127ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'messages:limitreport-ppvisitednodes-value-text'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.118ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-ppvisitednodes-value'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.12ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-ppvisitednodes'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.111ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-postexpandincludesize-value-text'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.108ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'messages:limitreport-postexpandincludesize-value-text'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.115ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-postexpandincludesize-value'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.13ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-postexpandincludesize'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.14ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-templateargumentsize-value-text'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.114ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'messages:limitreport-templateargumentsize-value-text'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.148ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-templateargumentsize-value'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.122ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-templateargumentsize'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.118ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-expansiondepth-value-text'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.129ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'messages:limitreport-expansiondepth-value-text'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.141ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-expansiondepth-value'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.142ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-expansiondepth'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.124ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-expensivefunctioncount-value-text'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.13ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'messages:limitreport-expensivefunctioncount-value-text'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.135ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-expensivefunctioncount-value'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.156ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-expensivefunctioncount'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.152ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-unstrip-depth-value-text'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.151ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'messages:limitreport-unstrip-depth-value-text'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.128ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-unstrip-depth-value'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.148ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-unstrip-depth'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.126ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-unstrip-size-value-text'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.127ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'messages:limitreport-unstrip-size-value-text'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.126ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-unstrip-size-value'  LIMIT 1",
            "[rdbms] Wikimedia\\Rdbms\\LoadBalancer::reuseOrOpenConnectionForNewRef: reusing connection for 0/wiki_mast",
            "[rdbms] LCStoreDB::get [0.126ms] localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-unstrip-size'  LIMIT 1",
            "MediaWiki\\Context\\ContextSource::getContext (MediaWiki\\Minerva\\Skins\\SkinMinerva): called and $context is null. Using RequestContext::getMain()",
            "[gitinfo] Candidate cacheFile=/var/www/html/masticationpedia-staging/gitinfo.json for /var/www/html/masticationpedia-staging",
            "[gitinfo] Cache incomplete for /var/www/html/masticationpedia-staging"
        ],
        "queries": [
            {
                "sql": "localhost: SET group_concat_max_len = 262144, `sql_mode` = ''",
                "function": "Wikimedia\\Rdbms\\DatabaseMySQL::open",
                "time": 0.000158
            },
            {
                "sql": "localhost: SELECT @@GLOBAL.read_only AS Value",
                "function": "Wikimedia\\Rdbms\\DatabaseMySQL::serverIsReadOnly",
                "time": 0.000189
            },
            {
                "sql": "localhost: BEGIN",
                "function": "Wikimedia\\Rdbms\\Database::beginIfImplied (MediaWiki\\Revision\\RevisionStore::fetchRevisionRowFromConds)",
                "time": 7.3e-5
            },
            {
                "sql": "localhost: SELECT  rev_id,rev_page,rev_timestamp,rev_minor_edit,rev_deleted,rev_len,rev_parent_id,rev_sha1,actor_rev_user.actor_user AS `rev_user`,actor_rev_user.actor_name AS `rev_user_text`,rev_actor,comment_rev_comment.comment_text AS `rev_comment_text`,comment_rev_comment.comment_data AS `rev_comment_data`,comment_rev_comment.comment_id AS `rev_comment_cid`,page_namespace,page_title,page_id,page_latest,page_is_redirect,page_len,user_name  FROM `revision` JOIN `actor` `actor_rev_user` ON ((actor_rev_user.actor_id = rev_actor)) JOIN `comment` `comment_rev_comment` ON ((comment_rev_comment.comment_id = rev_comment_id)) JOIN `page` ON ((page_id = rev_page)) LEFT JOIN `user` ON ((actor_rev_user.actor_user != 0) AND (user_id = actor_rev_user.actor_user))   WHERE page_namespace = 8 AND page_title = 'Gadgets-definition' AND (rev_id=page_latest)  LIMIT 1  ",
                "function": "MediaWiki\\Revision\\RevisionStore::fetchRevisionRowFromConds",
                "time": 0.000414
            },
            {
                "sql": "localhost: SELECT  page_id,page_namespace,page_title,page_is_redirect,page_is_new,page_random,page_touched,page_links_updated,page_latest,page_len,page_content_model  FROM `page`    WHERE page_namespace = 0 AND page_title = 'API'  LIMIT 1  ",
                "function": "WikiPage::pageData",
                "time": 0.000222
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'deps'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000203
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'list'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000412
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'preload'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000148
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'preload'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.00016
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'magicWords'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.00015
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'namespaceGenderAliases'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000134
            },
            {
                "sql": "localhost: SELECT  page_id,page_namespace,page_title,page_is_redirect,page_is_new,page_touched,page_links_updated,page_latest,page_len,page_content_model  FROM `page`    WHERE page_namespace = 4 AND page_title = 'Sandbox'  LIMIT 1  ",
                "function": "MediaWiki\\Page\\PageStore::getPageByNameViaLinkCache",
                "time": 0.000162
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'namespaceAliases'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000132
            },
            {
                "sql": "localhost: SET group_concat_max_len = 262144, `sql_mode` = ''",
                "function": "Wikimedia\\Rdbms\\DatabaseMySQL::open",
                "time": 8.999999999999999e-5
            },
            {
                "sql": "localhost: SELECT  keyname,value,exptime  FROM `objectcache`    WHERE keyname = 'wiki_mast:messages:it' AND (exptime >= '20250607103243')  ",
                "function": "SqlBagOStuff::fetchBlobs",
                "time": 0.00017
            },
            {
                "sql": "localhost: SELECT  keyname,value,exptime  FROM `objectcache`    WHERE keyname = 'wiki_mast:messages:it:status' AND (exptime >= '20250607103243')  ",
                "function": "SqlBagOStuff::fetchBlobs",
                "time": 0.00014299999999999998
            },
            {
                "sql": "localhost: SELECT IF(GET_LOCK('wiki_mast:messages:it',0),UNIX_TIMESTAMP(SYSDATE(6)),NULL) AS acquired",
                "function": "SqlBagOStuff::doLock",
                "time": 0.000126
            },
            {
                "sql": "localhost: SELECT  page_title,page_latest  FROM `page`    WHERE page_is_redirect = 0 AND page_namespace = 8 AND (page_title NOT LIKE '%/%' ESCAPE '`') AND (page_len > 10000)  ",
                "function": "MessageCache::loadFromDB(it)-big",
                "time": 0.000257
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'list'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.00047599999999999997
            },
            {
                "sql": "localhost: SELECT  /*! STRAIGHT_JOIN */ rev_id,rev_page,rev_actor,actor_rev_user.actor_user AS `rev_user`,actor_rev_user.actor_name AS `rev_user_text`,rev_timestamp,rev_minor_edit,rev_deleted,rev_len,rev_parent_id,rev_sha1,comment_rev_comment.comment_text AS `rev_comment_text`,comment_rev_comment.comment_data AS `rev_comment_data`,comment_rev_comment.comment_id AS `rev_comment_cid`,page_namespace,page_title,page_id,page_latest,page_is_redirect,page_len  FROM `page` JOIN `revision` ON ((page_id = rev_page)) JOIN `actor` `actor_rev_user` ON ((actor_rev_user.actor_id = rev_actor)) JOIN `comment` `comment_rev_comment` ON ((comment_rev_comment.comment_id = rev_comment_id))   WHERE page_is_redirect = 0 AND page_namespace = 8 AND (page_title NOT LIKE '%/%' ESCAPE '`') AND (page_len <= 10000) AND (page_latest = rev_id)  ",
                "function": "MessageCache::loadFromDB(it)-small",
                "time": 0.00038700000000000003
            },
            {
                "sql": "localhost: REPLACE INTO `objectcache` (keyname,value,exptime) VALUES ('wiki_mast:messages:it','m\u25a09\ufffd\u25a00\ufffd\ufffd\u25a0\ufffd\u25a0\\0\u25a0;\u25a0O\ufffd(\\\"n0J\ufffd\\\"\u25a0\u25a0\\\"\u25a0\ufffdR\u25a0D\u25a0\ufffd\u25a0\u25a0\u25a0\u25a07\u25a0\u25a0P\u25a0;#%\ufffd\u25a0e\u25a0\u25a0\u25a0\u25a0\u25a0\ufffdm\u25a0\ufffda}\u25a0v\u25a07\u01ca\u25a0\u25a0\u25a0\u25a0\u25a0\ufffd\u25a0\u25a0\\r\u25a0\u25a0\\'h\ufffd\u25a0\u25a0\\\"\ufffd\u25a0\u25a0\u25a0W\u25a0\ufffd\u25a0\u25a0\u25a0k\u25a0dt\u25a0%\u25a0\u25a0]\u25a0\u25a0\\\\\ufffd!\u25a0\ufffd\u25a0\u25a0\u25a0S\ufffd\u25a0\u25a0l\u25a0\u25a0\ufffd-\ufffd\u25a00I\ufffdi(\u25a0L\u25a0\u25a0\u25a0\ufffd','99991231235959')",
                "function": "SqlBagOStuff::modifyTableSpecificBlobsForSet",
                "time": 0.008831
            },
            {
                "sql": "localhost: SELECT RELEASE_LOCK('wiki_mast:messages:it') AS released",
                "function": "SqlBagOStuff::doUnlock",
                "time": 0.000171
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'messages:red-link-title'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000213
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'deps'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000211
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'list'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000438
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'preload'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000153
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'preload'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000164
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-cputime-value-text'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000133
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'messages:limitreport-cputime-value-text'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.00011999999999999999
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-cputime-value'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000125
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-cputime'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000128
            },
            {
                "sql": "localhost: SELECT  keyname,value,exptime  FROM `objectcache`    WHERE keyname = 'wiki_mast:messages:en' AND (exptime >= '20250607103243')  ",
                "function": "SqlBagOStuff::fetchBlobs",
                "time": 0.000183
            },
            {
                "sql": "localhost: SELECT  keyname,value,exptime  FROM `objectcache`    WHERE keyname = 'wiki_mast:messages:en:status' AND (exptime >= '20250607103243')  ",
                "function": "SqlBagOStuff::fetchBlobs",
                "time": 0.00014099999999999998
            },
            {
                "sql": "localhost: SELECT IF(GET_LOCK('wiki_mast:messages:en',0),UNIX_TIMESTAMP(SYSDATE(6)),NULL) AS acquired",
                "function": "SqlBagOStuff::doLock",
                "time": 0.000121
            },
            {
                "sql": "localhost: SELECT  page_title,page_latest  FROM `page`    WHERE page_is_redirect = 0 AND page_namespace = 8 AND (page_title LIKE '%/en' ESCAPE '`') AND (page_len > 10000)  ",
                "function": "MessageCache::loadFromDB(en)-big",
                "time": 0.000241
            },
            {
                "sql": "localhost: SELECT  /*! STRAIGHT_JOIN */ rev_id,rev_page,rev_actor,actor_rev_user.actor_user AS `rev_user`,actor_rev_user.actor_name AS `rev_user_text`,rev_timestamp,rev_minor_edit,rev_deleted,rev_len,rev_parent_id,rev_sha1,comment_rev_comment.comment_text AS `rev_comment_text`,comment_rev_comment.comment_data AS `rev_comment_data`,comment_rev_comment.comment_id AS `rev_comment_cid`,page_namespace,page_title,page_id,page_latest,page_is_redirect,page_len  FROM `page` JOIN `revision` ON ((page_id = rev_page)) JOIN `actor` `actor_rev_user` ON ((actor_rev_user.actor_id = rev_actor)) JOIN `comment` `comment_rev_comment` ON ((comment_rev_comment.comment_id = rev_comment_id))   WHERE page_is_redirect = 0 AND page_namespace = 8 AND (page_title LIKE '%/en' ESCAPE '`') AND (page_len <= 10000) AND (page_latest = rev_id)  ",
                "function": "MessageCache::loadFromDB(en)-small",
                "time": 0.000316
            },
            {
                "sql": "localhost: REPLACE INTO `objectcache` (keyname,value,exptime) VALUES ('wiki_mast:messages:en','\ufffd\u25a01\\n\u25a00\ufffd\ufffd\u25a0r/X\u25a0N\u25a0YU)\ufffdv\u25a0\ufffd\ufffdBR*B\ufffd\u25a0]\u25a0\u25a0=v7\ufffd\u25a0T\ufffd~wf\u25a0cZ\u25a0\u25a0v\u25a0\uda45\udd9dF\u25a0/\u25a0,\ufffd\ufffd\u25a0xj\u25a0YcM\u25a0o\u25a0\u25a0W4GC\u25a0\u25a0\u25a02\u25a0.Q\u25a0\u25a0}Y_\u25a0\ufffd\u25a0@\u25a0\ufffd\t\u3020\ufffd\u25a0\u25a0\u25a0','99991231235959')",
                "function": "SqlBagOStuff::modifyTableSpecificBlobsForSet",
                "time": 0.0026869999999999997
            },
            {
                "sql": "localhost: SELECT RELEASE_LOCK('wiki_mast:messages:en') AS released",
                "function": "SqlBagOStuff::doUnlock",
                "time": 0.00010499999999999999
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:formatnum-nan'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.00016800000000000002
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'compiledPluralRules'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000131
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-walltime-value-text'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000127
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'messages:limitreport-walltime-value-text'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000116
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-walltime-value'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000123
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-walltime'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000147
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-ppvisitednodes-value-text'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.00014199999999999998
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'messages:limitreport-ppvisitednodes-value-text'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000127
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-ppvisitednodes-value'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000118
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-ppvisitednodes'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.00011999999999999999
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-postexpandincludesize-value-text'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000111
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'messages:limitreport-postexpandincludesize-value-text'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000108
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-postexpandincludesize-value'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000115
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-postexpandincludesize'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.00013000000000000002
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-templateargumentsize-value-text'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.00014000000000000001
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'messages:limitreport-templateargumentsize-value-text'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000114
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-templateargumentsize-value'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000148
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-templateargumentsize'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000122
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-expansiondepth-value-text'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000118
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'messages:limitreport-expansiondepth-value-text'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000129
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-expansiondepth-value'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.00014099999999999998
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-expansiondepth'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.00014199999999999998
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-expensivefunctioncount-value-text'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000124
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'messages:limitreport-expensivefunctioncount-value-text'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.00013000000000000002
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-expensivefunctioncount-value'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000135
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-expensivefunctioncount'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000156
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-unstrip-depth-value-text'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000152
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'messages:limitreport-unstrip-depth-value-text'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.00015099999999999998
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-unstrip-depth-value'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000128
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-unstrip-depth'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000148
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-unstrip-size-value-text'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000126
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'it' AND lc_key = 'messages:limitreport-unstrip-size-value-text'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000127
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-unstrip-size-value'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000126
            },
            {
                "sql": "localhost: SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:limitreport-unstrip-size'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "time": 0.000126
            }
        ],
        "request": {
            "method": "GET",
            "url": "/api.php?action=parse&contentmodel=wikitext&text=%7B%7BProject%3ASandbox%7D%7D",
            "headers": {
                "ACCEPT": "*/*",
                "USER-AGENT": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
                "ACCEPT-ENCODING": "gzip, br, zstd, deflate",
                "HOST": "staging.masticationpedia.org"
            },
            "params": {
                "action": "parse",
                "contentmodel": "wikitext",
                "text": "{{Project:Sandbox}}"
            }
        },
        "memory": "6,14 MB",
        "memoryPeak": "7,62 MB",
        "includes": [
            {
                "name": "/var/www/html/masticationpedia-staging/api.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/WebStart.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/BootstrapHelperFunctions.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Setup.php",
                "size": "23 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/AutoLoader.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/autoload.php",
                "size": "344 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/autoload.php",
                "size": "163 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/composer/autoload_real.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/composer/platform_check.php",
                "size": "925 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/composer/ClassLoader.php",
                "size": "16 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/composer/include_paths.php",
                "size": "447 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/composer/autoload_static.php",
                "size": "659 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/phpunit/phpunit/src/Framework/Assert/Functions.php",
                "size": "95 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/symfony/deprecation-contracts/function.php",
                "size": "1\u00a0014 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/symfony/polyfill-php80/bootstrap.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/symfony/string/Resources/functions.php",
                "size": "852 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/sabre/event/lib/coroutine.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/sabre/event/lib/Loop/functions.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/sabre/event/lib/Promise/functions.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/ralouphie/getallheaders/src/getallheaders.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/guzzlehttp/guzzle/src/functions_include.php",
                "size": "160 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/guzzlehttp/guzzle/src/functions.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/base-convert/src/Functions.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/symfony/var-dumper/Resources/functions/dump.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/symfony/polyfill-php81/bootstrap.php",
                "size": "738 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/timestamp/src/defines.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php",
                "size": "396 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/tysonandre/var_representation_polyfill/src/var_representation.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php",
                "size": "741 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/psy/psysh/src/functions.php",
                "size": "17 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/symfony/polyfill-php82/bootstrap.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/symfony/polyfill-php83/bootstrap.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/symfony/polyfill-php83/bootstrap81.php",
                "size": "954 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/giorgiosironi/eris/src/Generator/functions.php",
                "size": "346 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest.php",
                "size": "21 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wmde/hamcrest-html-matchers/src/functions.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Defines.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/mime/defines.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/defines.php",
                "size": "852 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/IDatabase.php",
                "size": "47 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/IReadableDatabase.php",
                "size": "27 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/platform/ISQLPlatform.php",
                "size": "25 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/DbQuoter.php",
                "size": "371 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/IDatabaseFlags.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/loadbalancer/ILoadBalancer.php",
                "size": "22 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/psr/log/Psr/Log/LoggerInterface.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/config/SiteConfiguration.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Settings/SettingsBuilder.php",
                "size": "26 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/registration/ExtensionRegistry.php",
                "size": "19 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Settings/Config/GlobalConfigBuilder.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Settings/Config/ConfigBuilderBase.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Settings/Config/ConfigBuilder.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Settings/Config/PhpIniSink.php",
                "size": "794 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/normalized-exception/src/NormalizedExceptionTrait.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Settings/Config/ConfigSchemaAggregator.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Settings/Source/JsonSchemaTrait.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Settings/Config/ConfigSchema.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/MainConfigNames.php",
                "size": "140 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Settings/Source/PhpSettingsSource.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Settings/Source/SettingsSource.php",
                "size": "621 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Settings/Source/SettingsIncludeLocator.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/GlobalFunctions.php",
                "size": "66 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Request/HeaderCallback.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Request/WebRequest.php",
                "size": "45 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/http/Telemetry.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/http/TelemetryHeadersInterface.php",
                "size": "292 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Settings/Source/ArraySource.php",
                "size": "420 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/at-ease/src/AtEase.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/config-schema.php",
                "size": "82 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Settings/Config/MergeStrategy.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/LocalSettings.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/config/GlobalVarConfig.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/config/Config.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Settings/DynamicDefaultValues.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/MainConfigSchema.php",
                "size": "389 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/SetupDynamicConfig.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/title/NamespaceInfo.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/LanguageCode.php",
                "size": "14 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/WikiMap/WikiMap.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/domain/DatabaseDomain.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/objectcache/ObjectCacheFactory.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/objectcache/EmptyBagOStuff.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/objectcache/MediumSpecificBagOStuff.php",
                "size": "37 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/objectcache/BagOStuff.php",
                "size": "28 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/objectcache/utils/ExpirationAwareness.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/objectcache/utils/StorageAwareness.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/objectcache/IStoreKeyEncoder.php",
                "size": "676 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/psr/log/Psr/Log/LoggerAwareInterface.php",
                "size": "297 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Stats/StatsFactory.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Stats/StatsCache.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Stats/Emitters/NullEmitter.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Stats/Emitters/EmitterInterface.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/psr/log/Psr/Log/NullLogger.php",
                "size": "707 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/psr/log/Psr/Log/AbstractLogger.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Stats/StatsUtils.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/shell/Shell.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/objectcache/serialized/SerializedValueContainer.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/registration/ExtensionProcessor.php",
                "size": "29 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/registration/Processor.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/exception/ShellDisabledError.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/registration/VersionChecker.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/composer/semver/src/VersionParser.php",
                "size": "22 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/composer/semver/src/Constraint/Constraint.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/composer/semver/src/Constraint/ConstraintInterface.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/composer/semver/src/Constraint/MultiConstraint.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/TemplateStyles/vendor/autoload.php",
                "size": "178 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/TemplateStyles/vendor/composer/autoload_real.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/TemplateStyles/vendor/composer/autoload_static.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Widgets/vendor/autoload.php",
                "size": "178 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Widgets/vendor/composer/autoload_real.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Widgets/vendor/composer/platform_check.php",
                "size": "925 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Widgets/vendor/composer/autoload_static.php",
                "size": "38 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Widgets/vendor/symfony/polyfill-mbstring/bootstrap.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Widgets/vendor/symfony/polyfill-mbstring/bootstrap80.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Widgets/vendor/symfony/polyfill-intl-normalizer/bootstrap.php",
                "size": "725 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Widgets/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php",
                "size": "719 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Widgets/vendor/symfony/polyfill-intl-grapheme/bootstrap.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Widgets/vendor/symfony/polyfill-ctype/bootstrap.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Widgets/vendor/symfony/polyfill-ctype/bootstrap80.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Math/src/Hooks.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specialpage/Hook/SpecialPage_initListHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/MaintenanceRefreshLinksInitHook.php",
                "size": "604 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Scribunto/includes/Hooks.php",
                "size": "14 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SoftwareInfoHook.php",
                "size": "636 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/ParserFirstCallInitHook.php",
                "size": "595 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/ParserLimitReportPrepareHook.php",
                "size": "873 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/ParserLimitReportFormatHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/ParserClearStateHook.php",
                "size": "570 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/ParserClonedHook.php",
                "size": "548 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/EditPage__showStandardInputs_optionsHook.php",
                "size": "864 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/EditPage__showReadOnlyForm_initialHook.php",
                "size": "831 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/EditPageBeforeEditButtonsHook.php",
                "size": "806 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/EditFilterMergedContentHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ArticleViewHeaderHook.php",
                "size": "947 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Revision/Hook/ContentHandlerDefaultModelForHook.php",
                "size": "778 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/TitleBlacklist/includes/Hooks.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/EditFilterHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/TitleGetEditNoticesHook.php",
                "size": "794 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/MovePageCheckPermissionsHook.php",
                "size": "906 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Permissions/Hook/GetUserPermissionsErrorsExpensiveHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Storage/Hook/PageSaveCompleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Permissions/GrantsInfo.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/VisualEditor/includes/Hooks.php",
                "size": "44 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/diff/Hook/TextSlotDiffRendererTablePrefixHook.php",
                "size": "960 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/BeforeInitializeHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Output/Hook/BeforePageDisplayHook.php",
                "size": "710 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/changetags/Hook/ChangeTagsListActiveHook.php",
                "size": "609 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/actions/Hook/CustomEditorHook.php",
                "size": "701 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/diff/Hook/DifferenceEngineViewHeaderHook.php",
                "size": "585 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/EditPage__showEditForm_fieldsHook.php",
                "size": "778 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/preferences/Hook/GetPreferencesHook.php",
                "size": "675 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/changetags/Hook/ListDefinedTagsHook.php",
                "size": "535 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Output/Hook/MakeGlobalVariablesScriptHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Output/Hook/OutputPageBodyAttributesHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/ParserTestGlobalsHook.php",
                "size": "664 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/preferences/Hook/PreferencesFormPreSaveHook.php",
                "size": "921 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/recentchanges/Hook/RecentChange_saveHook.php",
                "size": "611 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specialpage/Hook/RedirectSpecialArticleRedirectParamsHook.php",
                "size": "780 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/ResourceLoader/Hook/ResourceLoaderGetConfigVarsHook.php",
                "size": "1\u00a0010 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/ResourceLoader/Hook/ResourceLoaderRegisterModulesHook.php",
                "size": "732 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/Hook/SkinEditSectionLinksHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/Hook/SkinTemplateNavigation__UniversalHook.php",
                "size": "848 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/auth/Hook/UserLoggedInHook.php",
                "size": "551 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/TemplateStyles/includes/Hooks.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Widgets/WidgetInitializer.php",
                "size": "457 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/PluggableAuth/includes/PluggableAuthHooks.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Permissions/Hook/TitleReadWhitelistHook.php",
                "size": "853 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specialpage/Hook/AuthChangeFormFieldsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/UserLogoutCompleteHook.php",
                "size": "765 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/auth/Hook/LocalUserCreatedHook.php",
                "size": "814 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/LoginFormValidErrorMessagesHook.php",
                "size": "807 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/ImgAuthBeforeStreamHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/auth/Hook/AuthPreserveQueryParamsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/PostLoginRedirectHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/debug/MWDebug.php",
                "size": "23 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/MediaWikiServices.php",
                "size": "55 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/services/src/ServiceContainer.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Widgets/vendor/psr/container/src/ContainerInterface.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/services/src/DestructibleService.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/NonSerializableTrait.php",
                "size": "375 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/exception/MWExceptionRenderer.php",
                "size": "14 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/exception/MWExceptionHandler.php",
                "size": "25 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/profiler/Profiler.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/profiler/ProfilerStub.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/TransactionProfiler.php",
                "size": "17 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/debug/logger/LoggerFactory.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/object-factory/src/ObjectFactory.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/debug/logger/LegacySpi.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/debug/logger/Spi.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/debug/logger/LegacyLogger.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/psr/log/Psr/Log/LogLevel.php",
                "size": "336 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/HookContainer/FauxGlobalHookArray.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/skins/Vector/includes/ServiceWiring.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/skins/MinervaNeue/includes/ServiceWiring.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/CategoryTree/includes/ServiceWiring.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Cite/src/ServiceWiring.php",
                "size": "852 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Echo/ServiceWiring.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Linter/includes/ServiceWiring.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Math/ServiceWiring.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Nuke/includes/ServiceWiring.php",
                "size": "592 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Popups/includes/ServiceWiring.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Thanks/ServiceWiring.php",
                "size": "687 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/VisualEditor/includes/ServiceWiring.php",
                "size": "499 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/VisualEditor/includes/VisualEditorParsoidClientFactory.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Gadgets/includes/ServiceWiring.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/PluggableAuth/includes/ServiceWiring.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/ServiceWiring.php",
                "size": "97 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/HookContainer/HookRunner.php",
                "size": "122 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/actions/Hook/GetActionNameHook.php",
                "size": "548 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/auth/Hook/AuthManagerFilterProvidersHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/auth/Hook/AuthManagerLoginAuthenticateAuditHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/auth/Hook/AuthManagerVerifyAuthenticationHook.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/auth/Hook/ExemptFromAccountCreationThrottleHook.php",
                "size": "597 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/auth/Hook/ResetPasswordExpirationHook.php",
                "size": "681 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/auth/Hook/SecuritySensitiveOperationStatusHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/block/Hook/AbortAutoblockHook.php",
                "size": "663 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/block/Hook/GetAllBlockActionsHook.php",
                "size": "983 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/block/Hook/GetUserBlockHook.php",
                "size": "989 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/block/Hook/PerformRetroactiveAutoblockHook.php",
                "size": "730 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/block/Hook/SpreadAnyEditBlockHook.php",
                "size": "736 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/cache/Hook/BacklinkCacheGetConditionsHook.php",
                "size": "748 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/cache/Hook/BacklinkCacheGetPrefixHook.php",
                "size": "588 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/cache/Hook/HtmlCacheUpdaterAppendUrlsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/cache/Hook/HtmlCacheUpdaterVaryUrlsHook.php",
                "size": "828 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/cache/Hook/HTMLFileCache__useFileCacheHook.php",
                "size": "752 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/Hook/MessageCacheFetchOverridesHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/Hook/MessageCacheReplaceHook.php",
                "size": "634 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/Hook/MessageCache__getHook.php",
                "size": "843 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/Hook/MessagesPreLoadHook.php",
                "size": "651 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/TitleSquidURLsHook.php",
                "size": "661 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/changetags/Hook/ChangeTagAfterDeleteHook.php",
                "size": "899 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/changetags/Hook/ChangeTagCanCreateHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/changetags/Hook/ChangeTagCanDeleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/changetags/Hook/ChangeTagsAfterUpdateTagsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/changetags/Hook/ChangeTagsAllowedAddHook.php",
                "size": "930 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/Hook/ContentAlterParserOutputHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/Hook/ContentGetParserOutputHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/Hook/ContentHandlerForModelIDHook.php",
                "size": "939 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/Hook/ContentModelCanBeUsedOnHook.php",
                "size": "969 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/Hook/ConvertContentHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/Hook/GetContentModelsHook.php",
                "size": "621 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/Hook/GetDifferenceEngineHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/Hook/GetSlotDiffRendererHook.php",
                "size": "894 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/Hook/JsonValidateSaveHook.php",
                "size": "940 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/Hook/PageContentLanguageHook.php",
                "size": "787 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/Hook/PlaceNewSectionHook.php",
                "size": "917 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/Hook/SearchDataForIndexHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/Hook/SearchDataForIndex2Hook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Contribute/Hook/ContributeCardsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/diff/Hook/AbortDiffCacheHook.php",
                "size": "543 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/diff/Hook/ArticleContentOnDiffHook.php",
                "size": "729 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/diff/Hook/DifferenceEngineAfterLoadNewTextHook.php",
                "size": "782 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/diff/Hook/DifferenceEngineLoadTextAfterNewContentIsLoadedHook.php",
                "size": "903 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/diff/Hook/DifferenceEngineMarkPatrolledLinkHook.php",
                "size": "930 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/diff/Hook/DifferenceEngineMarkPatrolledRCIDHook.php",
                "size": "990 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/diff/Hook/DifferenceEngineNewHeaderHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/diff/Hook/DifferenceEngineOldHeaderHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/diff/Hook/DifferenceEngineOldHeaderNoOldRevHook.php",
                "size": "631 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/diff/Hook/DifferenceEngineRenderRevisionAddParserOutputHook.php",
                "size": "919 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/diff/Hook/DifferenceEngineRenderRevisionShowFinalPatrolLinkHook.php",
                "size": "691 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/diff/Hook/DifferenceEngineShowDiffHook.php",
                "size": "629 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/diff/Hook/DifferenceEngineShowDiffPageHook.php",
                "size": "624 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/diff/Hook/DifferenceEngineShowDiffPageMaybeShowMissingRevisionHook.php",
                "size": "856 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/diff/Hook/DifferenceEngineShowEmptyOldContentHook.php",
                "size": "719 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/diff/Hook/DiffToolsHook.php",
                "size": "861 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/diff/Hook/NewDifferenceEngineHook.php",
                "size": "864 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/recentchanges/Hook/AbortEmailNotificationHook.php",
                "size": "752 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/mail/Hook/AbortTalkPageEmailNotificationHook.php",
                "size": "760 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/actions/Hook/ActionBeforeFormDisplayHook.php",
                "size": "668 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/actions/Hook/ActionModifyFormFieldsHook.php",
                "size": "752 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/AddNewAccountHook.php",
                "size": "734 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Output/Hook/AfterBuildFeedLinksHook.php",
                "size": "877 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Output/Hook/AfterFinalPageOutputHook.php",
                "size": "982 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/import/Hook/AfterImportPageHook.php",
                "size": "954 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/AfterParserFetchFileAndTitleHook.php",
                "size": "876 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/AlternateEditHook.php",
                "size": "643 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/AlternateEditPreviewHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/mail/Hook/AlternateUserMailerHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/AncientPagesQueryHook.php",
                "size": "683 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/ApiBeforeMainHook.php",
                "size": "548 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/ArticleMergeCompleteHook.php",
                "size": "636 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/revisiondelete/Hook/ArticleRevisionVisibilitySetHook.php",
                "size": "998 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/ArticleUpdateBeforeRedirectHook.php",
                "size": "815 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/BadImageHook.php",
                "size": "702 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Output/Hook/BeforePageRedirectHook.php",
                "size": "970 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/BeforeParserFetchFileAndTitleHook.php",
                "size": "979 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/BeforeParserFetchTemplateRevisionRecordHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/BeforeWelcomeCreationHook.php",
                "size": "832 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/media/Hook/BitmapHandlerCheckImageAreaHook.php",
                "size": "846 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/media/Hook/BitmapHandlerTransformHook.php",
                "size": "846 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/BlockIpCompleteHook.php",
                "size": "801 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/BlockIpHook.php",
                "size": "780 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/BookInformationHook.php",
                "size": "646 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/title/Hook/CanonicalNamespacesHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/CategoryViewer__doCategoryQueryHook.php",
                "size": "881 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/CategoryViewer__generateLinkHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/recentchanges/Hook/ChangesListInitRowsHook.php",
                "size": "680 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/recentchanges/Hook/ChangesListInsertArticleLinkHook.php",
                "size": "977 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/ChangeUserGroupsHook.php",
                "size": "968 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/collation/Hook/Collation__factoryHook.php",
                "size": "831 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/ContentSecurityPolicyDefaultSourceHook.php",
                "size": "1\u00a0010 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/ContentSecurityPolicyDirectivesHook.php",
                "size": "933 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/ContentSecurityPolicyScriptSourceHook.php",
                "size": "966 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/ContribsPager__getQueryInfoHook.php",
                "size": "772 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/ContribsPager__reallyDoQueryHook.php",
                "size": "1\u00a0004 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/ContributionsLineEndingHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/ContributionsToolLinksHook.php",
                "size": "988 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/DeletedContribsPager__reallyDoQueryHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/DeletedContributionsLineEndingHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/DeleteUnknownPreferencesHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/EditFormInitialTextHook.php",
                "size": "572 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/EditFormPreloadTextHook.php",
                "size": "624 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/EditPageBeforeConflictDiffHook.php",
                "size": "871 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/EditPageBeforeEditToolbarHook.php",
                "size": "704 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/EditPageCopyrightWarningHook.php",
                "size": "838 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/EditPageGetCheckboxesDefinitionHook.php",
                "size": "809 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/EditPageGetDiffContentHook.php",
                "size": "834 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/EditPageGetPreviewContentHook.php",
                "size": "834 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/EditPageNoSuchSectionHook.php",
                "size": "674 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/EditPageTosSummaryHook.php",
                "size": "768 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/EditPage__attemptSaveHook.php",
                "size": "698 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/EditPage__attemptSave_afterHook.php",
                "size": "831 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/EditPage__importFormDataHook.php",
                "size": "719 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/EditPage__showEditForm_initialHook.php",
                "size": "741 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/EmailUserCCHook.php",
                "size": "749 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/EmailUserCompleteHook.php",
                "size": "753 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/EmailUserFormHook.php",
                "size": "560 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/EmailUserHook.php",
                "size": "997 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/EmailUserPermissionsErrorsHook.php",
                "size": "868 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/mail/Hook/EmailUserAuthorizeSendHook.php",
                "size": "745 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/mail/Hook/EmailUserSendEmailHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/recentchanges/Hook/EnhancedChangesListModifyBlockLineDataHook.php",
                "size": "862 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/recentchanges/Hook/EnhancedChangesListModifyLineDataHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/recentchanges/Hook/EnhancedChangesList__getLogTextHook.php",
                "size": "919 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/ExtensionTypesHook.php",
                "size": "837 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/recentchanges/Hook/FetchChangesListHook.php",
                "size": "972 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/FileDeleteCompleteHook.php",
                "size": "961 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/filerepo/Hook/FileTransformedHook.php",
                "size": "817 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/FileUndeleteCompleteHook.php",
                "size": "813 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/filerepo/Hook/FileUploadHook.php",
                "size": "846 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/FormatAutocommentsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/gallery/Hook/GalleryGetModesHook.php",
                "size": "704 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/GetBlockErrorMessageKeyHook.php",
                "size": "677 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Output/Hook/GetCacheVaryCookiesHook.php",
                "size": "845 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/GetCanonicalURLHook.php",
                "size": "756 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/GetDefaultSortkeyHook.php",
                "size": "643 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/GetDoubleUnderscoreIDsHook.php",
                "size": "751 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/media/Hook/GetExtendedMetadataHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/GetFullURLHook.php",
                "size": "737 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/Hook/GetHumanTimestampHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/GetInternalURLHook.php",
                "size": "744 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/GetIPHook.php",
                "size": "512 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/Hook/GetLangPreferredVariantHook.php",
                "size": "803 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/GetLinkColoursHook.php",
                "size": "833 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/GetLocalURLHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/GetLocalURL__ArticleHook.php",
                "size": "772 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/GetLocalURL__InternalHook.php",
                "size": "800 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/GetLogTypesOnUserHook.php",
                "size": "544 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/GetMagicVariableIDsHook.php",
                "size": "675 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/media/Hook/GetMetadataVersionHook.php",
                "size": "937 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/Hook/GetNewMessagesAlertHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/GetRelativeTimestampHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/GitViewersHook.php",
                "size": "610 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/actions/Hook/HistoryPageToolLinksHook.php",
                "size": "772 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/actions/Hook/HistoryToolsHook.php",
                "size": "906 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/ImageBeforeProduceHTMLHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/ImgAuthModifyHeadersHook.php",
                "size": "927 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/import/Hook/ImportHandleContentXMLTagHook.php",
                "size": "640 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/import/Hook/ImportHandleLogItemXMLTagHook.php",
                "size": "660 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/import/Hook/ImportHandlePageXMLTagHook.php",
                "size": "651 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/import/Hook/ImportHandleRevisionXMLTagHook.php",
                "size": "754 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/import/Hook/ImportHandleToplevelXMLTagHook.php",
                "size": "601 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/ImportHandleUnknownUserHook.php",
                "size": "589 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/import/Hook/ImportHandleUploadXMLTagHook.php",
                "size": "670 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/ImportLogInterwikiLinkHook.php",
                "size": "712 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/ImportSourcesHook.php",
                "size": "714 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/actions/Hook/InfoActionHook.php",
                "size": "779 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/InitializeArticleMaybeRedirectHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/InternalParseBeforeLinksHook.php",
                "size": "828 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/recentchanges/RCFeed/Hook/IRCLineURLHook.php",
                "size": "761 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/IsTrustedProxyHook.php",
                "size": "639 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/upload/Hook/IsUploadAllowedFromUrlHook.php",
                "size": "643 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/IsValidEmailAddrHook.php",
                "size": "737 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/Hook/LanguageGetNamespacesHook.php",
                "size": "688 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Output/Hook/LanguageLinksHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/LanguageSelectorHook.php",
                "size": "660 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/LinkerMakeExternalImageHook.php",
                "size": "684 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/LinkerMakeExternalLinkHook.php",
                "size": "802 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/LinkerMakeMediaLinkFileHook.php",
                "size": "886 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/deferred/Hook/LinksUpdateCompleteHook.php",
                "size": "759 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/deferred/Hook/LinksUpdateHook.php",
                "size": "604 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/filerepo/Hook/LocalFilePurgeThumbnailsHook.php",
                "size": "762 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/filerepo/Hook/LocalFile__getHistoryHook.php",
                "size": "839 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/Hook/LocalisationCacheRecacheFallbackHook.php",
                "size": "818 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/Hook/LocalisationCacheRecacheHook.php",
                "size": "771 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/logging/Hook/LogEventsListGetExtraInputsHook.php",
                "size": "874 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/logging/Hook/LogEventsListLineEndingHook.php",
                "size": "1\u00a0011 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/logging/Hook/LogEventsListShowLogExtractHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/exception/Hook/LogExceptionHook.php",
                "size": "764 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/logging/Hook/LogLineHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/LonelyPagesQueryHook.php",
                "size": "679 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/MagicWordwgVariableIDsHook.php",
                "size": "583 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/MaintenanceShellStartHook.php",
                "size": "366 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/MaintenanceUpdateAddParamsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/logging/Hook/ManualLogEntryBeforePublishHook.php",
                "size": "596 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/recentchanges/Hook/MarkPatrolledCompleteHook.php",
                "size": "769 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/recentchanges/Hook/MarkPatrolledHook.php",
                "size": "831 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/MediaWikiPerformActionHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/MediaWikiServicesHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/MimeMagicGuessFromContentHook.php",
                "size": "881 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/MimeMagicImproveFromExtensionHook.php",
                "size": "728 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/MimeMagicInitHook.php",
                "size": "945 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/export/Hook/ModifyExportQueryHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/MovePageIsValidMoveHook.php",
                "size": "750 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/title/Hook/NamespaceIsMovableHook.php",
                "size": "795 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/NewPagesLineEndingHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/recentchanges/Hook/OldChangesListRecentChangesLineHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/OpenSearchUrlsHook.php",
                "size": "659 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/OtherAutoblockLogLinkHook.php",
                "size": "709 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/OtherBlockLogLinkHook.php",
                "size": "805 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Output/Hook/OutputPageAfterGetHeadLinksArrayHook.php",
                "size": "940 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Output/Hook/OutputPageBeforeHTMLHook.php",
                "size": "877 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Output/Hook/OutputPageCheckLastModifiedHook.php",
                "size": "904 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Output/Hook/OutputPageMakeCategoryLinksHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Output/Hook/OutputPageParserOutputHook.php",
                "size": "858 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Output/Hook/OutputPageRenderCategoryLinkHook.php",
                "size": "930 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/actions/Hook/PageHistoryBeforeListHook.php",
                "size": "688 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/actions/Hook/PageHistoryLineEndingHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/actions/Hook/PageHistoryPager__doBatchLookupsHook.php",
                "size": "930 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/actions/Hook/PageHistoryPager__getQueryInfoHook.php",
                "size": "736 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/PageMoveCompleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/PageMoveCompletingHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/PageRenderingHashHook.php",
                "size": "902 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/ParserAfterParseHook.php",
                "size": "734 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/ParserAfterTidyHook.php",
                "size": "622 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/ParserBeforeInternalParseHook.php",
                "size": "736 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/ParserBeforePreprocessHook.php",
                "size": "710 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/ParserCacheSaveCompleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/ParserFetchTemplateDataHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/ParserGetVariableValueSwitchHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/ParserGetVariableValueTsHook.php",
                "size": "707 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/ParserLogLinterDataHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/ParserMakeImageParamsHook.php",
                "size": "906 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/ParserModifyImageHTMLHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/ParserOptionsRegisterHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/ParserOutputPostCacheTransformHook.php",
                "size": "814 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/ParserPreSaveTransformCompleteHook.php",
                "size": "776 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/password/Hook/PasswordPoliciesForUserHook.php",
                "size": "703 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/PreferencesGetIconHook.php",
                "size": "840 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/PreferencesGetLayoutHook.php",
                "size": "1\u00a0000 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/PreferencesGetLegendHook.php",
                "size": "809 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/PrefsEmailAuditHook.php",
                "size": "701 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/ProtectionForm__buildFormHook.php",
                "size": "770 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/ProtectionForm__saveHook.php",
                "size": "861 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/ProtectionForm__showLogExtractHook.php",
                "size": "730 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/ProtectionFormAddFormFieldsHook.php",
                "size": "526 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/RandomPageQueryHook.php",
                "size": "732 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/actions/Hook/RawPageViewBeforeOutputHook.php",
                "size": "632 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/jobqueue/jobs/Hook/RecentChangesPurgeRowsHook.php",
                "size": "732 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Hook/RejectParserCacheValueHook.php",
                "size": "970 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/context/Hook/RequestContextCreateSkinHook.php",
                "size": "924 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/SelfLinkBeginHook.php",
                "size": "874 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/mail/Hook/SendWatchlistEmailNotificationHook.php",
                "size": "833 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/SetupAfterCacheHook.php",
                "size": "481 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/ShortPagesQueryHook.php",
                "size": "735 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/Hook/SidebarBeforeOutputHook.php",
                "size": "841 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/Hook/SiteNoticeAfterHook.php",
                "size": "668 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/Hook/SiteNoticeBeforeHook.php",
                "size": "760 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/Hook/SkinAddFooterLinksHook.php",
                "size": "911 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/Hook/SkinAfterBottomScriptsHook.php",
                "size": "741 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/Hook/SkinAfterContentHook.php",
                "size": "716 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/Hook/SkinBuildSidebarHook.php",
                "size": "612 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/Hook/SkinCopyrightFooterHook.php",
                "size": "999 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/Hook/SkinCopyrightFooterMessageHook.php",
                "size": "997 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/Hook/SkinPreloadExistenceHook.php",
                "size": "647 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/Hook/SkinSubPageSubtitleHook.php",
                "size": "865 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/Hook/SkinTemplateGetLanguageLinkHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialBlockModifyFormFieldsHook.php",
                "size": "670 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialContributionsBeforeMainOutputHook.php",
                "size": "970 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialContributions__formatRow__flagsHook.php",
                "size": "865 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialCreateAccountBenefitsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialExportGetExtraPagesHook.php",
                "size": "701 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialContributions__getForm__filtersHook.php",
                "size": "944 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialListusersDefaultQueryHook.php",
                "size": "691 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialListusersFormatRowHook.php",
                "size": "688 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialListusersHeaderFormHook.php",
                "size": "676 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialListusersHeaderHook.php",
                "size": "663 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialListusersQueryInfoHook.php",
                "size": "678 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialLogAddLogSearchRelationsHook.php",
                "size": "781 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialMovepageAfterMoveHook.php",
                "size": "678 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialMuteModifyFormFieldsHook.php",
                "size": "693 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialNewpagesConditionsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialNewPagesFiltersHook.php",
                "size": "833 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialPrefixIndexGetFormFiltersHook.php",
                "size": "722 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialPrefixIndexQueryHook.php",
                "size": "680 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialRandomGetRandomTitleHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialRecentChangesPanelHook.php",
                "size": "704 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialResetTokensTokensHook.php",
                "size": "712 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialSearchCreateLinkHook.php",
                "size": "712 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialSearchGoResultHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialSearchNogomatchHook.php",
                "size": "810 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialSearchProfilesHook.php",
                "size": "550 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialSearchResultsAppendHook.php",
                "size": "847 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialSearchResultsHook.php",
                "size": "732 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialSearchResultsPrependHook.php",
                "size": "930 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialSearchSetupEngineHook.php",
                "size": "705 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialStatsAddExtraHook.php",
                "size": "1\u00a0001 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialTrackingCategories__generateCatLinkHook.php",
                "size": "920 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialTrackingCategories__preprocessHook.php",
                "size": "855 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialUploadCompleteHook.php",
                "size": "590 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialVersionVersionUrlHook.php",
                "size": "655 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialWatchlistGetNonRevisionTypesHook.php",
                "size": "813 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/SpecialWhatLinksHereQueryHook.php",
                "size": "929 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/TestCanonicalRedirectHook.php",
                "size": "922 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/media/Hook/ThumbnailBeforeProduceHTMLHook.php",
                "size": "767 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/TempUserCreatedRedirectHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/TitleExistsHook.php",
                "size": "622 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/TitleGetRestrictionTypesHook.php",
                "size": "663 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/TitleIsAlwaysKnownHook.php",
                "size": "879 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/TitleIsMovableHook.php",
                "size": "906 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/TitleMoveHook.php",
                "size": "874 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/TitleMoveStartingHook.php",
                "size": "706 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/UnblockUserCompleteHook.php",
                "size": "725 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/UnblockUserHook.php",
                "size": "801 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/UndeleteForm__showHistoryHook.php",
                "size": "779 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/UndeleteForm__showRevisionHook.php",
                "size": "781 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/Hook/UndeletePageToolLinksHook.php",
                "size": "807 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/UnitTestsAfterDatabaseSetupHook.php",
                "size": "776 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/UnitTestsBeforeDatabaseTeardownHook.php",
                "size": "573 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/UnitTestsListHook.php",
                "size": "697 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/actions/Hook/UnwatchArticleCompleteHook.php",
                "size": "654 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/actions/Hook/UnwatchArticleHook.php",
                "size": "776 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/mail/Hook/UpdateUserMailerFormattedPageStatusHook.php",
                "size": "628 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/upload/Hook/UploadCompleteHook.php",
                "size": "625 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/upload/Hook/UploadCreateFromRequestHook.php",
                "size": "658 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/UploadFormInitDescriptorHook.php",
                "size": "601 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/UploadFormSourceDescriptorsHook.php",
                "size": "761 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/UploadForm_BeforeProcessingHook.php",
                "size": "918 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/UploadForm_getInitialPageTextHook.php",
                "size": "822 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/UploadForm_initialHook.php",
                "size": "788 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/upload/Hook/UploadStashFileHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/upload/Hook/UploadVerifyFileHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/upload/Hook/UploadVerifyUploadHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/deferred/Hook/UserEditCountUpdateHook.php",
                "size": "571 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/context/Hook/UserGetLanguageObjectHook.php",
                "size": "729 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/UserLoginCompleteHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/mail/Hook/UserMailerChangeReturnPathHook.php",
                "size": "735 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/mail/Hook/UserMailerSplitToHook.php",
                "size": "669 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/mail/Hook/UserMailerTransformContentHook.php",
                "size": "888 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/mail/Hook/UserMailerTransformMessageHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/UsersPagerDoBatchLookupsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/UserToolLinksEditHook.php",
                "size": "740 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/media/Hook/ValidateExtendedMetadataCacheHook.php",
                "size": "743 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/WantedPages__getQueryInfoHook.php",
                "size": "806 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/actions/Hook/WatchArticleCompleteHook.php",
                "size": "635 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/actions/Hook/WatchArticleHook.php",
                "size": "881 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/watchlist/Hook/WatchedItemQueryServiceExtensionsHook.php",
                "size": "789 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/WatchlistEditorBeforeFormRenderHook.php",
                "size": "762 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/WatchlistEditorBuildRemoveLineHook.php",
                "size": "822 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/WebRequestPathInfoRouterHook.php",
                "size": "601 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Hook/WebResponseSetCookieHook.php",
                "size": "856 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specials/Hook/WhatLinksHerePropsHook.php",
                "size": "830 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/export/Hook/WikiExporter__dumpStableQueryHook.php",
                "size": "837 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/export/Hook/XmlDumpWriterOpenPageHook.php",
                "size": "785 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/export/Hook/XmlDumpWriterWriteRevisionHook.php",
                "size": "967 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/installer/Hook/LoadExtensionSchemaUpdatesHook.php",
                "size": "847 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/interwiki/Hook/InterwikiLoadPrefixHook.php",
                "size": "941 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/Hook/LanguageGetTranslatedLanguageNamesHook.php",
                "size": "684 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/Hook/Language__getMessagesFileNameHook.php",
                "size": "784 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/linker/Hook/LinkerGenerateRollbackLinkHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/linker/Hook/HtmlPageLinkRendererBeginHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/linker/Hook/HtmlPageLinkRendererEndHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ArticleConfirmDeleteHook.php",
                "size": "740 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ArticleDeleteAfterSuccessHook.php",
                "size": "742 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ArticleDeleteCompleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ArticleDeleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ArticleFromTitleHook.php",
                "size": "800 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ArticlePageDataAfterHook.php",
                "size": "683 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ArticlePageDataBeforeHook.php",
                "size": "830 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ArticleParserOptionsHook.php",
                "size": "794 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ArticleProtectCompleteHook.php",
                "size": "775 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ArticleProtectHook.php",
                "size": "747 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ArticlePurgeHook.php",
                "size": "542 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ArticleRevisionViewCustomHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ArticleShowPatrolFooterHook.php",
                "size": "654 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ArticleUndeleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ArticleViewFooterHook.php",
                "size": "646 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ArticleViewRedirectHook.php",
                "size": "602 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/Article__MissingArticleConditionsHook.php",
                "size": "930 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/BeforeDisplayNoArticleTextHook.php",
                "size": "644 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/CategoryAfterPageAddedHook.php",
                "size": "687 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/CategoryAfterPageRemovedHook.php",
                "size": "775 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/CategoryPageViewHook.php",
                "size": "561 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/DisplayOldSubtitleHook.php",
                "size": "648 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ImageOpenShowImageInlineBeforeHook.php",
                "size": "700 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ImagePageAfterImageLinksHook.php",
                "size": "674 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ImagePageFileHistoryLineHook.php",
                "size": "817 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ImagePageFindFileHook.php",
                "size": "761 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ImagePageShowTOCHook.php",
                "size": "602 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/IsFileCacheableHook.php",
                "size": "565 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/OpportunisticLinksUpdateHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/PageDeleteCompleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/PageDeleteHook.php",
                "size": "1\u00a0006 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/PageDeletionDataUpdatesHook.php",
                "size": "986 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/PageUndeleteCompleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/PageUndeleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/PageViewUpdatesHook.php",
                "size": "743 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/RevisionFromEditCompleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/RevisionUndeletedHook.php",
                "size": "699 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/RollbackCompleteHook.php",
                "size": "929 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/ShowMissingArticleHook.php",
                "size": "590 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/WikiPageDeletionUpdatesHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Hook/WikiPageFactoryHook.php",
                "size": "654 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Permissions/Hook/PermissionErrorAuditHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Permissions/Hook/GetUserPermissionsErrorsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Permissions/Hook/TitleQuickPermissionsHook.php",
                "size": "1\u00a0006 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Permissions/Hook/UserCanHook.php",
                "size": "1\u00a0007 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Permissions/Hook/UserGetAllRightsHook.php",
                "size": "581 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Permissions/Hook/UserGetRightsHook.php",
                "size": "620 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Permissions/Hook/UserGetRightsRemoveHook.php",
                "size": "886 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Permissions/Hook/UserIsBlockedFromHook.php",
                "size": "977 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Permissions/Hook/UserIsEveryoneAllowedHook.php",
                "size": "642 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/RenameUser/Hook/RenameUserAbortHook.php",
                "size": "710 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/RenameUser/Hook/RenameUserCompleteHook.php",
                "size": "697 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/RenameUser/Hook/RenameUserPreRenameHook.php",
                "size": "700 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/RenameUser/Hook/RenameUserSQLHook.php",
                "size": "702 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/RenameUser/Hook/RenameUserWarningHook.php",
                "size": "955 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Rest/Hook/SearchResultProvideDescriptionHook.php",
                "size": "1\u00a0006 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Revision/Hook/RevisionRecordInsertedHook.php",
                "size": "658 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/search/Hook/PrefixSearchBackendHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/search/Hook/PrefixSearchExtractNamespaceHook.php",
                "size": "850 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/search/Hook/SearchableNamespacesHook.php",
                "size": "583 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/search/Hook/SearchAfterNoDirectMatchHook.php",
                "size": "782 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/search/Hook/SearchGetNearMatchBeforeHook.php",
                "size": "761 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/search/Hook/SearchGetNearMatchCompleteHook.php",
                "size": "695 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/search/Hook/SearchGetNearMatchHook.php",
                "size": "687 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/search/Hook/SearchIndexFieldsHook.php",
                "size": "718 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/search/Hook/SearchResultInitFromTitleHook.php",
                "size": "722 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/search/Hook/SearchResultProvideThumbnailHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/search/Hook/SearchResultsAugmentHook.php",
                "size": "939 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/search/Hook/ShowSearchHitHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/search/Hook/ShowSearchHitTitleHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/search/Hook/SpecialSearchPowerBoxHook.php",
                "size": "863 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/search/Hook/SpecialSearchProfileFormHook.php",
                "size": "821 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/session/Hook/SessionCheckInfoHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/session/Hook/SessionMetadataHook.php",
                "size": "875 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/shell/Hook/WfShellWikiCmdHook.php",
                "size": "798 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/Hook/SkinAfterPortletHook.php",
                "size": "646 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/Hook/SkinPageReadyConfigHook.php",
                "size": "663 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specialpage/Hook/ChangeAuthenticationDataAuditHook.php",
                "size": "825 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specialpage/Hook/ChangesListSpecialPageQueryHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specialpage/Hook/ChangesListSpecialPageStructuredFiltersHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specialpage/Hook/SpecialPageAfterExecuteHook.php",
                "size": "678 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specialpage/Hook/SpecialPageBeforeExecuteHook.php",
                "size": "694 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specialpage/Hook/SpecialPageBeforeFormDisplayHook.php",
                "size": "650 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specialpage/Hook/WgQueryPagesHook.php",
                "size": "771 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Storage/Hook/ArticleEditUpdateNewTalkHook.php",
                "size": "724 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Storage/Hook/ArticlePrepareTextForEditHook.php",
                "size": "716 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Storage/Hook/BeforeRevertedTagUpdateHook.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Storage/Hook/MultiContentSaveHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Storage/Hook/PageContentSaveHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Storage/Hook/ParserOutputStashForEditHook.php",
                "size": "1\u00a0001 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Storage/Hook/RevisionDataUpdatesHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/AutopromoteConditionHook.php",
                "size": "711 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/ConfirmEmailCompleteHook.php",
                "size": "603 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/EmailConfirmedHook.php",
                "size": "821 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/GetAutoPromoteGroupsHook.php",
                "size": "667 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/InvalidateEmailCompleteHook.php",
                "size": "616 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/IsValidPasswordHook.php",
                "size": "818 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/PingLimiterHook.php",
                "size": "896 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/SpecialPasswordResetOnSubmitHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/UserAddGroupHook.php",
                "size": "803 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/UserArrayFromResultHook.php",
                "size": "776 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/UserCanSendEmailHook.php",
                "size": "781 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/UserClearNewTalkNotificationHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/UserEffectiveGroupsHook.php",
                "size": "644 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/UserGetDefaultOptionsHook.php",
                "size": "905 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/UserGetEmailAuthenticationTimestampHook.php",
                "size": "736 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/UserGetEmailHook.php",
                "size": "603 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/UserGetReservedNamesHook.php",
                "size": "575 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/UserGroupsChangedHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/UserIsBlockedGloballyHook.php",
                "size": "833 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/UserIsBotHook.php",
                "size": "597 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/UserIsLockedHook.php",
                "size": "633 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/UserLoadAfterLoadFromSessionHook.php",
                "size": "673 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/UserLoadDefaultsHook.php",
                "size": "571 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/UserLogoutHook.php",
                "size": "547 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/UserPrivilegedGroupsHook.php",
                "size": "748 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/UserRemoveGroupHook.php",
                "size": "680 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/UserSaveSettingsHook.php",
                "size": "752 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/UserSendConfirmationMailHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/UserSetEmailAuthenticationTimestampHook.php",
                "size": "745 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/UserSetEmailHook.php",
                "size": "611 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Hook/User__mailPasswordInternalHook.php",
                "size": "821 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Options/Hook/LoadUserOptionsHook.php",
                "size": "668 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Options/Hook/SaveUserOptionsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Options/Hook/ConditionalDefaultOptionsAddConditionHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/TemplateStyles/vendor/wikimedia/scoped-callback/src/ScopedCallback.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/HookContainer/StaticHookRegistry.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/HookContainer/HookRegistry.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/HookContainer/DeprecatedHooks.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/HookContainer/HookContainer.php",
                "size": "23 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/services/src/SalvageableService.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/CategoryTree/includes/ConfigHookHandler.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/config/ConfigFactory.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/utils/UrlUtils.php",
                "size": "17 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/context/RequestContext.php",
                "size": "23 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/context/IContextSource.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/LocalizationContext.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/MessageLocalizer.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/session/CsrfTokenSetProvider.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/context/MutableContext.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/filebackend/fsfile/TempFSFile.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/filebackend/fsfile/FSFile.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/ip-utils/src/IPUtils.php",
                "size": "26 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/TemplateStyles/vendor/wikimedia/utfnormal/src/Validator.php",
                "size": "23 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/TemplateStyles/vendor/wikimedia/utfnormal/src/Constants.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/session/PHPSessionHandler.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/session/SessionManager.php",
                "size": "37 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/session/SessionManagerInterface.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/config/ServiceOptions.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Stats/OutputFormats.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Stats/Formatters/NullFormatter.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Stats/Formatters/FormatterInterface.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Stats/BufferingStatsdDataFactory.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/liuggio/statsd-php-client/src/Liuggio/StatsdClient/Factory/StatsdDataFactory.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/liuggio/statsd-php-client/src/Liuggio/StatsdClient/Factory/StatsdDataFactoryInterface.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Stats/IBufferingStatsdDataFactory.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/objectcache/SqlBagOStuff.php",
                "size": "61 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/deferred/DeferredUpdates.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/objectcache/CachedBagOStuff.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/objectcache/HashBagOStuff.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Message/MessageFormatterFactory.php",
                "size": "1\u00a0016 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Message/IMessageFormatterFactory.php",
                "size": "393 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Message/Message.php",
                "size": "46 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Message/MessageSpecifier.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/UserNameUtils.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/UserRigorOptions.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/LanguageFactory.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/LocalisationCache.php",
                "size": "41 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/LCStoreDB.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/LCStore.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/LanguageNameUtils.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/LanguageFallback.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/LanguageConverterFactory.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/MapCacheLRU.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/title/MediaWikiTitleCodec.php",
                "size": "20 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/title/TitleFormatter.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/title/TitleParser.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/title/Title.php",
                "size": "116 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/dao/WikiAwareEntityTrait.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/Core/LinkTargetTrait.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/linker/LinkTarget.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/Core/LinkTarget.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/PageIdentity.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/PageReference.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/dao/WikiAwareEntity.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/dependency/FileDependency.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/dependency/CacheDependency.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/languages/messages/MessagesIt.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/languages/messages/MessagesEn.php",
                "size": "27 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/Language.php",
                "size": "149 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/DebugInfo/DebugInfoTrait.php",
                "size": "344 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/bcp-47-code/src/Bcp47Code.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/assert/src/Assert.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/objectcache/WANObjectCache.php",
                "size": "130 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/db/MWLBFactory.php",
                "size": "16 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/ConfiguredReadOnlyMode.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/ChronologyProtector.php",
                "size": "25 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/request-timeout/src/RequestTimeout.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/request-timeout/src/Detail/BasicRequestTimeout.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/request-timeout/src/CriticalSectionProvider.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/lbfactory/LBFactorySimple.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/lbfactory/LBFactory.php",
                "size": "22 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/lbfactory/ILBFactory.php",
                "size": "19 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/lbfactory/IConnectionProvider.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/cache/GenderCache.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Options/DefaultOptionsLookup.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Options/UserOptionsLookup.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Options/ConditionalDefaultsLookup.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Registration/UserRegistrationLookup.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Registration/LocalUserRegistrationProvider.php",
                "size": "666 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Registration/IUserRegistrationProvider.php",
                "size": "452 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/UserIdentityUtils.php",
                "size": "933 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/TempUser/RealTempUserConfig.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/TempUser/TempUserConfig.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/TempUser/Pattern.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/interwiki/ClassicInterwikiLookup.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/interwiki/InterwikiLookup.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Message/TextFormatter.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Message/ITextFormatter.php",
                "size": "948 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/php-session-serializer/src/PhpSessionSerializer.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/session/CookieSessionProvider.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/session/SessionProvider.php",
                "size": "27 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/session/SessionProviderInterface.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/session/SessionInfo.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/session/BotPasswordSessionProvider.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/session/ImmutableSessionProviderWithCookie.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/utils/MWCryptRand.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/session/SessionId.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/session/SessionBackend.php",
                "size": "25 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/UserFactory.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/loadbalancer/LoadBalancer.php",
                "size": "68 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/loadbalancer/ILoadBalancerForOwner.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/ServerInfo.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/DatabaseFactory.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/loadmonitor/LoadMonitor.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/loadmonitor/ILoadMonitor.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Stats/StatsdAwareInterface.php",
                "size": "574 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Stats/NullStatsdDataFactory.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/User.php",
                "size": "101 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/HookContainer/ProtectedHookAccessorTrait.php",
                "size": "926 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Permissions/Authority.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/UserIdentity.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/mail/UserEmailContact.php",
                "size": "646 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/IDBAccessObject.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/session/Session.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/utils/MWTimestamp.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/timestamp/src/ConvertibleTimestamp.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Request/WebResponse.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/session/Token.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/StubObject/StubGlobalUser.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/StubObject/StubObject.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/StubObject/StubUserLang.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Output/OutputPage.php",
                "size": "160 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/context/ContextSource.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/debug/DeprecationHelper.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/ResourceLoader/Module.php",
                "size": "36 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/ParserOutput.php",
                "size": "111 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/CacheTime.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/GhostFieldAccessTrait.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/json/JsonDeserializableTrait.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/ParserCacheMetadata.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/json/JsonDeserializable.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/Core/ContentMetadataCollectorCompat.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/Core/ContentMetadataCollector.php",
                "size": "19 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Request/ContentSecurityPolicy.php",
                "size": "19 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Echo/includes/Hooks.php",
                "size": "53 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/ApiMain__moduleManagerHook.php",
                "size": "734 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Echo/includes/Hooks/HookRunner.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Echo/includes/Hooks/BeforeCreateEchoEventHook.php",
                "size": "791 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Echo/includes/Hooks/BeforeDisplayOrangeAlertHook.php",
                "size": "575 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Echo/includes/Hooks/BeforeEchoEventInsertHook.php",
                "size": "531 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Echo/includes/Hooks/EchoAbortEmailNotificationHook.php",
                "size": "629 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Echo/includes/Hooks/EchoCanAbortNewMessagesAlertHook.php",
                "size": "462 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Echo/includes/Hooks/EchoCreateNotificationCompleteHook.php",
                "size": "593 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Echo/includes/Hooks/EchoGetBundleRulesHook.php",
                "size": "572 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Echo/includes/Hooks/EchoGetDefaultNotifiedUsersHook.php",
                "size": "615 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Echo/includes/Hooks/EchoGetEventsForRevisionHook.php",
                "size": "662 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Echo/includes/Hooks/EchoGetNotificationTypesHook.php",
                "size": "662 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Echo/includes/Hooks/EventInsertCompleteHook.php",
                "size": "525 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Thanks/includes/EchoHooks.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Echo/includes/AttributeManager.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Request/ProxyLookup.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/ApiEntryPoint.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/MediaWikiEntryPoint.php",
                "size": "40 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/EntryPointEnvironment.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/ApiMain.php",
                "size": "72 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/ApiBase.php",
                "size": "69 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/ApiBlockInfoTrait.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/ParamValidator/ParamValidator.php",
                "size": "30 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/ParamValidator/TypeDef/IntegerDef.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/ParamValidator/TypeDef/NumericDef.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/ParamValidator/TypeDef.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Validator/SubmoduleDef.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/ParamValidator/TypeDef/EnumDef.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/ParamValidator/TypeDef/NamespaceDef.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/ParamValidator/TypeDef/StringDef.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/context/DerivativeContext.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/ApiHookRunner.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/APIAfterExecuteHook.php",
                "size": "605 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/ApiCheckCanExecuteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/ApiDeprecationHelpHook.php",
                "size": "694 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/ApiLogFeatureUsageHook.php",
                "size": "689 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/ApiFeedContributions__feedItemHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/ApiFormatHighlightHook.php",
                "size": "791 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/APIGetAllowedParamsHook.php",
                "size": "685 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/APIGetDescriptionMessagesHook.php",
                "size": "630 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/APIGetParamDescriptionMessagesHook.php",
                "size": "657 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/APIHelpModifyOutputHook.php",
                "size": "892 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/ApiMain__onExceptionHook.php",
                "size": "756 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/ApiMakeParserOptionsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/ApiMaxLagInfoHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/ApiOpenSearchSuggestHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/ApiOptionsHook.php",
                "size": "961 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/ApiParseMakeOutputPageHook.php",
                "size": "812 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/APIQueryAfterExecuteHook.php",
                "size": "632 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/ApiQueryBaseAfterQueryHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/ApiQueryBaseBeforeQueryHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/ApiQueryBaseProcessRowHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/APIQueryGeneratorAfterExecuteHook.php",
                "size": "751 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/APIQuerySiteInfoGeneralInfoHook.php",
                "size": "718 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/APIQuerySiteInfoStatisticsInfoHook.php",
                "size": "616 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/ApiQueryTokensRegisterTypesHook.php",
                "size": "795 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/ApiQueryWatchlistExtractOutputDataHook.php",
                "size": "880 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/ApiQueryWatchlistPrepareWatchedItemQueryServiceOptionsHook.php",
                "size": "980 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/ApiQuery__moduleManagerHook.php",
                "size": "744 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/ApiRsdServiceApisHook.php",
                "size": "780 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/ApiValidatePasswordHook.php",
                "size": "607 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Hook/RequestHasSameOriginSecurityHook.php",
                "size": "786 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Validator/ApiParamValidator.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/Validator/ApiParamValidatorCallbacks.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/ParamValidator/Callbacks.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Message/Converter.php",
                "size": "787 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/ApiResult.php",
                "size": "39 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/ApiSerializable.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/ApiErrorFormatter_BackCompat.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/ApiErrorFormatter.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/languages/LanguageEn.php",
                "size": "915 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/ApiModuleManager.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/auth/AuthManager.php",
                "size": "104 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/ReadOnlyMode.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/block/BlockManager.php",
                "size": "29 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/block/DatabaseBlockStoreFactory.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/block/DatabaseBlockStore.php",
                "size": "51 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/ActorStoreFactory.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/block/HideUserUtils.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/block/BlockRestrictionStoreFactory.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/CommentStore/CommentStore.php",
                "size": "14 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/block/BlockUtilsFactory.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/block/BlockUtils.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/block/AutoblockExemptionList.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/block/DatabaseBlock.php",
                "size": "22 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/block/AbstractBlock.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/block/Block.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/block/BlockRestrictionStore.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/ActorStore.php",
                "size": "25 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/UserIdentityLookup.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/ActorNormalization.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/ActorCache.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/block/BlockCache.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/watchlist/WatchlistManager.php",
                "size": "17 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/recentchanges/RecentChange.php",
                "size": "45 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/changetags/Taggable.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Revision/RevisionStoreFactory.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Storage/BlobStoreFactory.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/externalstore/ExternalStoreAccess.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/externalstore/ExternalStoreFactory.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Storage/NameTableStoreFactory.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Revision/SlotRoleRegistry.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Storage/NameTableStore.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/ContentHandlerFactory.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/IContentHandlerFactory.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/title/TitleFactory.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Revision/SlotRecord.php",
                "size": "20 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/PageStoreFactory.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/PageStore.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/PageLookup.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/cache/LinkCache.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Revision/RevisionStore.php",
                "size": "109 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/LegacyArticleIdAccess.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Revision/RevisionFactory.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Revision/RevisionLookup.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Storage/SqlBlobStore.php",
                "size": "25 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Storage/BlobStore.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/TalkPageNotificationManager.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/watchlist/WatchedItemStore.php",
                "size": "54 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/watchlist/WatchedItemStoreInterface.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/jobqueue/JobQueueGroupFactory.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/uuid/GlobalIdGenerator.php",
                "size": "27 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/jobqueue/JobQueueGroup.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/cache/LinkBatchFactory.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/linker/LinksMigration.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/linker/LinkTargetStore.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/linker/LinkTargetLookup.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/WikiPageFactory.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/BotPasswordStore.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/CentralId/CentralIdLookupFactory.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/CentralId/LocalIdLookup.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/CentralId/CentralIdLookup.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Options/UserOptionsManager.php",
                "size": "23 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/UserGroupManagerFactory.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/UserGroupManager.php",
                "size": "41 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/UserEditTracker.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Permissions/GroupPermissionsLookup.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/linker/LinkRendererFactory.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/specialpage/SpecialPageFactory.php",
                "size": "47 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/linker/LinkRenderer.php",
                "size": "20 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Permissions/PermissionManager.php",
                "size": "63 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/FormatterFactory.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/MessageCache.php",
                "size": "57 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Parser.php",
                "size": "209 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/ParserFactory.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/MagicWordFactory.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/File/BadFileLookup.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/filerepo/RepoGroup.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/mime/MimeAnalyzer.php",
                "size": "35 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/mime/MimeMap.php",
                "size": "19 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/tidy/RemexDriver.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/tidy/TidyDriverBase.php",
                "size": "708 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/http/HttpRequestFactory.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Category/TrackingCategories.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/preferences/SignatureValidatorFactory.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/preferences/SignatureValidator.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/TrivialLanguageConverter.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/ILanguageConverter.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/LazyLocalizationContext.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/block/BlockErrorFormatter.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/RedirectStore.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/RedirectLookup.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Permissions/RestrictionStore.php",
                "size": "22 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/actions/ActionFactory.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Thanks/includes/Hooks.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/ParamValidator/TypeDef/UserDef.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/ParamValidator/TypeDef/PresenceBooleanDef.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/SkinFactory.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/Renderer/ContentRenderer.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/Transform/ContentTransformer.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/CommentFormatter/CommentFormatter.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/CommentFormatter/CommentParserFactory.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/LanguageConverter.php",
                "size": "36 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/Skin.php",
                "size": "81 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Cite/src/ReferencePreviews/ReferencePreviewsContext.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Cite/src/ReferencePreviews/ReferencePreviewsGadgetsIntegration.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Gadgets/includes/MediaWikiGadgetsDefinitionRepo.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Gadgets/includes/GadgetRepo.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Cite/src/Hooks/CiteHooks.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Math/src/MathConfig.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Math/src/HookHandlers/PreferencesHooksHandler.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/MultimediaViewer/includes/Hooks.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Gadgets/includes/Hooks.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Echo/includes/ConfigNames.php",
                "size": "1\u00a0004 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Gadgets/includes/Gadget.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/Database.php",
                "size": "109 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/IDatabaseForOwner.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/IMaintainableDatabase.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/DBConnRef.php",
                "size": "27 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/DatabaseMySQL.php",
                "size": "26 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/TransactionManager.php",
                "size": "32 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/DatabaseFlags.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/platform/SQLPlatform.php",
                "size": "62 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/platform/MySQLPlatform.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/replication/MysqlReplicationReporter.php",
                "size": "17 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/replication/ReplicationReporter.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/Query.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/request-timeout/src/CriticalSectionScope.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/utils/CriticalSessionInfo.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/utils/GeneralizedSql.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/utils/QueryStatus.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/resultwrapper/MysqliResultWrapper.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/resultwrapper/ResultWrapper.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/resultwrapper/IResultWrapper.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Stats/Metrics/BaseMetric.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Stats/Metrics/BaseMetricInterface.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Stats/Metrics/TimingMetric.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Stats/Metrics/MetricTrait.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Stats/Metrics/MetricInterface.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/liuggio/statsd-php-client/src/Liuggio/StatsdClient/Entity/StatsdDataInterface.php",
                "size": "726 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Stats/Sample.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Revision/RevisionSelectQueryBuilder.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/querybuilder/SelectQueryBuilder.php",
                "size": "27 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/querybuilder/JoinGroupBase.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/expression/Expression.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/expression/IExpression.php",
                "size": "559 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/database/utils/TransactionIdentifier.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/Options/UserOptionsCacheEntry.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/user/TempUser/TempUserCreator.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/auth/Throttler.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/ApiParse.php",
                "size": "38 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Scribunto/includes/ScribuntoContentHandler.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/CodeContentHandler.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/TextContentHandler.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/ContentHandler.php",
                "size": "59 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/TemplateStyles/includes/TemplateStylesContentHandler.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Gadgets/includes/Content/GadgetDefinitionContentHandler.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/JsonContentHandler.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Parsoid/ParsoidParserFactory.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Parsoid/Config/SiteConfig.php",
                "size": "27 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/Config/SiteConfig.php",
                "size": "51 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/Ext/JSON/JSON.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/Core/ContentModelHandler.php",
                "size": "695 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/Ext/ExtensionModule.php",
                "size": "751 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/Ext/Nowiki/Nowiki.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/Ext/ExtensionTagHandler.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/Ext/Pre/Pre.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/Ext/Gallery/Gallery.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/Ext/Indicator/Indicator.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/Ext/LST/LST.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/ImageMap/includes/ParsoidImageMap.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/SyntaxHighlight_GeSHi/includes/ParsoidExt.php",
                "size": "975 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Parsoid/Config/DataAccess.php",
                "size": "16 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/Config/DataAccess.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Parsoid/Config/PageConfigFactory.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/Config/PageConfigFactory.php",
                "size": "395 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/WikitextContentHandler.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/JavaScriptContentHandler.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/CssContentHandler.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/FallbackContentHandler.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/ApiMessage.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/ApiMessageTrait.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/IApiMessage.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Message/ListType.php",
                "size": "582 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Message/MessageValue.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Message/DataMessageValue.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/profiler/ProfilingContext.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/ApiFormatJson.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/api/ApiFormatBase.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Sanitizer.php",
                "size": "58 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/title/TitleValue.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/WikiPage.php",
                "size": "102 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/Page.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/PageRecord.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/ProperPageIdentity.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/PageStoreRecord.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/PageIdentityValue.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/PageReferenceValue.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/ExistingPageRecord.php",
                "size": "520 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Revision/MainSlotRoleHandler.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Revision/SlotRoleHandler.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Gadgets/includes/MediaWikiGadgetsJsonRepo.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/ParserOptions.php",
                "size": "46 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Math/src/Render/RendererFactory.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Math/src/Math.php",
                "size": "768 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Math/src/HookHandlers/ParserHooksHandler.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Math/src/Hooks/HookRunner.php",
                "size": "988 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Math/src/Hooks/MathFormulaPostRenderHook.php",
                "size": "661 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Math/src/Hooks/MathRenderingResultRetrievedHook.php",
                "size": "627 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/WikitextContent.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/TextContent.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/AbstractContent.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/Content.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/poolcounter/PoolCounterWorkViaCallback.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/poolcounter/PoolCounterWork.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/poolcounter/PoolCounterFactory.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/poolcounter/PoolCounterNull.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/poolcounter/PoolCounter.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Status/Status.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/StatusValue.php",
                "size": "17 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/content/Renderer/ContentParseParams.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/SyntaxHighlight_GeSHi/includes/SyntaxHighlight.php",
                "size": "21 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/MagicWord.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/dependency/MainConfigDependency.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/language/dependency/ConstantDependency.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Preprocessor.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Preprocessor_Hash.php",
                "size": "26 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/CoreParserFunctions.php",
                "size": "54 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/CoreTagHooks.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/MagicWordArray.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/CategoryTree/includes/CategoryCache.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/CategoryTree/includes/Hooks.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Cite/src/Hooks/CiteParserHooks.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Cite/src/Hooks/CiteParserTagHooks.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/ImageMap/includes/ImageMap.php",
                "size": "16 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/InputBox/includes/InputBoxHooks.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/ParserFunctions/includes/Hooks.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/ParserFunctions/includes/ParserFunctions.php",
                "size": "29 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/TemplateData/includes/Hooks.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Widgets/WidgetRenderer.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/LinkHolderArray.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/StripState.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/profiler/SectionProfiler.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Scribunto/includes/Scribunto.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/PPFrame_Hash.php",
                "size": "17 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/PPFrame.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/PPDStack_Hash.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/PPDStackElement_Hash.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/PPDPart_Hash.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/PPNode_Hash_Tree.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/PPNode.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/PPNode_Hash_Array.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/linker/Linker.php",
                "size": "72 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/profiler/SectionProfileCallback.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/cache/CacheKeyHelper.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/page/PageSelectQueryBuilder.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/Stats/Metrics/CounterMetric.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/StringUtils.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/Core/TOCData.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/json-codec/src/JsonCodecableTrait.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/json-codec/src/JsonCodecable.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/Utils/DOMUtils.php",
                "size": "27 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/DOM/DOMBuilder.php",
                "size": "14 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/TreeHandler.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/TreeBuilder.php",
                "size": "28 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/PropGuard.php",
                "size": "531 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/ActiveFormattingElements.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/CachingStack.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/Stack.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/Dispatcher.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/Tokenizer/TokenHandler.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/TemplateModeStack.php",
                "size": "985 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/Tokenizer/Tokenizer.php",
                "size": "53 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/Initial.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/InsertionMode.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/BeforeHtml.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/BeforeHead.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/InHead.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/InHeadNoscript.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/AfterHead.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/InBody.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/Text.php",
                "size": "1\u00a0009 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/InTable.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/InTableText.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/InCaption.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/InColumnGroup.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/InTableBody.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/InRow.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/InCell.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/InSelect.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/InSelectInTable.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/InTemplate.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/AfterBody.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/InFrameset.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/AfterFrameset.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/AfterAfterBody.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/AfterAfterFrameset.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/InForeignContent.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/InPre.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/InTextarea.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/Utils/DOMCompat.php",
                "size": "17 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/DOM/Document.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/DOM/Node.php",
                "size": "145 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/DOM/Attr.php",
                "size": "119 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/DOM/Comment.php",
                "size": "140 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/DOM/CharacterData.php",
                "size": "163 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/DOM/DocumentFragment.php",
                "size": "143 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/DOM/DocumentType.php",
                "size": "135 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/DOM/Element.php",
                "size": "125 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/DOM/ProcessingInstruction.php",
                "size": "153 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/parsoid/src/DOM/Text.php",
                "size": "134 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/Tokenizer/PlainAttributes.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/Tokenizer/Attributes.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/HTMLData.php",
                "size": "117 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/Element.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/TreeBuilder/FormattingElement.php",
                "size": "167 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/BlockLevelPass.php",
                "size": "17 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/cache/LinkBatch.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/HtmlArmor.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Request/PathRouter.php",
                "size": "14 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/expression/LikeValue.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/encasing/LikeMatch.php",
                "size": "587 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/querybuilder/ReplaceQueryBuilder.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/libs/rdbms/ChangedTablesTracker.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/TemplateStyles/vendor/wikimedia/utfnormal/src/UtfNormalData.inc",
                "size": "114 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/Html/Html.php",
                "size": "39 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/bcp-47-code/src/Bcp47CodeValue.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/tidy/RemexCompatFormatter.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/Serializer/HtmlFormatter.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/Serializer/Formatter.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/DOM/DOMFormatter.php",
                "size": "504 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/Serializer/Serializer.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/Serializer/AbstractSerializer.php",
                "size": "266 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/tidy/RemexCompatMunger.php",
                "size": "17 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/tidy/RemexCompatBuilder.php",
                "size": "985 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/Serializer/SerializerNode.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/tidy/RemexMungerData.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/remex-html/src/Tokenizer/LazyAttributes.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/PageImages/includes/Hooks/ParserFileProcessingHookHandlers.php",
                "size": "14 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Math/src/MathMathML.php",
                "size": "17 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Math/src/MathRenderer.php",
                "size": "17 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Math/src/MathRestbaseInterface.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/ParserObserver.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/OutputTransform/DefaultOutputPipelineFactory.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/OutputTransform/OutputTransformPipeline.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/OutputTransform/Stages/ExtractBody.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/OutputTransform/ContentTextTransformStage.php",
                "size": "819 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/OutputTransform/OutputTransformStage.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/OutputTransform/Stages/AddRedirectHeader.php",
                "size": "612 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/OutputTransform/Stages/RenderDebugInfo.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/OutputTransform/Stages/ParsoidLocalization.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/OutputTransform/ContentDOMTransformStage.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/OutputTransform/Stages/ExecutePostCacheTransformHooks.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/OutputTransform/Stages/AddWrapperDivClass.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/OutputTransform/Stages/HandleSectionLinks.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/OutputTransform/Stages/HandleParsoidSectionLinks.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/OutputTransform/Stages/HandleTOCMarkers.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/OutputTransform/Stages/DeduplicateStyles.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/OutputTransform/Stages/ExpandToAbsoluteUrls.php",
                "size": "652 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/OutputTransform/Stages/HydrateHeaderPlaceholders.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/ParserOutputFlags.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/parser/Parsoid/PageBundleParserOutputConverter.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Scribunto/includes/Engines/LuaCommon/LuaEngine.php",
                "size": "29 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Scribunto/includes/ScribuntoEngineBase.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Scribunto/includes/Engines/LuaSandbox/LuaSandboxInterpreter.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Scribunto/includes/Engines/LuaCommon/LuaInterpreter.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Scribunto/includes/Engines/LuaCommon/LuaInterpreterNotFoundError.php",
                "size": "139 byte"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/extensions/Scribunto/includes/Engines/LuaStandalone/LuaStandaloneEngine.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/cldr-plural-rule-parser/src/Evaluator.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/vendor/wikimedia/cldr-plural-rule-parser/src/Range.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/skins/MinervaNeue/includes/LanguagesHelper.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/skins/MinervaNeue/includes/Menu/Definitions.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/skins/MinervaNeue/includes/Menu/PageActions/PageActions.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/skins/MinervaNeue/includes/Permissions/MinervaPagePermissions.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/skins/MinervaNeue/includes/Permissions/IMinervaPagePermissions.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/skins/MinervaNeue/includes/SkinOptions.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/skins/MinervaNeue/includes/Skins/SkinUserPageHelper.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/skins/MinervaNeue/includes/Skins/SkinMinerva.php",
                "size": "38 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/SkinMustache.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/SkinTemplate.php",
                "size": "56 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/components/SkinComponentRegistry.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/components/SkinComponentRegistryContext.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/skins/components/ComponentRegistryContext.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/masticationpedia-staging/includes/utils/GitInfo.php",
                "size": "13 KB"
            }
        ]
    }
}