Avoid page table query spam in HistoryPager due to lastLink()
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 13 Mar 2019 18:31:58 +0000 (11:31 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 13 Mar 2019 18:31:58 +0000 (11:31 -0700)
commitdabbf42aa702ef1095bd3ecff03447360f4e0aea
treea1ccfa83c77d51995fc8e139bb3607e365867dc9
parentc0f24b44487c97c989a3071ffb5c1b1af6ce3d16
Avoid page table query spam in HistoryPager due to lastLink()

Pass in the Title so there is not an extra query for each revision.

Change-Id: I0d36422a304c31c4bda0a408ef4a6fcd52ad57f1
includes/Title.php
includes/actions/pagers/HistoryPager.php