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-24 06:50:12 -0400
committeradmin <admin@branchable.com>2014-02-24 06:50:12 -0400
commitbda428f713d922f9422585bad3add84495697437 (patch)
treec5412c510dd84688ca75b8322ee4fd4046686df3 /doc/bugs/editing_gitbranch_template_is_really_slow.mdwn
parent486076c94367a40ff6a5e2476d98b87cd8d64f96 (diff)
downloadikiwiki-bda428f713d922f9422585bad3add84495697437.tar
ikiwiki-bda428f713d922f9422585bad3add84495697437.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, 2 insertions, 2 deletions
diff --git a/doc/bugs/editing_gitbranch_template_is_really_slow.mdwn b/doc/bugs/editing_gitbranch_template_is_really_slow.mdwn
index 713dcfa22..d8af150c1 100644
--- a/doc/bugs/editing_gitbranch_template_is_really_slow.mdwn
+++ b/doc/bugs/editing_gitbranch_template_is_really_slow.mdwn
@@ -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]]