Difference between revisions of "4 January 2008"
From Organic Design wiki
m |
m |
||
Line 1: | Line 1: | ||
{{news|title=DPL updated to 1.6.4|img=|msg= | {{news|title=DPL updated to 1.6.4|img=|msg= | ||
The [[MW:DPL|DPL extension]] was upgraded today from version 1.4.8 to 1.6.4. There seems to be a problem with our DPL setup which makes queries that should be straight forward occupy 99.9% of our servers CPU for 30 seconds or so! For example the following one which I wanted to put in our side bar to show the most recently edited articles. | The [[MW:DPL|DPL extension]] was upgraded today from version 1.4.8 to 1.6.4. There seems to be a problem with our DPL setup which makes queries that should be straight forward occupy 99.9% of our servers CPU for 30 seconds or so! For example the following one which I wanted to put in our side bar to show the most recently edited articles. | ||
− | <pre style=background:none> | + | <pre style=background:none;border:none> |
{{#dpl:namespace= | {{#dpl:namespace= | ||
|count=5 | |count=5 |
Latest revision as of 06:32, 16 January 2008
DPL updated to 1.6.4
The DPL extension was upgraded today from version 1.4.8 to 1.6.4. There seems to be a problem with our DPL setup which makes queries that should be straight forward occupy 99.9% of our servers CPU for 30 seconds or so! For example the following one which I wanted to put in our side bar to show the most recently edited articles.
{{#dpl:namespace= |count=5 |ordermethod=lastedit |order=descending |format=,*[[%PAGE%|%TITLE%]]\n,, }}