X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/3ce7d8bfb822cf253724cc3677e54fad5aeb1e2b..b6299a2b67bfe3e67d354e4152786455ab30ac87:/doc/bugs/editing_gitbranch_template_is_really_slow.mdwn diff --git a/doc/bugs/editing_gitbranch_template_is_really_slow.mdwn b/doc/bugs/editing_gitbranch_template_is_really_slow.mdwn index 57fdbbf4e..22733e6fe 100644 --- a/doc/bugs/editing_gitbranch_template_is_really_slow.mdwn +++ b/doc/bugs/editing_gitbranch_template_is_really_slow.mdwn @@ -33,11 +33,11 @@ of the problem is that it evaluates the pagespec > [[!template id=gitbranch branch=smcv/ready/perf author="[[Simon McVittie|smcv]]" browse=http://git.pseudorandom.co.uk/smcv/ikiwiki.git/shortlog/refs/heads/ready/perf]] -> [[!tag patch]] +> [[!tag patch users/smcv/ready]] > > Previously, if a page like `plugins/trail` contained a conditional like > -> [[!if test="backlink(plugins/goodstuff)" all=no]] +> \[[!if test="backlink(plugins/goodstuff)" all=no]] > > (which it gets via `templates/gitbranch`), then the > [[plugins/conditional]] plugin would give `plugins/trail` a dependency on @@ -63,3 +63,5 @@ browse=http://git.pseudorandom.co.uk/smcv/ikiwiki.git/shortlog/refs/heads/ready/ > `bestlink` is still the single most expensive function in this refresh > at ~ 9.5s, with `match_glob` at ~ 5.2s as the runner-up. > --[[smcv]] + +>> [[merged|done]] --[[smcv]]