]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/editing_gitbranch_template_is_really_slow.mdwn
(no commit message)
[ikiwiki.git] / doc / bugs / editing_gitbranch_template_is_really_slow.mdwn
index 33b8f25757a13a0b81558cb1d0ab4b596e8e24b4..d8af150c1077329a331e757c330a0414167d5505 100644 (file)
@@ -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 it evaluates the pagespec
+`backlink(plugins/goodstuff)` up to a million times, with various pages and locations.
+
 --[[smcv]]