summaryrefslogtreecommitdiff
path: root/doc/todo/optimisations.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-05-05 18:20:52 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-05-05 18:20:52 +0000
commitb2bd444f31fd9f294ee0dbc4b9a61b1e8c04055c (patch)
treeb1ab7c05d2c2ed94dffea9a504ed46f36dfe0c96 /doc/todo/optimisations.mdwn
parentfbb0762ccf7b1dcac33006424e1dee7f457210a3 (diff)
* Allow discussion links on pages to be turned off with --no-discussion.
Diffstat (limited to 'doc/todo/optimisations.mdwn')
-rw-r--r--doc/todo/optimisations.mdwn3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/todo/optimisations.mdwn b/doc/todo/optimisations.mdwn
index 4cf0907f5..924ff8ffa 100644
--- a/doc/todo/optimisations.mdwn
+++ b/doc/todo/optimisations.mdwn
@@ -9,8 +9,5 @@
* 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 breaking the relatively rarely used blogging stuff out of
- Render.pm, into its own module.
-
* Look at splitting up CGI.pm. But note that too much splitting can slow
perl down.