Roda 3.89.0 Released #378
jeremyevans
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Roda 3.89.0 has been released!
New Features
The render plugin now supports an :assume_fixed_locals option,
which allows for better caching when all templates use fixed
locals, by using a simplified cache key, and avoiding duplicate
cache entries for templates rendered both with and without locals.
Additionally, when this plugin option is set, calling template
methods is now faster if the following are true:
A part plugin has been added, which simplifies rendering a template
with locals:
In addition to offering a nicer API if you only need to provide
locals, the part method can also be faster if all of the
following are true:
Other Improvements
keyword arguments and pass them as keywords to the r.mail blocks
in the routing tree.
Thanks,
Jeremy
Beta Was this translation helpful? Give feedback.
All reactions