cascade
cascade copied to clipboard
Multiple calls to extend-dom may be costly
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).