ikiwiki/IkiWiki
Joey Hess da92e91769 inline: Use caching of inlined pages to speed up builds of inlines that include feeds.
Speedup of about 25% for small inlines; could be much larger for inlines of
many, or complex pages.

Not bloating memory with excessive memoization data was the key to this.
The method chosen does not squeeze out every erg of speed possible when
inlines are nested, but that's rare. It uses less memory than other
optimisation hacks (I'm looking at you,
f937c1fb80 !) already used in inline.pm.
2009-11-17 01:29:28 -05:00
..
Plugin inline: Use caching of inlined pages to speed up builds of inlines that include feeds. 2009-11-17 01:29:28 -05:00
Setup auto.setup, auto-blog.setup: Fix sanitization of entered wikiname. Closes: #547378 2009-09-23 13:46:32 -04:00
CGI.pm fix url encoding in redir 2009-10-29 10:17:30 -04:00
Receive.pm Merge branch 'master' into cvs 2009-09-10 16:18:23 -04:00
Render.pm Moved the postscan hook to run on the raw html of a page, before the template is filled out. This improves the search plugin's indexing, since it will not include navigational elements from the page template or sidebar. 2009-11-08 13:48:07 -05:00
Setup.pm avoid ugly messages when running ikiwiki -setup on a *directory* 2009-09-23 14:56:18 -04:00
UserInfo.pm remove deprecated admin prefs 2008-12-24 16:16:03 -05:00
Wrapper.pm avoid -O default for CFLAGS, and document 2009-10-21 16:27:47 -04:00