cascade icon indicating copy to clipboard operation
cascade copied to clipboard

Multiple calls to extend-dom may be costly

Open hlship opened this issue 16 years ago • 0 comments

Just recording a hunch that multiple calls to extend-dom may be a costly way to do the post-processing. It might be better if only a single zipper was created and was passed around to a number of functions in a row .. right now we're up to four zippers (generator meta, JavaScript libraries, JavaScript block, and stylesheets).

hlship avatar Oct 30 '09 01:10 hlship