Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
725a1fc
)
typo fixed
author
svetlana
<svetlana@web>
Sat, 3 Feb 2018 00:44:51 +0000
(20:44 -0400)
committer
admin
<admin@branchable.com>
Sat, 3 Feb 2018 00:44:51 +0000
(20:44 -0400)
doc/tips/optimising_ikiwiki.mdwn
patch
|
blob
|
history
diff --git
a/doc/tips/optimising_ikiwiki.mdwn
b/doc/tips/optimising_ikiwiki.mdwn
index 0c67e606ce2a65a3b5205134f4580eefc70108c6..2999573ac1b15a66afba0246512a3cfa5da6fe8a 100644
(file)
--- a/
doc/tips/optimising_ikiwiki.mdwn
+++ b/
doc/tips/optimising_ikiwiki.mdwn
@@
-207,7
+207,7
@@
The best way to do it is:
* Install [[!cpan Devel::NYTProf]]
* `PERL5OPT=-d:NYTProf`
-* `export PER5OPT`
+* `export PER
L
5OPT`
* 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.