FU r83909: restore preprocessing stage to cache link existence using LinkBatch; other...
authorHappy-melon <happy-melon@users.mediawiki.org>
Thu, 6 Oct 2011 13:25:56 +0000 (13:25 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Thu, 6 Oct 2011 13:25:56 +0000 (13:25 +0000)
commit8155c0c477e889adea06ed9bed62c79a29ad4aa7
treed793739ea62916f0814471c01a4cd3ef8cda27f3
parenta73791be7490de54ab5808c5bf55e12bead78017
FU r83909: restore preprocessing stage to cache link existence using LinkBatch; otherwise a separate DB query is done on every link.  Since the ipb_by_text field is no longer in use we still have to do a cross-cast to get the usernames from the ids stored in ipb_by, but we can do that with one query via a UserArray, so it's not significantly worse than before.
includes/specials/SpecialBlockList.php