Closed tanner0101 closed 6 years ago
Fixes an issue where render(_:_:) would not cache parsed ASTs. This method is used by TemplateEmbed which resulted in excessive file loading and parsing for views that embedded other views.
render(_:_:)
TemplateEmbed
Hey @tanner0101, you just merged a pull request, have a coin!
You now have 841 coins.
Fixes an issue where
render(_:_:)
would not cache parsed ASTs. This method is used byTemplateEmbed
which resulted in excessive file loading and parsing for views that embedded other views.