X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/c4e8a8c62ff7c758ce129656f9656ab22e0f47b0..9ec9d6901d444af48555abf7b4c26d1965c46017:/doc/todo/optimisations.mdwn 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.