the following use case

{% for item in items %}
     {% with item.score as score %}
          {% include rating_small %}
     {% endwith %}
{% endfor %}

Using an include tag is very slow compared to pasting the included
template here.
My total template processing time goes up from 0.1 to 0.4 seconds.
Why is an include tag so much heavier on the template system?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to