From: joey Date: Sun, 26 Nov 2006 19:44:54 +0000 (+0000) Subject: close enough.. X-Git-Tag: 1.34~23 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/a1a4589e1ed2ed47144845b70f91b1d297048c9c?ds=sidebyside close enough.. --- diff --git a/doc/todo/optimisations.mdwn b/doc/todo/optimisations.mdwn index 40ffaf548..582c03ef1 100644 --- a/doc/todo/optimisations.mdwn +++ b/doc/todo/optimisations.mdwn @@ -1,8 +1,5 @@ Ikiwiki has already been optimised a lot, however.. -* Don't render blog archive pages unless a page is added/removed. Just - changing a page doesn't affect the archives as they show only the title. - * Look at splitting up CGI.pm. But note that too much splitting can slow perl down.