Make EditPage::getTemplates avoid page table query spam
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 15 Mar 2019 09:24:31 +0000 (02:24 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 15 Mar 2019 09:34:00 +0000 (02:34 -0700)
commit93b24207c1cb8dac1ff4c810da2ede7ccba987f0
tree662b261795b4cee3a06b04ce5d374201068ee6bd
parente894410badc1dd67b15c65419dff30b950dce911
Make EditPage::getTemplates avoid page table query spam

This changes TemplatesOnThisPageFormatter to use LinkBatch
and LinkBatch/LinkCache to manage the field.

Change-Id: I523158cdffc599d4d29bab91c98e55085130cee2
includes/TemplatesOnThisPageFormatter.php
includes/Title.php
includes/cache/LinkCache.php