aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/editing_gitbranch_template_is_really_slow.mdwn
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <smcv@web>2014-02-23 20:02:34 -0400
committeradmin <admin@branchable.com>2014-02-23 20:02:34 -0400
commit486076c94367a40ff6a5e2476d98b87cd8d64f96 (patch)
tree72a979ab31fc77168ee24d1cc157eba43b3b0e4f /doc/bugs/editing_gitbranch_template_is_really_slow.mdwn
parent6608a615b54cb8bf8fa22058807278a86c254673 (diff)
downloadikiwiki-486076c94367a40ff6a5e2476d98b87cd8d64f96.tar
ikiwiki-486076c94367a40ff6a5e2476d98b87cd8d64f96.tar.gz
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]]