RCFilters: Don't call ChangeTags::tagUsageStatistics() for now
authorRoan Kattouw <roan.kattouw@gmail.com>
Wed, 12 Jul 2017 01:01:09 +0000 (18:01 -0700)
committerRoan Kattouw <roan.kattouw@gmail.com>
Wed, 12 Jul 2017 01:12:14 +0000 (18:12 -0700)
commitb6f412ea2a9e6cd4eaeff0e403466c8b46bbbb29
tree9df199d77df893a2d6c10fd8faa295d56dc26695
parent1d12fd51ef3d8f432422461d2f953ec7c6c2d88e
RCFilters: Don't call ChangeTags::tagUsageStatistics() for now

We need to fix its performance first, it currently takes >30s on wikidatawiki.
Fake all hit counts to be zero. Instead of sorting by hit count,
sort by display name.

Bug: T169997
Change-Id: I4075ea4d43a8f75e21a87a892211699ba3bc7058
includes/specials/SpecialRecentchanges.php