aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/editing_gitbranch_template_is_really_slow.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/editing_gitbranch_template_is_really_slow.mdwn')
-rw-r--r--doc/bugs/editing_gitbranch_template_is_really_slow.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/editing_gitbranch_template_is_really_slow.mdwn b/doc/bugs/editing_gitbranch_template_is_really_slow.mdwn
index 33b8f2575..713dcfa22 100644
--- a/doc/bugs/editing_gitbranch_template_is_really_slow.mdwn
+++ b/doc/bugs/editing_gitbranch_template_is_really_slow.mdwn
@@ -24,4 +24,8 @@ 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.
+
--[[smcv]]