Hi,

I've run this benchmark (https://github.com/prestontimmons/templatebench) 
on my laptop and received following results – http://pastebin.com/kkyTcfi7.

>From what I see, internal caching mainly solves a problem with parsing. 
However, rendering is still an issue, so I tried to figure out what slows 
rendering down. In order to do that I've built built a call graph for 
rendering a template with many includes (source - 
http://pastebin.com/jjF1kME8). Resulting graph is attached. From this graph 
I see that significant part of rendering is devoted to building templates, 
not rendering them (calls to django.template.engine.Engine.get_template). 

So here goes the question. Does it suppose to behave like that? And why it 
happens?


Thanks,

Oleksii

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/a5bf079b-7eab-4e3c-bf10-159038fb5eb8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to