Profile all external HTTP requests from MW
authorChad Horohoe <chadh@wikimedia.org>
Fri, 27 Feb 2015 17:08:06 +0000 (09:08 -0800)
committerChad Horohoe <chadh@wikimedia.org>
Wed, 4 Mar 2015 04:54:30 +0000 (20:54 -0800)
commitc33f4de066c23d27f9011e8c9c1b7d9282485498
treedf85029a2e12be7bedcd0cceb56d901e93b17aa4
parent7ee5b7d23bce8c084780499cf763e6c3b7e35541
Profile all external HTTP requests from MW

Change-Id: Ie980b080da2ef21ec7d9fc32f1accc55710de140
17 files changed:
includes/Import.php
includes/externalstore/ExternalStoreHttp.php
includes/filerepo/ForeignAPIRepo.php
includes/filerepo/file/File.php
includes/installer/Installer.php
includes/jobqueue/jobs/ThumbnailRenderJob.php
includes/parser/Parser.php
includes/site/MediaWikiSite.php
includes/specials/SpecialUploadStash.php
includes/upload/UploadFromUrl.php
maintenance/benchmarks/bench_HTTP_HTTPS.php
maintenance/findHooks.php
maintenance/importImages.inc
maintenance/importSiteScripts.php
tests/phpunit/includes/HttpTest.php
tests/phpunit/includes/api/ApiLoginTest.php
tests/phpunit/includes/filebackend/FileBackendTest.php