]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
(no commit message)
authorhttp://smcv.pseudorandom.co.uk/ <smcv@web>
Mon, 24 Feb 2014 10:50:12 +0000 (06:50 -0400)
committeradmin <admin@branchable.com>
Mon, 24 Feb 2014 10:50:12 +0000 (06:50 -0400)
doc/bugs/editing_gitbranch_template_is_really_slow.mdwn

index 713dcfa22f9ef6ac4874483e407e38114662d7a7..d8af150c1077329a331e757c330a0414167d5505 100644 (file)
@@ -25,7 +25,7 @@ NYTProf says:
 which is about half the execution time (458s on my laptop).
 
 Adding code to log each call to match_backlink indicates that a large part
-of the problem is that there are about a million calls to
-`bestlink(plugins/goodstuff)` with various pages and locations.
+of the problem is that it evaluates the pagespec
+`backlink(plugins/goodstuff)` up to a million times, with various pages and locations.
 
 --[[smcv]]