Template:Slow/doc

From DynamicPageList3 Manual
Revision as of 19:42, 20 May 2020 by wikia:help>BaRaN6161TURK (Created page with "{{doc/start}} == Background == This template was written by User:Maiden_taiwan after the DPL <code>createdby</code> keyword hurt performance on his MediaWiki system signif...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Doc/start

Background

This template was written by User:Maiden_taiwan after the DPL createdby keyword hurt performance on his MediaWiki system significantly. On a MediaWiki site with 100,000 articles and 3,000 users, this DPL took 2.5 minutes to run:

<dpl>
namespace=
createdby=someuser
</dpl>

People were making these DPL calls all the time to find out what articles they had created. When two of these ran at once, it significantly hurt wiki performance. Template:Doc/end