]> sipb.mit.edu Git - ikiwiki.git/commitdiff
reword
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 13 Aug 2007 07:07:54 +0000 (07:07 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 13 Aug 2007 07:07:54 +0000 (07:07 +0000)
doc/plugins/write/external.mdwn

index 05da1b8f8e2914bf8f7bc60ca6a493e7c3744726..e699e43e15464f4972789b1369fcddb75e5ff07e 100644 (file)
@@ -117,8 +117,8 @@ number of calls.
 Injecting a replacement for a commonly called ikiwiki function
 could result in a lot more RPC calls than expected and slow
 eveything down. `pagetitle`, for instance, is called about 100 times
-per page build. Memoizing injected functions whenever possible is a very
-good idea.
+per page build. Whenever possible, you should tell ikiwiki to memoize
+injected functions.
 
 In general, use common sense, and your external plugin will probably
 perform ok.