Previously the render-content functions would process the content files
every time they were called. Now the content files are computed once and
calling the functions return the precomputed values. This not only is
more efficient but also ensures that the content does not change between
calls.
Previously the render-content functions would process the content files every time they were called. Now the content files are computed once and calling the functions return the precomputed values. This not only is more efficient but also ensures that the content does not change between calls.