Steps to replicate the issue (include links if applicable):
- Open Special:AllPages and profile the request using your favorite tool.
What happens?:
One DB query is made per page displayed in the list.
What should have happened instead?:
The page should utilize prefetched data to warm LinkCache and avoid redundant queries per page.