You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Performance: Cache Jinja2 environments by search paths
The original code created a new Jinja2 environment for every rendered
file because the search path might have changed. This patch uses a
cache of Jinja2 environments indexed by search path(s), resulting in
cached templates and thus faster rendering.
0 commit comments