4 January 2008
From Organic Design wiki
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,,
}}



