X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/a1fda0b516cc4e85b7304838949df8fbe0044cf3..43033a2a6e80a67f29b78d4a6ecfb072ea6165e0:/doc/tips/optimising_ikiwiki.mdwn diff --git a/doc/tips/optimising_ikiwiki.mdwn b/doc/tips/optimising_ikiwiki.mdwn index 6e8b60617..2999573ac 100644 --- a/doc/tips/optimising_ikiwiki.mdwn +++ b/doc/tips/optimising_ikiwiki.mdwn @@ -1,3 +1,5 @@ +[[!meta date="2009-10-15 18:42:46 -0400"]] + Ikiwiki is a wiki compiler, which means that, unlike a traditional wiki, all the work needed to display your wiki is done up front. Where you can see it and get annoyed at it. In some ways, this is better than a wiki @@ -205,7 +207,7 @@ The best way to do it is: * Install [[!cpan Devel::NYTProf]] * `PERL5OPT=-d:NYTProf` -* `export PER5OPT` +* `export PERL5OPT` * Now run ikiwiki as usual, and it will generate a `nytprof.out` file. * Run `nytprofhtml` to generate html files. * Those can be examined to see what parts of ikiwiki are being slow.