Page MenuHomePhabricator

Special:AllPages does not utilize LinkCache
Closed, ResolvedPublicBUG REPORT

Description

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.

Event Timeline

Change 884382 had a related patch set uploaded (by TK-999; author: TK-999):

[mediawiki/core@master] Properly utilize LinkCache in SpecialAllPages

https://gerrit.wikimedia.org/r/884382

Change 884382 merged by jenkins-bot:

[mediawiki/core@master] Properly utilize LinkCache in SpecialAllPages

https://gerrit.wikimedia.org/r/884382

Umherirrender assigned this task to TK-999.