diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-26 19:44:54 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-26 19:44:54 +0000 |
commit | a1a4589e1ed2ed47144845b70f91b1d297048c9c (patch) | |
tree | 02a7e7eb792d6a37ab89d8fceff32332b5f922d1 | |
parent | d99ce1f9adbf25c10e81225ebb12e090ae6c1a23 (diff) |
close enough..
-rw-r--r-- | doc/todo/optimisations.mdwn | 3 |
1 files changed, 0 insertions, 3 deletions
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. |