]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/bugs/editing_gitbranch_template_is_really_slow.mdwn
unconfuse
[git.ikiwiki.info.git] / 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]]