]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - 1.33.2/doc/todo/optimisations.mdwn
tagging version 1.33.2
[git.ikiwiki.info.git] / 1.33.2 / doc / todo / optimisations.mdwn
1 Ikiwiki has already been optimised a lot, however..
3 * Don't render blog archive pages unless a page is added/removed. Just
4   changing a page doesn't affect the archives as they show only the title.
6 * Look at splitting up CGI.pm. But note that too much splitting can slow
7   perl down.
9 * The backlinks calculation code is still O(N^2) on the number of pages.
10   If backlinks info were stored in the index file, it would go down to
11   constant time for iterative builds, though still N^2 for rebuilds.