"Reedy" posted a comment on MediaWiki.r106523. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/106523#c28115
Commit summary for MediaWiki.r106523: Per bug 28901, and Duplicatebug on r105831, only list the Article ID if it has already been loaded Not a long term fix, but saves potentially a lot of database queries to lookup article ids, until the other issues on bug 28901 are tidied up Reedy's comment: <pre> This does not work very well with all modules, which are using this function. For example list=allimages. Maybe set the pageid only, when it is set in $title or add LinkBatches to that module or change the query to join the page table also for grapping the pageid. Please check all modules to avoid hugh load on the server. </pre> on r105831 _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
