jinja icon indicating copy to clipboard operation
jinja copied to clipboard

with context imports/includes should cache per context

Open mitsuhiko opened this issue 14 years ago • 0 comments

Right now if three templates down the line all import with context the same thing make_module is called a whole bunch of times. That might be worth caching if possible.

Evaluate that and try to figure out if make_module could be improved.

mitsuhiko avatar Feb 02 '11 02:02 mitsuhiko