diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-23 14:42:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-23 14:43:55 -0400 |
commit | ab4f499c8d903b3e66655b42202a29ece975112b (patch) | |
tree | ce343e0eae0abd2cf10e349a3749a0666f223194 /doc | |
parent | decb7051f6436aedfd0e9de934d149d9c5b22b36 (diff) | |
download | ikiwiki-ab4f499c8d903b3e66655b42202a29ece975112b.tar ikiwiki-ab4f499c8d903b3e66655b42202a29ece975112b.tar.gz |
reviewed, not merged
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/template_creation_error.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/template_creation_error.mdwn b/doc/bugs/template_creation_error.mdwn index 2468e3c4f..22d112cdd 100644 --- a/doc/bugs/template_creation_error.mdwn +++ b/doc/bugs/template_creation_error.mdwn @@ -204,3 +204,9 @@ Please, let me know what to do to avoid this kind of error. >>>>>> There is one known buglet: `template_syntax.t` asserts that the entire >>>>>> file is a valid HTML::Template, whereas it would ideally be doing the >>>>>> same logic as IkiWiki itself. I don't think that's serious. --[[smcv]] + +>>>>>>> Looking over this, I notice it adds a hash containing all scanned +>>>>>>> files. This seems to me to be potentially a scalability problem on +>>>>>>> rebuild of a site with many pages. Ikiwiki already keeps a lot +>>>>>>> of info in memory, and this adds to it, for what is a fairly +>>>>>>> minor reason. It seems to me there should be a way to avoid this. --[[Joey]] |